Home
last modified time | relevance | path

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

/PHP-8.1/ext/gmp/
H A Dgmp.stub.php22 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {}
24 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {}
26 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {}
41 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {}
77 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {}
85 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {}
95 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {}
105 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {}
107 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {}
119 function gmp_scan0(GMP|int|string $num1, int $start): int {}
[all …]
/PHP-8.1/ext/bcmath/
H A Dbcmath.stub.php6 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
9 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
12 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
18 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
29 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/PHP-8.1/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.c86 unsigned char *num1, *num2; in bc_divide() local
/PHP-8.1/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.1/ext/standard/
H A Dmath.c387 double num1, num2; in PHP_FUNCTION() local
632 double num1, num2; in PHP_FUNCTION() local
1169 double num1, num2; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1423 function intdiv(int $num1, int $num2): int {}
1464 function fmod(float $num1, float $num2): float {}
1466 function fdiv(float $num1, float $num2): float {}

Completed in 29 milliseconds