Searched defs:sign (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/main/ |
H A D | snprintf.c | 62 static char * __cvt(double value, int ndigit, int *decpt, bool *sign, int fmode, int pad) /* {{{ */ in __cvt() 121 static inline char *php_ecvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_ecvt() 127 static inline char *php_fcvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_fcvt()
|
/PHP-8.2/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.2/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 35 typedef enum {PLUS, MINUS} sign; typedef
|
/PHP-8.2/Zend/ |
H A D | zend_strtod.c | 530 int k, maxwds, sign, wds; member 1795 gethex(sp, rvp, rounding, sign) in gethex() argument 2533 int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign; local 3711 ZEND_API char *zend_dtoa(double dd, int mode, int ndigits, int *decpt, bool *sign, char **rve) in zend_dtoa() 4521 bool sign; in zend_gcvt() local
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_64.c | 913 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int()
|
H A D | sljitNativeX86_common.c | 1109 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() 1275 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_half()
|
H A D | sljitNativeARM_64.c | 2001 sljit_u32 sign = 0, inst; in sljit_emit_mem() local
|
/PHP-8.2/ext/standard/ |
H A D | crypt_blowfish.c | 538 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
|
/PHP-8.2/ext/filter/ |
H A D | logical_filters.c | 96 int sign = 0, digit = 0; in php_filter_parse_int() local
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1320 int sign = 0; in read_number() local
|
Completed in 126 milliseconds