Home
last modified time | relevance | path

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

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Draisemod.c39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
63 power = bc_copy_num(base); in bc_raisemod()
70 rscale = MAX(scale, power->n_scale); in bc_raisemod()
78 bc_multiply(temp, power, &temp, rscale); in bc_raisemod()
81 bc_multiply(power, power, &power, rscale); in bc_raisemod()
82 (void) bc_modulo(power, modulus, &power, scale); in bc_raisemod()
87 bc_free_num (&power); in bc_raisemod()
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()
/PHP-8.3/Zend/tests/
H A Dpow_ref.phpt2 Use power operator on reference
/PHP-8.3/ext/standard/
H A Dmath.c79 static inline double php_intpow10(int power) { in php_intpow10() argument
81 if (power < 0 || power > 22) { in php_intpow10()
82 return pow(10.0, (double)power); in php_intpow10()
89 return powers[power]; in php_intpow10()
1145 zend_ulong power; in _php_math_number_format_long() local
1170 power = powers[-dec]; in _php_math_number_format_long()
1171 power_half = power / 2; in _php_math_number_format_long()
1172 rest = tmpnum % power; in _php_math_number_format_long()
1173 tmpnum = tmpnum / power; in _php_math_number_format_long()
1176 tmpnum = tmpnum * power + power; in _php_math_number_format_long()
[all …]
/PHP-8.3/ext/gmp/tests/
H A Dgmp_perfect_power.phpt2 gmp_perfect_power(): Check if number is a perfect power
/PHP-8.3/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-8.3/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-8.3/build/
H A Dconfig.sub883 power)
884 cpu=power
1256 | pdp10 | pdp11 | pj | pjl | pn | power \
/PHP-8.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt19 "control" means (i) the power, direct or indirect, to cause the
/PHP-8.3/ext/date/lib/
H A Dparse_date.re353 /* Realloc in power of two increments */
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc194 /* fast path: power of two */
4804 /* Optimisation for mod of power of 2 */
H A Dzend_jit_x86.dasc5237 /* Optimisation for mod of power of 2 */
/PHP-8.3/ext/fileinfo/tests/
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
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
/PHP-8.3/ext/standard/tests/misc/
H A Dbrowscap.ini1778 [Patwebbot (http://www.herz-power.de/technik.html)]

Completed in 555 milliseconds