Searched refs:guess (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | sqrt.c | 48 bc_num guess, guess1, point5, diff; in bc_sqrt() local 83 guess = bc_copy_num (BCG(_one_)); in bc_sqrt() 89 bc_init_num(&guess); in bc_sqrt() 90 bc_int2num (&guess,10); in bc_sqrt() 95 bc_raise (guess, guess1, &guess, 0); in bc_sqrt() 105 guess1 = bc_copy_num (guess); in bc_sqrt() 106 bc_divide (*num, guess, &guess, cscale); in bc_sqrt() 107 bc_add (guess, guess1, &guess, 0); in bc_sqrt() 108 bc_multiply (guess, point5, &guess, cscale); in bc_sqrt() 121 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt() [all …]
|
/PHP-8.0/ext/skeleton/ |
H A D | .gitignore.in | 8 config.guess
|
/PHP-8.0/scripts/ |
H A D | Makefile.frag | 23 build/config.guess \
|
/PHP-8.0/sapi/cgi/tests/ |
H A D | include.inc | 22 /* trying to guess ... */
|
/PHP-8.0/TSRM/ |
H A D | threads.m4 | 38 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
|
/PHP-8.0/ |
H A D | CONTRIBUTING.md | 145 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 21 # We guess the file type from the type of the first chunk. 1690 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at 22341 # this is a wild guess; hopefully it is a specific signature 22345 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP 22375 # educated guess since indirection is still not capable enough for complex offset 22390 # and yet another guess: small .text, and after large .data is unusal, could be 32lite 24161 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 25286 # OS/2 INI (this is a guess)
|
H A D | magic | 21 # We guess the file type from the type of the first chunk. 1690 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at 22341 # this is a wild guess; hopefully it is a specific signature 22345 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP 22375 # educated guess since indirection is still not capable enough for complex offset 22390 # and yet another guess: small .text, and after large .data is unusal, could be 32lite 24161 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 25286 # OS/2 INI (this is a guess)
|
Completed in 146 milliseconds