Home
last modified time | relevance | path

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

1234

/php-src/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-src/ext/standard/
H A Dmath.c361 double num; in PHP_FUNCTION() local
373 double num; in PHP_FUNCTION() local
385 double num; in PHP_FUNCTION() local
397 double num; in PHP_FUNCTION() local
409 double num; in PHP_FUNCTION() local
421 double num; in PHP_FUNCTION() local
446 double num; in PHP_FUNCTION() local
458 double num; in PHP_FUNCTION() local
470 double num; in PHP_FUNCTION() local
482 double num; in PHP_FUNCTION() local
[all …]
/php-src/ext/random/
H A Dphp_random_uint128.h31 static inline uint64_t php_random_uint128_hi(php_random_uint128_t num) in php_random_uint128_hi()
36 static inline uint64_t php_random_uint128_lo(php_random_uint128_t num) in php_random_uint128_lo()
78 static inline uint64_t php_random_pcgoneseq128xslrr64_rotr64(php_random_uint128_t num) in php_random_pcgoneseq128xslrr64_rotr64()
89 static inline uint64_t php_random_uint128_hi(php_random_uint128_t num) in php_random_uint128_hi()
94 static inline uint64_t php_random_uint128_lo(php_random_uint128_t num) in php_random_uint128_lo()
118 static inline uint64_t php_random_pcgoneseq128xslrr64_rotr64(php_random_uint128_t num) in php_random_pcgoneseq128xslrr64_rotr64()
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h129 #define lxb_css_selector_sp_set_i(sp, num) \ argument
132 #define lxb_css_selector_sp_set_s(sp, num) \ argument
135 #define lxb_css_selector_sp_set_a(sp, num) \ argument
138 #define lxb_css_selector_sp_set_b(sp, num) \ argument
141 #define lxb_css_selector_sp_set_c(sp, num) \ argument
144 #define lxb_css_selector_sp_add_s(sp, num) \ argument
147 #define lxb_css_selector_sp_add_a(sp, num) \ argument
150 #define lxb_css_selector_sp_add_b(sp, num) \ argument
153 #define lxb_css_selector_sp_add_c(sp, num) \ argument
156 #define lxb_css_selector_sp_up_i(num) (num | (1 << 28)) argument
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Dinit.c57 void _bc_free_num_ex(bc_num *num, bool persistent) in _bc_free_num_ex()
87 bc_num bc_copy_num(bc_num num) in bc_copy_num()
95 void bc_init_num(bc_num *num) in bc_init_num()
H A Dzero.c38 bool bc_is_zero_for_scale(bc_num num, size_t scale) in bc_is_zero_for_scale()
58 bool bc_is_zero(bc_num num) in bc_is_zero()
H A Dneg.c36 bool bc_is_neg(bc_num num) in bc_is_neg()
H A Drmzero.c39 void _bc_rm_leading_zeros(bc_num num) in _bc_rm_leading_zeros()
H A Dnearzero.c40 bool bc_is_near_zero(bc_num num, size_t scale) in bc_is_near_zero()
H A Dnum2long.c40 long bc_num2long(bc_num num) in bc_num2long()
H A Dbcmath.h149 #define bc_free_num(num) _bc_free_num_ex((num), 0) argument
150 #define bc_num2str(num) bc_num2str_ex((num), (num->n_scale)) argument
H A Dint2num.c36 void bc_int2num(bc_num *num, int val) in bc_int2num()
H A Dnum2str.c37 zend_string *bc_num2str_ex(bc_num num, size_t scale) in bc_num2str_ex()
H A Dstr2num.c38 bool bc_str2num(bc_num *num, char *str, size_t scale) in bc_str2num()
H A Dsqrt.c39 bool bc_sqrt(bc_num *num, size_t scale) in bc_sqrt()
/php-src/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-src/ext/dom/lexbor/lexbor/core/
H A Dconv.c16 lexbor_conv_float_to_data(double num, lxb_char_t *buf, size_t len) in lexbor_conv_float_to_data()
22 lexbor_conv_long_to_data(long num, lxb_char_t *buf, size_t len) in lexbor_conv_long_to_data()
28 lexbor_conv_int64_to_data(int64_t num, lxb_char_t *buf, size_t len) in lexbor_conv_int64_to_data()
95 double num; in lexbor_conv_data_to_double() local
/php-src/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-src/Zend/Optimizer/
H A Doptimize_temp_vars_5.c82 …int num = (((opline->extended_value + 1) * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zv… in zend_optimize_temporary_variables() local
163 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimize_temporary_variables() local
H A Dcompact_vars.c47 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in zend_optimizer_compact_vars() local
/php-src/Zend/
H A Dzend_execute.h438 #define CACHE_ADDR(num) \ argument
441 #define CACHED_PTR(num) \ argument
444 #define CACHE_PTR(num, ptr) do { \ argument
448 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
453 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
479 #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-src/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

Completed in 47 milliseconds

1234