Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 24 of 24) sorted by relevance

/PHP-8.1/ext/bcmath/libbcmath/src/
H A Draise.c49 long exponent; in bc_raise() local
61 exponent = bc_num2long (num2); in bc_raise()
69 if (exponent == 0) in bc_raise()
77 if (exponent < 0) in bc_raise()
80 exponent = -exponent; in bc_raise()
92 while ((exponent & 1) == 0) in bc_raise()
96 exponent = exponent >> 1; in bc_raise()
100 exponent = exponent >> 1; in bc_raise()
103 while (exponent > 0) in bc_raise()
107 if ((exponent & 1) == 1) { in bc_raise()
[all …]
H A Draisemod.c44 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
77 exponent = bc_copy_num (expo); in bc_raisemod()
91 while ( !bc_is_zero(exponent) ) in bc_raisemod()
93 (void) bc_divmod (exponent, BCG(_two_), &exponent, &parity, 0); in bc_raisemod()
107 bc_free_num (&exponent); in bc_raisemod()
/PHP-8.1/ext/gmp/tests/
H A Dgmp_pow.phpt52 gmp_pow(): Argument #2 ($exponent) must be greater than or equal to 0
56 gmp_pow(): Argument #2 ($exponent) must be greater than or equal to 0
59 gmp_pow(): Argument #2 ($exponent) must be of type int, array given
H A Dgmp_pown.phpt79 gmp_powm(): Argument #2 ($exponent) must be of type GMP|string|int, array given
80 gmp_powm(): Argument #2 ($exponent) must be of type GMP|string|int, TypeError given
82 gmp_powm(): Argument #2 ($exponent) must be greater than or equal to 0
/PHP-8.1/ext/bcmath/
H A Dbcmath.stub.php21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} argument
24 function bcpow(string $num, string $exponent, ?int $scale = null): string {} argument
H A Dbcmath_arginfo.h20 ZEND_ARG_TYPE_INFO(0, exponent, IS_STRING, 0)
27 ZEND_ARG_TYPE_INFO(0, exponent, IS_STRING, 0)
/PHP-8.1/ext/bcmath/tests/
H A Dbcpow_variation001.phpt2 bcpow() with a negative exponent
H A Dbcpow_error2.phpt14 bcpow(): Argument #2 ($exponent) is too large
H A Dbcpow_error1.phpt14 bcpow(): Argument #2 ($exponent) cannot have a fractional part
H A Dbcpowmod_negative_exponent.phpt16 bcpowmod(): Argument #2 ($exponent) must be greater than or equal to 0
H A Dbcpow_error3.phpt23 bcpow(): Argument #2 ($exponent) is not well-formed
H A Dbug72093.phpt20 bcpowmod(): Argument #2 ($exponent) cannot have a fractional part
H A Dbcpowmod_error.phpt29 bcpowmod(): Argument #2 ($exponent) is not well-formed
/PHP-8.1/Zend/
H A Dzend_strtod.h28 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
H A Dzend_strtod.c4510 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt() argument
4554 *dst++ = exponent; in zend_gcvt()
/PHP-8.1/ext/standard/tests/math/
H A Dpow_basic.phpt41 foreach($exponents as $exponent) {
42 echo "\n..... Exponent = $exponent Result = ";
43 $res = pow($base, $exponent);
H A Dpow_basic_64bit.phpt41 foreach($exponents as $exponent) {
42 echo "\n..... Exponent = $exponent Result = ";
43 $res = pow($base, $exponent);
/PHP-8.1/main/
H A Dsnprintf.h78 PHPAPI char * php_0cvt(double value, int ndigit, char dec_point, char exponent, char *buf);
/PHP-8.1/ext/gmp/
H A Dgmp.stub.php67 function gmp_pow(GMP|int|string $num, int $exponent): GMP {} argument
69 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {} argument
H A Dgmp_arginfo.h85 ZEND_ARG_TYPE_INFO(0, exponent, IS_LONG, 0)
90 ZEND_ARG_OBJ_TYPE_MASK(0, exponent, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php1427 function pow(mixed $num, mixed $exponent): int|float|object {} argument
H A Dbasic_functions_arginfo.h1669 ZEND_ARG_TYPE_INFO(0, exponent, IS_MIXED, 0)
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic21938 # Block size exponent, E1; appears to always be 0x09; minimum block size 512 bytes
21940 # Block size exponent, E2 ; file blocksize=2**(E1+E2)
25680 >>>32 uleshort !6 \b, exponent of short stream %u
H A Dmagic私はガラスを食べられます21938 # Block size exponent, E1; appears to always be 0x09; minimum block size 512 bytes
21940 # Block size exponent, E2 ; file blocksize=2**(E1+E2)
25680 >>>32 uleshort !6 \b, exponent of short stream %u

Completed in 190 milliseconds