Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Draise.c46 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 Draisemod.c39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
/php-src/ext/bcmath/
H A Dbcmath.stub.php29 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 Dbcmath.c612 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 Dmath.c52 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 Dgmp.stub.php124 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 Dconv.c92 int exponent, exp, insignf; in lexbor_conv_data_to_double() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dstate.c1585 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 Dzend_strtod.c4509 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt()
H A Dzend_operators.c1293 static double safe_pow(double base, double exponent) in safe_pow()

Completed in 46 milliseconds