Home
last modified time | relevance | path

Searched refs:guess (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Dsqrt.c62 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.in8 config.guess
/PHP-8.3/scripts/
H A DMakefile.frag23 build/config.guess \
/PHP-8.3/sapi/cgi/tests/
H A Dinclude.inc23 /* trying to guess ... */
/PHP-8.3/TSRM/
H A Dthreads.m438 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
/PHP-8.3/
H A DCONTRIBUTING.md172 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic21 # 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 Dmagic私はガラスを食べられます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 249 milliseconds