Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Draise.c49 bc_num temp, power; in bc_raise() local
85 power = bc_copy_num (num1); in bc_raise()
90 bc_multiply (power, power, &power, pwrscale TSRMLS_CC); in bc_raise()
93 temp = bc_copy_num (power); in bc_raise()
101 bc_multiply (power, power, &power, pwrscale TSRMLS_CC); in bc_raise()
104 bc_multiply (temp, power, &temp, calcscale TSRMLS_CC); in bc_raise()
122 bc_free_num (&power); in bc_raise()
H A Draisemod.c48 bc_num power, exponent, parity, temp; in bc_raisemod() local
56 power = bc_copy_num (base); in bc_raisemod()
83 bc_multiply (temp, power, &temp, rscale TSRMLS_CC); in bc_raisemod()
87 bc_multiply (power, power, &power, rscale TSRMLS_CC); in bc_raisemod()
88 (void) bc_modulo (power, mod, &power, scale TSRMLS_CC); in bc_raisemod()
92 bc_free_num (&power); in bc_raisemod()
/PHP-5.5/ext/standard/
H A Dmath.c81 static inline double php_intpow10(int power) { in php_intpow10() argument
88 if (power < 0 || power > 22) { in php_intpow10()
89 return pow(10.0, (double)power); in php_intpow10()
91 return powers[power]; in php_intpow10()
/PHP-5.5/ext/standard/tests/math/
H A Dexp_variation1.phpt8 * Description: Returns e raised to the power of arg.
/PHP-5.5/win32/
H A Dinstall.txt1469 language interface. The flexibility and power of PHP relies on the
/PHP-5.5/
H A DINSTALL1838 to learn language interface. The flexibility and power of PHP
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini1778 [Patwebbot (http://www.herz-power.de/technik.html)]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3641 # URL: http://www.power-tab.net/
6964 # valid sectorsize must be a power of 2 from 32 to 32768
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4913 The power of regular expressions comes from the ability to include

Completed in 225 milliseconds