/PHP-7.0/ext/standard/ |
H A D | math.c | 418 double num; in PHP_FUNCTION() local 431 double num; in PHP_FUNCTION() local 444 double num; in PHP_FUNCTION() local 457 double num; in PHP_FUNCTION() local 470 double num; in PHP_FUNCTION() local 483 double num; in PHP_FUNCTION() local 510 double num; in PHP_FUNCTION() local 523 double num; in PHP_FUNCTION() local 536 double num; in PHP_FUNCTION() local 549 double num; in PHP_FUNCTION() local [all …]
|
H A D | type.c | 139 zval *num; in PHP_FUNCTION() local 163 zval *num; in PHP_FUNCTION() local 191 zval *num; in PHP_FUNCTION() local
|
H A D | php_smart_string.h | 123 #define smart_string_append_generic_ex(dest, num, type, vartype, func) do { \ argument 129 #define smart_string_append_unsigned_ex(dest, num, type) \ argument 132 #define smart_string_append_long_ex(dest, num, type) \ argument
|
/PHP-7.0/ext/bcmath/libbcmath/src/ |
H A D | init.c | 84 _bc_free_num_ex (num, persistent) in _bc_free_num_ex() argument 120 bc_copy_num (bc_num num) in bc_copy_num() 130 bc_init_num (bc_num *num) in bc_init_num()
|
H A D | debug.c | 51 pn (bc_num num) in pn() 60 pv (name, num, len) in pv() argument
|
H A D | neg.c | 44 bc_is_neg (num) in bc_is_neg() argument
|
H A D | rmzero.c | 46 _bc_rm_leading_zeros (num) in _bc_rm_leading_zeros() argument
|
H A D | zero.c | 44 bc_is_zero (bc_num num) in bc_is_zero()
|
H A D | nearzero.c | 46 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
|
H A D | num2long.c | 47 bc_num2long (num) in bc_num2long() argument
|
H A D | num2str.c | 44 *bc_num2str (num) in bc_num2str() argument
|
H A D | int2num.c | 45 bc_int2num (num, val) in bc_int2num() argument
|
H A D | str2num.c | 44 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num()
|
H A D | sqrt.c | 45 bc_sqrt (bc_num *num, int scale) in bc_sqrt()
|
H A D | output.c | 90 bc_out_num (bc_num num, int o_base, void (*out_char)(int), int leading_zero) in bc_out_num()
|
/PHP-7.0/ext/pcre/pcrelib/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-7.0/ext/dba/libflatfile/ |
H A D | flatfile.c | 111 size_t num; in flatfile_delete() local 161 size_t num; in flatfile_findkey() local 203 size_t num; in flatfile_firstkey() local 246 size_t num; in flatfile_nextkey() local
|
/PHP-7.0/Zend/ |
H A D | zend_execute.h | 327 #define CACHE_ADDR(num) \ argument 330 #define CACHED_PTR(num) \ argument 333 #define CACHE_PTR(num, ptr) do { \ argument 337 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument 342 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
|
H A D | zend_smart_str.h | 104 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, zend_bool p… in smart_str_append_long_ex() 110 static zend_always_inline void smart_str_append_unsigned_ex(smart_str *dest, zend_ulong num, zend_b… in smart_str_append_unsigned_ex()
|
/PHP-7.0/ext/opcache/Optimizer/ |
H A D | optimize_temp_vars_5.c | 85 …int num = (((opline->extended_value + 1) * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zv… in optimize_temporary_variables() local 199 …uint32_t num = ((opline->extended_value * sizeof(zend_string*)) + (sizeof(zval) - 1)) / sizeof(zva… in optimize_temporary_variables() local
|
H A D | zend_optimizer.c | 135 static inline void alloc_cache_slots_op1(zend_op_array *op_array, zend_op *opline, uint32_t num) { in alloc_cache_slots_op1() 139 static inline void alloc_cache_slots_op2(zend_op_array *op_array, zend_op *opline, uint32_t num) { in alloc_cache_slots_op2()
|
/PHP-7.0/main/ |
H A D | snprintf.c | 319 PHPAPI char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, in ap_php_conv_10() 377 PHPAPI char * php_conv_fp(register char format, register double num, in php_conv_fp() 482 PHPAPI char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_en… in ap_php_conv_p2() 543 #define STR_TO_DEC( str, num ) \ argument
|
/PHP-7.0/ext/intl/collator/ |
H A D | collator_convert.c | 309 zval* num = collator_convert_string_to_number_if_possible( str, rv ); in collator_convert_string_to_number() local 333 zval* num = collator_convert_string_to_number( str, rv ); in collator_convert_string_to_double() local
|
/PHP-7.0/ext/dba/libcdb/ |
H A D | cdb_make.h | 39 int num; member
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 184 void phpdbg_dump_backtrace(size_t num) /* {{{ */ in phpdbg_dump_backtrace()
|