Home
last modified time | relevance | path

Searched refs:power (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Draise.c44 bc_num temp, power; in bc_raise() local
68 power = bc_copy_num(num1); in bc_raise()
72 bc_multiply(power, power, &power, pwrscale); in bc_raise()
75 temp = bc_copy_num(power); in bc_raise()
82 bc_multiply(power, power, &power, pwrscale); in bc_raise()
85 bc_multiply(temp, power, &temp, calcscale); in bc_raise()
101 bc_free_num (&power); in bc_raise()
H A Draisemod.c38 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
61 power = bc_copy_num(base); in bc_raisemod()
75 bc_multiply(temp, power, &temp, scale); in bc_raisemod()
78 bc_multiply(power, power, &power, scale); in bc_raisemod()
79 (void) bc_modulo(power, modulus, &power, scale); in bc_raisemod()
84 bc_free_num (&power); in bc_raisemod()
/php-src/Zend/tests/
H A Dpow_ref.phpt2 Use power operator on reference
/php-src/ext/standard/
H A Dmath.c35 static inline double php_intpow10(int power) { in php_intpow10() argument
37 if (power < 0 || power > 22) { in php_intpow10()
38 return pow(10.0, (double)power); in php_intpow10()
45 return powers[power]; in php_intpow10()
1203 zend_ulong power; in _php_math_number_format_long() local
1228 power = powers[-dec]; in _php_math_number_format_long()
1229 power_half = power / 2; in _php_math_number_format_long()
1230 rest = tmpnum % power; in _php_math_number_format_long()
1231 tmpnum = tmpnum / power; in _php_math_number_format_long()
1234 tmpnum = tmpnum * power + power; in _php_math_number_format_long()
[all …]
/php-src/ext/gmp/tests/
H A Dgmp_perfect_power.phpt2 gmp_perfect_power(): Check if number is a perfect power
/php-src/ext/standard/libavifinfo/
H A DPATENTS64 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 DgetBytesFromString_fast_path.phpt51 // the maximum offset will be a power of two and thus a minimal number
/php-src/build/
H A Dconfig.sub883 power)
884 cpu=power
1256 | pdp10 | pdp11 | pj | pjl | pn | power \
/php-src/ext/dom/lexbor/
H A DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt19 "control" means (i) the power, direct or indirect, to cause the
/php-src/ext/date/lib/
H A Dparse_date.re353 /* Realloc in power of two increments */
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc119 /* fast path: power of two */
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます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 Dmagic7797 # 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 Dbrowscap.ini1778 [Patwebbot (http://www.herz-power.de/technik.html)]

Completed in 332 milliseconds