Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.stub.php79 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 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-src/ext/random/
H A Dphp_random_uint128.h51 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 Ddivmod.c44 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 Draise.c42 void bc_raise(bc_num num1, long exponent, bc_num *result, size_t scale) in bc_raise()
H A Ddiv.c82 unsigned char *num1, *num2; in bc_divide() local
/php-src/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-src/ext/standard/
H A Dmath.c433 double num1, num2; in PHP_FUNCTION() local
678 double num1, num2; in PHP_FUNCTION() local
1363 double num1, num2; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}

Completed in 69 milliseconds