Home
last modified time | relevance | path

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

/PHP-7.2/ext/bcmath/libbcmath/src/
H A Dsqrt.c49 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.2/build/
H A Dbuild2.mk24 LT_TARGETS = ltmain.sh config.guess config.sub
/PHP-7.2/scripts/
H A DMakefile.frag21 config.guess \
/PHP-7.2/sapi/cgi/tests/
H A Dinclude.inc22 /* trying to guess ... */
/PHP-7.2/TSRM/
H A Dthreads.m438 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
/PHP-7.2/ext/
H A Dext_skel217 config.guess
/PHP-7.2/
H A D.gitignore45 config.guess
H A Dconfig.guess1376 $0: unable to guess system type
1382 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1391 config.guess timestamp = $timestamp
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL24 The `configure' shell script attempts to guess correct values for
262 a message saying it cannot guess the machine type, give it the
/PHP-7.2/ext/bcmath/libbcmath/
H A Dconfigure539 ac_config_guess=$ac_aux_dir/config.guess
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME937 config.guess ) files used by libtool,
H A DChangeLog2472 unwanted data. My guess is that the person linked everything into his
4623 23. Updated the files ltmain.sh, config.sub, config.guess, and aclocal.m4 with
5393 2. The config.guess and config.sub files had not been updated when I moved to
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic21 # We guess the file type from the type of the first chunk.
1548 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at
17510 # this is a wild guess; hopefully it is a specific signature
17514 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP
17538 # educated guess since indirection is still not capable enough for complex offset
17553 # and yet another guess: small .text, and after large .data is unusal, could be 32lite
18987 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
19619 # OS/2 INI (this is a guess)
H A Dmagic私はガラスを食べられます21 # We guess the file type from the type of the first chunk.
1548 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at
17510 # this is a wild guess; hopefully it is a specific signature
17514 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP
17538 # educated guess since indirection is still not capable enough for complex offset
17553 # and yet another guess: small .text, and after large .data is unusal, could be 32lite
18987 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
19619 # OS/2 INI (this is a guess)

Completed in 148 milliseconds