Home
last modified time | relevance | path

Searched defs:num2 (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/gmp/
H A Dgmp.stub.php19 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {}
21 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {}
23 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {}
34 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {}
62 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {}
66 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {}
70 function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {}
76 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {}
86 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {}
88 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {}
[all …]
/PHP-8.0/ext/bcmath/
H A Dbcmath.stub.php5 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
7 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
9 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
11 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
13 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
21 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Ddivmod.c47 bc_divmod (bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, int scale) in bc_divmod()
82 bc_modulo (bc_num num1, bc_num num2, bc_num *result, int scale) in bc_modulo()
H A Draise.c46 bc_raise (bc_num num1, bc_num num2, bc_num *result, int scale) in bc_raise()
H A Ddiv.c90 unsigned char *num1, *num2; in bc_divide() local
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c55 zval num1, num2; in collator_regular_compare_function() local
138 zval num1, num2; in collator_numeric_compare_function() local
/PHP-8.0/ext/standard/
H A Dmath.c391 double num1, num2; in PHP_FUNCTION() local
636 double num1, num2; in PHP_FUNCTION() local
1166 double num1, num2; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1075 function intdiv(int $num1, int $num2): int {}
1111 function fmod(float $num1, float $num2): float {}
1113 function fdiv(float $num1, float $num2): float {}

Completed in 27 milliseconds