/PHP-8.0/ext/gmp/ |
H A D | gmp.stub.php | 9 function gmp_init(int|string $num, int $base = 0): GMP {} 15 function gmp_intval(GMP|int|string $num): int {} 38 function gmp_neg(GMP|int|string $num): GMP {} 40 function gmp_abs(GMP|int|string $num): GMP {} 42 function gmp_fact(GMP|int|string $num): GMP {} 44 function gmp_sqrt(GMP|int|string $num): GMP {} 46 function gmp_sqrtrem(GMP|int|string $num): array {} 78 function gmp_sign(GMP|int|string $num): int {} 90 function gmp_com(GMP|int|string $num): GMP {} 96 function gmp_clrbit(GMP $num, int $index): void {} [all …]
|
H A D | php_gmp_int.h | 20 mpz_t num; member
|
/PHP-8.0/ext/standard/ |
H A D | math.c | 319 double num; in PHP_FUNCTION() local 331 double num; in PHP_FUNCTION() local 343 double num; in PHP_FUNCTION() local 355 double num; in PHP_FUNCTION() local 367 double num; in PHP_FUNCTION() local 379 double num; in PHP_FUNCTION() local 404 double num; in PHP_FUNCTION() local 416 double num; in PHP_FUNCTION() local 428 double num; in PHP_FUNCTION() local 440 double num; in PHP_FUNCTION() local [all …]
|
H A D | basic_functions.stub.php | 1039 function sin(float $num): float {} 1041 function cos(float $num): float {} 1043 function tan(float $num): float {} 1045 function asin(float $num): float {} 1047 function acos(float $num): float {} 1049 function atan(float $num): float {} 1055 function sinh(float $num): float {} 1057 function cosh(float $num): float {} 1059 function tanh(float $num): float {} 1081 function exp(float $num): float {} [all …]
|
H A D | type.c | 145 zval *num; in PHP_FUNCTION() local 204 zval *num; in PHP_FUNCTION() local
|
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | init.c | 65 _bc_free_num_ex (num, persistent) in _bc_free_num_ex() argument 97 bc_copy_num (bc_num num) in bc_copy_num() 107 bc_init_num (bc_num *num) in bc_init_num()
|
H A D | zero.c | 43 bc_is_zero_for_scale (bc_num num, int scale) in bc_is_zero_for_scale() 65 bc_is_zero (bc_num num) in bc_is_zero()
|
H A D | debug.c | 50 pn (bc_num num) in pn() 59 pv (name, num, len) in pv() argument
|
H A D | neg.c | 43 bc_is_neg (num) in bc_is_neg() argument
|
H A D | rmzero.c | 45 _bc_rm_leading_zeros (num) in _bc_rm_leading_zeros() argument
|
H A D | nearzero.c | 45 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
|
H A D | num2long.c | 46 bc_num2long (num) in bc_num2long() argument
|
H A D | bcmath.h | 156 #define bc_free_num(num) _bc_free_num_ex((num), 0) argument 157 #define bc_num2str(num) bc_num2str_ex((num), (num->n_scale)) argument
|
H A D | int2num.c | 44 bc_int2num (num, val) in bc_int2num() argument
|
H A D | num2str.c | 43 *bc_num2str_ex (num, scale) in bc_num2str_ex() argument
|
H A D | str2num.c | 43 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num()
|
H A D | sqrt.c | 44 bc_sqrt (bc_num *num, int scale) in bc_sqrt()
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 1660 create_Dest_X0(int num) in create_Dest_X0() 1667 create_Dest_X1(int num) in create_Dest_X1() 1674 create_Dest_Y0(int num) in create_Dest_Y0() 1681 create_Dest_Y1(int num) in create_Dest_Y1() 1716 create_Imm8_X0(int num) in create_Imm8_X0() 1723 create_Imm8_X1(int num) in create_Imm8_X1() 1730 create_Imm8_Y0(int num) in create_Imm8_Y0() 1737 create_Imm8_Y1(int num) in create_Imm8_Y1() 1773 create_Mode(int num) in create_Mode() 1900 create_SrcA_X0(int num) in create_SrcA_X0() [all …]
|
/PHP-8.0/ext/dba/libflatfile/ |
H A D | flatfile.c | 106 size_t num; in flatfile_delete() local 155 size_t num; in flatfile_findkey() local 196 size_t num; in flatfile_firstkey() local 238 size_t num; in flatfile_nextkey() local
|
/PHP-8.0/ext/bcmath/ |
H A D | bcmath.stub.php | 15 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} 17 function bcpow(string $num, string $exponent, ?int $scale = null): string {} 19 function bcsqrt(string $num, ?int $scale = null): string {}
|
/PHP-8.0/Zend/ |
H A D | zend_execute.h | 360 #define CACHE_ADDR(num) \ argument 363 #define CACHED_PTR(num) \ argument 366 #define CACHE_PTR(num, ptr) do { \ argument 370 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument 375 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument 401 #define ENCODE_SPECIAL_CACHE_NUM(num) \ argument
|
H A D | zend_smart_string.h | 91 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, zend_… in smart_string_append_long_ex() 97 static zend_always_inline void smart_string_append_unsigned_ex(smart_string *dest, zend_ulong num, … in smart_string_append_unsigned_ex()
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | optimize_temp_vars_5.c | 84 …int num = (((opline->extended_value + 1) * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zv… in zend_optimize_temporary_variables() local 166 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimize_temporary_variables() local
|
H A D | compact_vars.c | 48 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimizer_compact_vars() local
|
/PHP-8.0/main/ |
H A D | snprintf.c | 311 PHPAPI char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, in ap_php_conv_10() 369 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp() 474 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2() 535 #define STR_TO_DEC( str, num ) \ argument
|