Searched defs:pi (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 112337 sqlite3Fts3GetVarint32(const char *p, int *pi) argument 114235 sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0); local [all...] |
| /PHP_5_4/ |
| H A D | server-tests.php | 568 $pi = '/testscript.' . $this->conf['TEST_WEB_EXT']; variable 570 $tmp_file = "$cwd$pi"; 571 $pi = substr($cwd,strlen($this->conf['TEST_BASE_PATH'])) . $pi; variable 572 $url = $this->conf['TEST_WEB_BASE_URL'] . $pi;
|
| /PHP_5_4/ext/standard/ |
| H A D | php_math.h | 39 PHP_FUNCTION(pi); variable 109 #define M_PI 3.14159265358979323846 /* pi */ 113 #define M_PI_2 1.57079632679489661923 /* pi/2 */ 117 #define M_PI_4 0.78539816339744830962 /* pi/4 */ 121 #define M_1_PI 0.31830988618379067154 /* 1/pi */ 125 #define M_2_PI 0.63661977236758134308 /* 2/pi */ 129 #define M_SQRTPI 1.77245385090551602729 /* sqrt(pi) */ 133 #define M_2_SQRTPI 1.12837916709551257390 /* 2/sqrt(pi) */ 137 #define M_LNPI 1.14472988584940017414 /* ln(pi) */
|
| H A D | proc_open.c | 433 PROCESS_INFORMATION pi; local 712 memset(&pi, 0, sizeof(pi)); 724 newprocok = CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); 728 newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); 751 childHandle = pi.hProcess; 752 child = pi.dwProcessId; 753 CloseHandle(pi.hThread);
|
| /PHP_5_4/ext/xml/ |
| H A D | compat.c | 529 XML_SetProcessingInstructionHandler(XML_Parser parser, XML_ProcessingInstructionHandler pi) argument 531 parser->h_pi = pi;
|
Completed in 118 milliseconds