Searched refs:guess (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/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 TSRMLS_CC); 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 TSRMLS_CC); in bc_sqrt() 106 guess1 = bc_copy_num (guess); in bc_sqrt() 107 bc_divide (*num, guess, &guess, cscale TSRMLS_CC); in bc_sqrt() 108 bc_add (guess, guess1, &guess, 0); in bc_sqrt() 109 bc_multiply (guess, point5, &guess, cscale TSRMLS_CC); in bc_sqrt() 110 bc_sub (guess, guess1, &diff, cscale+1); in bc_sqrt() [all …]
|
/PHP-5.4/ext/mcrypt/tests/ |
H A D | blowfish.phpt | 14 print "key plain crypt guess stat\n"; 33 $guess = mcrypt_generic ($td, $plain); 34 $guess = bin2hex($guess); 37 $guess, 38 ($crypt==$guess ? "OK" : "BAD") 51 $guess = bin2hex( mcrypt_generic( $td, $plain ) ); 53 echo "\n", $guess, "\n"; 56 key plain crypt guess stat
|
/PHP-5.4/build/ |
H A D | build2.mk | 24 LT_TARGETS = ltmain.sh config.guess config.sub
|
/PHP-5.4/sapi/cgi/tests/ |
H A D | include.inc | 22 /* trying to guess ... */
|
/PHP-5.4/scripts/ |
H A D | Makefile.frag | 21 config.guess \
|
/PHP-5.4/TSRM/ |
H A D | threads.m4 | 38 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
|
/PHP-5.4/ |
H A D | .gitignore | 51 config.guess
|
H A D | UPGRADING | 531 - The extension will no longer guess the default timezone if none
|
H A D | NEWS | 1280 . Fixed bug #63451 (config.guess file does not have AIX 7 defined,
|
/PHP-5.4/ext/bcmath/libbcmath/ |
H A D | configure | 539 ac_config_guess=$ac_aux_dir/config.guess
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | README | 937 config.guess ) files used by libtool,
|
H A D | ChangeLog | 2110 unwanted data. My guess is that the person linked everything into his 4261 23. Updated the files ltmain.sh, config.sub, config.guess, and aclocal.m4 with 5031 2. The config.guess and config.sub files had not been updated when I moved to
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 21 # We guess the file type from the type of the first chunk. 1240 # from old 68020 IRIX from old NetBSD? Again, I guess we could look at 13014 # this is a wild guess; hopefully it is a specific signature 13018 # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP 13040 # educated guess since indirection is still not capable enough for complex offset 13054 # and yet another guess: small .text, and after large .data is unusal, could be 32lite 13870 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 14467 # OS/2 INI (this is a guess)
|
Completed in 96 milliseconds