Searched defs:num1 (Results 1 – 8 of 8) sorted by relevance
/php-src/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 {} 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 {} 176 function gmp_scan0(GMP|int|string $num1, int $start): int {} [all …]
|
/php-src/ext/bcmath/ |
H A D | bcmath.stub.php | 8 function bcadd(string $num1, string $num2, ?int $scale = null): string {} 11 function bcsub(string $num1, string $num2, ?int $scale = null): string {} 14 function bcmul(string $num1, string $num2, ?int $scale = null): string {} 17 function bcdiv(string $num1, string $num2, ?int $scale = null): string {} 20 function bcmod(string $num1, string $num2, ?int $scale = null): string {} 26 function bcdivmod(string $num1, string $num2, ?int $scale = null): array {} 37 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
|
/php-src/ext/random/ |
H A D | php_random_uint128.h | 51 static inline php_random_uint128_t php_random_uint128_add(php_random_uint128_t num1, php_random_uin… in php_random_uint128_add() 61 static inline php_random_uint128_t php_random_uint128_multiply(php_random_uint128_t num1, php_rando… in php_random_uint128_multiply() 108 static inline php_random_uint128_t php_random_uint128_add(php_random_uint128_t num1, php_random_uin… in php_random_uint128_add() 113 static inline php_random_uint128_t php_random_uint128_multiply(php_random_uint128_t num1, php_rando… in php_random_uint128_multiply()
|
/php-src/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() 86 bool bc_modulo(bc_num num1, bc_num num2, bc_num *result, size_t scale) in bc_modulo()
|
H A D | raise.c | 46 void bc_raise(bc_num num1, long exponent, bc_num *result, size_t scale) { in bc_raise()
|
/php-src/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-src/ext/standard/ |
H A D | math.c | 467 double num1, num2; in PHP_FUNCTION() local 712 double num1, num2; in PHP_FUNCTION() local 1397 double num1, num2; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
Completed in 27 milliseconds