Searched defs:num2 (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gmp/ |
H A D | gmp.stub.php | 79 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {} 81 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {} 83 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {} 98 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {} 134 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {} 142 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {} 146 function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {} 152 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {} 162 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {} 164 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {} [all …]
|
/PHP-8.3/ext/bcmath/ |
H A D | bcmath.stub.php | 6 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.3/ext/bcmath/libbcmath/src/ |
H A D | divmod.c | 44 bool bc_divmod(bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, size_t scale) in bc_divmod() 80 bool bc_modulo(bc_num num1, bc_num num2, bc_num *result, size_t scale) in bc_modulo()
|
H A D | div.c | 82 unsigned char *num1, *num2; in bc_divide() local
|
/PHP-8.3/ext/random/ |
H A D | php_random.h | 121 …e php_random_uint128_t php_random_uint128_add(php_random_uint128_t num1, php_random_uint128_t num2) in php_random_uint128_add() 131 …_random_uint128_t php_random_uint128_multiply(php_random_uint128_t num1, php_random_uint128_t num2) in php_random_uint128_multiply() 178 …e php_random_uint128_t php_random_uint128_add(php_random_uint128_t num1, php_random_uint128_t num2) in php_random_uint128_add() 183 …_random_uint128_t php_random_uint128_multiply(php_random_uint128_t num1, php_random_uint128_t num2) in php_random_uint128_multiply()
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_sort.c | 55 zval num1, num2; in collator_regular_compare_function() local 138 zval num1, num2; in collator_numeric_compare_function() local
|
/PHP-8.3/ext/standard/ |
H A D | math.c | 386 double num1, num2; in PHP_FUNCTION() local 631 double num1, num2; in PHP_FUNCTION() local 1295 double num1, num2; in PHP_FUNCTION() local
|
Completed in 12 milliseconds