/PHP-8.2/ext/bcmath/libbcmath/src/ |
H A D | raise.c | 49 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 D | raisemod.c | 44 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.2/ext/gmp/tests/ |
H A D | gmp_pow_32bits.phpt | 68 gmp_pow(): Argument #2 ($exponent) must be greater than or equal to 0 70 base and exponent overflow 71 base and exponent overflow 72 gmp_pow(): Argument #2 ($exponent) must be greater than or equal to 0 73 base and exponent overflow 74 base and exponent overflow 75 gmp_pow(): Argument #2 ($exponent) must be of type int, array given
|
H A D | gmp_pow_fpe.phpt | 32 base and exponent overflow 33 base and exponent overflow 34 base and exponent overflow 35 base and exponent overflow
|
H A D | gmp_pow.phpt | 54 gmp_pow(): Argument #2 ($exponent) must be greater than or equal to 0 58 gmp_pow(): Argument #2 ($exponent) must be greater than or equal to 0 61 gmp_pow(): Argument #2 ($exponent) must be of type int, array given
|
H A D | gmp_pown.phpt | 79 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.2/ext/bcmath/ |
H A D | bcmath.stub.php | 21 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 D | bcmath_arginfo.h | 20 ZEND_ARG_TYPE_INFO(0, exponent, IS_STRING, 0) 27 ZEND_ARG_TYPE_INFO(0, exponent, IS_STRING, 0)
|
/PHP-8.2/ext/bcmath/tests/ |
H A D | bcpow_variation001.phpt | 2 bcpow() with a negative exponent
|
H A D | bcpow_error2.phpt | 14 bcpow(): Argument #2 ($exponent) is too large
|
H A D | bcpow_error1.phpt | 14 bcpow(): Argument #2 ($exponent) cannot have a fractional part
|
H A D | bcpowmod_negative_exponent.phpt | 16 bcpowmod(): Argument #2 ($exponent) must be greater than or equal to 0
|
H A D | bcpow_error3.phpt | 23 bcpow(): Argument #2 ($exponent) is not well-formed
|
H A D | bug72093.phpt | 20 bcpowmod(): Argument #2 ($exponent) cannot have a fractional part
|
H A D | bcpowmod_error.phpt | 29 bcpowmod(): Argument #2 ($exponent) is not well-formed
|
/PHP-8.2/Zend/ |
H A D | zend_strtod.h | 28 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
|
H A D | zend_strtod.c | 4517 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt() argument 4561 *dst++ = exponent; in zend_gcvt()
|
/PHP-8.2/ext/standard/tests/math/ |
H A D | pow_basic.phpt | 41 foreach($exponents as $exponent) { 42 echo "\n..... Exponent = $exponent Result = "; 43 $res = pow($base, $exponent);
|
H A D | pow_basic_64bit.phpt | 41 foreach($exponents as $exponent) { 42 echo "\n..... Exponent = $exponent Result = "; 43 $res = pow($base, $exponent);
|
/PHP-8.2/main/ |
H A D | snprintf.h | 78 PHPAPI char * php_0cvt(double value, int ndigit, char dec_point, char exponent, char *buf);
|
/PHP-8.2/ext/gmp/ |
H A D | gmp.stub.php | 124 function gmp_pow(GMP|int|string $num, int $exponent): GMP {} argument 126 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {} argument
|
H A D | gmp_arginfo.h | 85 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.2/ext/standard/ |
H A D | basic_functions.stub.php | 2354 function pow(mixed $num, mixed $exponent): int|float|object {}
|
H A D | basic_functions_arginfo.h | 1676 ZEND_ARG_TYPE_INFO(0, exponent, IS_MIXED, 0)
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 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
|