/php-src/ext/bcmath/libbcmath/src/ |
H A D | raisemod.c | 39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local 69 power = bc_copy_num(base); in bc_raisemod() 79 bc_multiply_ex(temp, power, &temp, scale); in bc_raisemod() 82 bc_multiply_ex(power, power, &power, scale); in bc_raisemod() 83 (void) bc_modulo(power, modulus, &power, scale); in bc_raisemod() 87 bc_free_num (&power); in bc_raisemod()
|
H A D | raise.c | 47 bc_num temp, power; in bc_raise() local 71 power = bc_copy_num(base); in bc_raise() 75 bc_square_ex(power, &power, pwrscale); in bc_raise() 78 temp = bc_copy_num(power); in bc_raise() 85 bc_square_ex(power, &power, pwrscale); in bc_raise() 88 bc_multiply_ex(temp, power, &temp, calcscale); in bc_raise() 97 bc_free_num (&power); in bc_raise() 106 bc_free_num (&power); in bc_raise()
|
/php-src/ext/bcmath/tests/ |
H A D | bcpow_div_by_zero.phpt | 2 bcpow() negative power of zero 24 Negative power of zero 25 Negative power of zero 26 Negative power of zero 27 Negative power of zero 28 Negative power of zero 29 Negative power of zero
|
H A D | bcpow.phpt | 63 0 ** -15 = Negative power of zero 65 0 ** -9 = Negative power of zero 71 -0 ** -15 = Negative power of zero 73 -0 ** -9 = Negative power of zero 191 0 ** -15 = Negative power of zero 193 0 ** -9 = Negative power of zero 199 -0 ** -15 = Negative power of zero 201 -0 ** -9 = Negative power of zero
|
/php-src/ext/bcmath/tests/number/methods/ |
H A D | pow_div_by_zero.phpt | 2 BcMath\Number pow(): negative power of zero 31 Negative power of zero 33 Negative power of zero 35 Negative power of zero 37 Negative power of zero 39 Negative power of zero 41 Negative power of zero
|
/php-src/ext/bcmath/tests/number/operators/ |
H A D | pow_div_by_zero.phpt | 2 BcMath\Number pow: negative power of zero by operator 31 Negative power of zero 33 Negative power of zero 35 Negative power of zero 37 Negative power of zero 39 Negative power of zero 41 Negative power of zero
|
/php-src/Zend/tests/ |
H A D | pow_ref.phpt | 2 Use power operator on reference
|
/php-src/ext/standard/ |
H A D | math.c | 38 static inline double php_intpow10(int power) { in php_intpow10() argument 40 if (power < 0 || power > 22) { in php_intpow10() 41 return pow(10.0, (double)power); in php_intpow10() 48 return powers[power]; in php_intpow10() 1237 zend_ulong power; in _php_math_number_format_long() local 1262 power = powers[-dec]; in _php_math_number_format_long() 1263 power_half = power / 2; in _php_math_number_format_long() 1264 rest = tmpnum % power; in _php_math_number_format_long() 1265 tmpnum = tmpnum / power; in _php_math_number_format_long() 1268 tmpnum = tmpnum * power + power; in _php_math_number_format_long() [all …]
|
/php-src/ext/gmp/tests/ |
H A D | gmp_perfect_power.phpt | 2 gmp_perfect_power(): Check if number is a perfect power
|
/php-src/ext/standard/libavifinfo/ |
H A D | PATENTS | 64 the voting power to elect directors of that corporation, or for any other 65 entity, the power to direct management of such entity.
|
/php-src/ext/random/tests/03_randomizer/methods/ |
H A D | getBytesFromString_fast_path.phpt | 51 // the maximum offset will be a power of two and thus a minimal number
|
/php-src/build/ |
H A D | config.sub | 935 power) 936 cpu=power 1388 | power \
|
/php-src/ext/dom/lexbor/ |
H A D | LICENSE | 19 "control" means (i) the power, direct or indirect, to cause the
|
/php-src/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 19 "control" means (i) the power, direct or indirect, to cause the
|
/php-src/ext/date/lib/ |
H A D | parse_date.re | 353 /* Realloc in power of two increments */
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.dasc | 119 /* fast path: power of two */
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 7797 # URL: http://www.power-tab.net/ 13740 # valid sectorsize must be a power of 2 from 32 to 32768 22264 # Shows rescale value if it's not a power of 2. 22288 # Shows rescale value if it's not a power of 2. 27463 # invalid sectorsize not a power of 2 from 32-32768. Then it is not a disk image and it must be DOS… 36167 # database page size in bytes; a power of two between 512 and 32768, or 1 for 65536
|
H A D | magic | 7797 # URL: http://www.power-tab.net/ 13740 # valid sectorsize must be a power of 2 from 32 to 32768 22264 # Shows rescale value if it's not a power of 2. 22288 # Shows rescale value if it's not a power of 2. 27463 # invalid sectorsize not a power of 2 from 32-32768. Then it is not a disk image and it must be DOS… 36167 # database page size in bytes; a power of two between 512 and 32768, or 1 for 65536
|
/php-src/ext/standard/tests/misc/ |
H A D | browscap.ini | 1778 [Patwebbot (http://www.herz-power.de/technik.html)]
|