Searched defs:sign (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/main/ |
H A D | snprintf.c | 60 static char * __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) /* {{{ */ in __cvt() 119 static inline char *php_ecvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_ecvt() 125 static inline char *php_fcvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_fcvt() 134 int i, decpt, sign; in php_gcvt() local
|
/PHP-8.0/ext/opcache/jit/libudis86/ |
H A D | syn.c | 197 ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *op, int sign) in ud_syn_print_mem_disp()
|
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 35 typedef enum {PLUS, MINUS} sign; typedef
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_64.c | 844 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int()
|
H A D | sljitNativeX86_common.c | 1093 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() 1259 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_half()
|
H A D | sljitNativeARM_64.c | 1876 sljit_u32 sign = 0, inst; in sljit_emit_mem() local
|
/PHP-8.0/Zend/ |
H A D | zend_strtod.c | 540 int k, maxwds, sign, wds; member 1805 gethex(sp, rvp, rounding, sign) in gethex() argument 2543 int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign; local 3716 (dd, mode, ndigits, decpt, sign, rve) in zend_dtoa() argument
|
/PHP-8.0/ext/standard/ |
H A D | crypt_blowfish.c | 538 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
|
/PHP-8.0/ext/filter/ |
H A D | logical_filters.c | 96 int sign = 0, digit = 0; in php_filter_parse_int() local
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1315 int sign = 0; in read_number() local
|
Completed in 64 milliseconds