Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 83) sorted by relevance

1234

/PHP-8.2/ext/gmp/
H A Dgmp.stub.php75 function gmp_intval(GMP|int|string $num): int {}
102 function gmp_neg(GMP|int|string $num): GMP {}
104 function gmp_abs(GMP|int|string $num): GMP {}
106 function gmp_fact(GMP|int|string $num): GMP {}
108 function gmp_sqrt(GMP|int|string $num): GMP {}
114 function gmp_sqrtrem(GMP|int|string $num): array {}
154 function gmp_sign(GMP|int|string $num): int {}
166 function gmp_com(GMP|int|string $num): GMP {}
172 function gmp_clrbit(GMP $num, int $index): void {}
180 function gmp_popcount(GMP|int|string $num): int {}
[all …]
H A Dphp_gmp_int.h20 mpz_t num; member
/PHP-8.2/ext/standard/
H A Dmath.c315 double num; in PHP_FUNCTION() local
327 double num; in PHP_FUNCTION() local
339 double num; in PHP_FUNCTION() local
351 double num; in PHP_FUNCTION() local
363 double num; in PHP_FUNCTION() local
375 double num; in PHP_FUNCTION() local
400 double num; in PHP_FUNCTION() local
412 double num; in PHP_FUNCTION() local
424 double num; in PHP_FUNCTION() local
436 double num; in PHP_FUNCTION() local
[all …]
/PHP-8.2/ext/bcmath/libbcmath/src/
H A Dinit.c65 _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 Dzero.c43 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 Ddebug.c48 void pn (bc_num num) in pn()
56 void pv (char *name, unsigned char *num, int len) in pv()
H A Dneg.c43 bc_is_neg (num) in bc_is_neg() argument
H A Drmzero.c45 _bc_rm_leading_zeros (num) in _bc_rm_leading_zeros() argument
H A Dbcmath.h141 #define bc_free_num(num) _bc_free_num_ex((num), 0) argument
142 #define bc_num2str(num) bc_num2str_ex((num), (num->n_scale)) argument
H A Dnearzero.c45 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
H A Dnum2long.c46 bc_num2long (num) in bc_num2long() argument
H A Dint2num.c44 bc_int2num (num, val) in bc_int2num() argument
H A Dnum2str.c43 *bc_num2str_ex (num, scale) in bc_num2str_ex() argument
H A Dstr2num.c43 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num()
H A Dsqrt.c44 bc_sqrt (bc_num *num, int scale) in bc_sqrt()
/PHP-8.2/ext/dba/libflatfile/
H A Dflatfile.c106 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.2/ext/bcmath/
H A Dbcmath.stub.php21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
24 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
27 function bcsqrt(string $num, ?int $scale = null): string {}
/PHP-8.2/Zend/
H A Dzend_execute.h393 #define CACHE_ADDR(num) \ argument
396 #define CACHED_PTR(num) \ argument
399 #define CACHE_PTR(num, ptr) do { \ argument
403 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
408 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
434 #define ENCODE_SPECIAL_CACHE_NUM(num) \ argument
H A Dzend_smart_str.h144 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, bool persis… in smart_str_append_long_ex()
150 static zend_always_inline void smart_str_append_long(smart_str *dest, zend_long num) in smart_str_append_long()
155 static zend_always_inline void smart_str_append_unsigned_ex(smart_str *dest, zend_ulong num, bool p… in smart_str_append_unsigned_ex()
161 static zend_always_inline void smart_str_append_unsigned(smart_str *dest, zend_ulong num) in smart_str_append_unsigned()
H A Dzend_smart_string.h91 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, bool … 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.2/Zend/Optimizer/
H A Doptimize_temp_vars_5.c83 …int num = (((opline->extended_value + 1) * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zv… in zend_optimize_temporary_variables() local
164 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimize_temporary_variables() local
H A Dcompact_vars.c48 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimizer_compact_vars() local
/PHP-8.2/ext/random/
H A Dphp_random.h99 static inline uint64_t php_random_uint128_hi(php_random_uint128_t num) in php_random_uint128_hi()
104 static inline uint64_t php_random_uint128_lo(php_random_uint128_t num) in php_random_uint128_lo()
146 static inline uint64_t php_random_pcgoneseq128xslrr64_rotr64(php_random_uint128_t num) in php_random_pcgoneseq128xslrr64_rotr64()
157 static inline uint64_t php_random_uint128_hi(php_random_uint128_t num) in php_random_uint128_hi()
162 static inline uint64_t php_random_uint128_lo(php_random_uint128_t num) in php_random_uint128_lo()
186 static inline uint64_t php_random_pcgoneseq128xslrr64_rotr64(php_random_uint128_t num) in php_random_pcgoneseq128xslrr64_rotr64()
/PHP-8.2/main/
H A Dsnprintf.c213 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned, in ap_php_conv_10()
271 PHPAPI char * php_conv_fp(char format, double num, in php_conv_fp()
376 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2()
437 #define STR_TO_DEC( str, num ) \ argument
/PHP-8.2/ext/intl/collator/
H A Dcollator_convert.c266 zval* num = collator_convert_string_to_number_if_possible( str, rv ); in collator_convert_string_to_number() local
290 zval* num = collator_convert_string_to_number( str, rv ); in collator_convert_string_to_double() local

Completed in 406 milliseconds

1234