Searched refs:guess (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/bcmath/libbcmath/src/ |
H A D | sqrt.c | 62 bc_num guess, guess1, point5, diff; in bc_sqrt() local 74 guess = bc_copy_num(BCG(_one_)); in bc_sqrt() 78 bc_init_num(&guess); in bc_sqrt() 79 bc_int2num(&guess, 10); in bc_sqrt() 84 bc_raise_bc_exponent(guess, guess1, &guess, 0); in bc_sqrt() 93 guess1 = bc_copy_num(guess); in bc_sqrt() 94 bc_divide(*num, guess, &guess, cscale); in bc_sqrt() 95 bc_add(guess, guess1, &guess, 0); in bc_sqrt() 96 bc_multiply(guess, point5, &guess, cscale); in bc_sqrt() 97 bc_sub(guess, guess1, &diff, cscale + 1); in bc_sqrt() [all …]
|
/PHP-8.3/ext/skeleton/ |
H A D | .gitignore.in | 8 config.guess
|
/PHP-8.3/scripts/ |
H A D | Makefile.frag | 23 build/config.guess \
|
/PHP-8.3/sapi/cgi/tests/ |
H A D | include.inc | 23 /* trying to guess ... */
|
/PHP-8.3/TSRM/ |
H A D | threads.m4 | 38 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
|
/PHP-8.3/ |
H A D | CONTRIBUTING.md | 172 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 21 # We guess the file type from the type of the first chunk. 2007 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at 26965 # this is a wild guess; hopefully it is a specific signature 26969 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP 26999 # educated guess since indirection is still not capable enough for complex offset 27014 # and yet another guess: small .text, and after large .data is unusual, could be 32lite 29319 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 30954 # OS/2 INI (this is a guess)
|
H A D | magic私はガラスを食べられます | 21 # We guess the file type from the type of the first chunk. 2007 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at 26965 # this is a wild guess; hopefully it is a specific signature 26969 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP 26999 # educated guess since indirection is still not capable enough for complex offset 27014 # and yet another guess: small .text, and after large .data is unusual, could be 32lite 29319 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 30954 # OS/2 INI (this is a guess)
|
Completed in 186 milliseconds