Searched refs:guess (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/ext/bcmath/libbcmath/src/ |
H A D | sqrt.c | 49 bc_num guess, guess1, point5, diff; in bc_sqrt() local 74 bc_init_num(&guess); in bc_sqrt() 85 guess = bc_copy_num (BCG(_one_)); in bc_sqrt() 91 bc_int2num (&guess,10); in bc_sqrt() 96 bc_raise (guess, guess1, &guess, 0); in bc_sqrt() 106 guess1 = bc_copy_num (guess); in bc_sqrt() 107 bc_divide (*num, guess, &guess, cscale); in bc_sqrt() 108 bc_add (guess, guess1, &guess, 0); in bc_sqrt() 109 bc_multiply (guess, point5, &guess, cscale); in bc_sqrt() 122 bc_divide (guess,BCG(_one_),num,rscale); in bc_sqrt() [all …]
|
/PHP-7.3/build/ |
H A D | build2.mk | 21 LT_TARGETS = ltmain.sh config.guess config.sub
|
/PHP-7.3/ext/skeleton/ |
H A D | .gitignore.in | 8 config.guess
|
/PHP-7.3/scripts/ |
H A D | Makefile.frag | 22 config.guess \
|
/PHP-7.3/sapi/cgi/tests/ |
H A D | include.inc | 22 /* trying to guess ... */
|
/PHP-7.3/ |
H A D | .gitignore | 45 config.guess
|
H A D | config.guess | 1436 copies of config.guess and config.sub with the latest versions from: 1438 https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 1446 config.guess timestamp = $timestamp
|
H A D | NEWS | 1416 . Fixed bug #76137 (config.guess/config.sub do not recognize RISC-V). (cmb)
|
/PHP-7.3/TSRM/ |
H A D | threads.m4 | 38 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | INSTALL | 24 The 'configure' shell script attempts to guess correct values for 260 a message saying it cannot guess the machine type, give it the
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 21 # We guess the file type from the type of the first chunk. 1621 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at 18950 # this is a wild guess; hopefully it is a specific signature 18954 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP 18978 # educated guess since indirection is still not capable enough for complex offset 18993 # and yet another guess: small .text, and after large .data is unusal, could be 32lite 20661 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 21312 # OS/2 INI (this is a guess)
|
H A D | magic私はガラスを食べられます | 21 # We guess the file type from the type of the first chunk. 1621 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at 18950 # this is a wild guess; hopefully it is a specific signature 18954 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP 18978 # educated guess since indirection is still not capable enough for complex offset 18993 # and yet another guess: small .text, and after large .data is unusal, could be 32lite 20661 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 21312 # OS/2 INI (this is a guess)
|
Completed in 128 milliseconds