Searched defs:exponent (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | raise.c | 46 void bc_raise(bc_num num1, long exponent, bc_num *result, size_t scale) { in bc_raise() 110 long exponent = bc_num2long(expo); in bc_raise_bc_exponent() local
|
H A D | raisemod.c | 39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
|
/php-src/ext/bcmath/ |
H A D | bcmath.stub.php | 29 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} 32 function bcpow(string $num, string $exponent, ?int $scale = null): string {} 76 …public function powmod(Number|string|int $exponent, Number|string|int $modulus, ?int $scale = null… 78 public function pow(Number|string|int $exponent, ?int $scale = null): Number {}
|
H A D | bcmath.c | 612 long exponent = bc_num2long(bc_exponent); in PHP_FUNCTION() local 1110 long exponent = bc_num2long(n2); in bcmath_number_pow_internal() local
|
/php-src/ext/standard/ |
H A D | math.c | 52 static zend_always_inline double php_round_get_basic_edge_case(double integral, double exponent, in… in php_round_get_basic_edge_case() 59 static zend_always_inline double php_round_get_zero_edge_case(double integral, double exponent, int… in php_round_get_zero_edge_case() 68 static inline double php_round_helper(double integral, double value, double exponent, int places, i… in php_round_helper() 168 double exponent, tmp_value, tmp_value2; in _php_math_round() local 1429 double base, exponent; in PHP_FUNCTION() local
|
/php-src/ext/gmp/ |
H A D | gmp.stub.php | 124 function gmp_pow(GMP|int|string $num, int $exponent): GMP {} 126 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {}
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | conv.c | 92 int exponent, exp, insignf; in lexbor_conv_data_to_double() local
|
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | state.c | 1585 bool e_is_negative, int exponent, int e_digit) in lxb_css_syntax_consume_numeric_set_float() 1703 int exponent, e_digit; in lxb_css_syntax_state_decimal() local
|
/php-src/Zend/ |
H A D | zend_strtod.c | 4509 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt()
|
H A D | zend_operators.c | 1293 static double safe_pow(double base, double exponent) in safe_pow()
|
Completed in 46 milliseconds