Searched defs:sign (Results 1 – 9 of 9) sorted by relevance
/PHP-7.4/main/ |
H A D | snprintf.c | 65 static char * __cvt(double value, int ndigit, int *decpt, int *sign, int fmode, int pad) /* {{{ */ in __cvt() 124 static inline char *php_ecvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_ecvt() 130 static inline char *php_fcvt(double value, int ndigit, int *decpt, int *sign) /* {{{ */ in php_fcvt() 139 int i, decpt, sign; in php_gcvt() local
|
/PHP-7.4/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 35 typedef enum {PLUS, MINUS} sign; typedef
|
/PHP-7.4/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-7.4/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-7.4/ext/standard/ |
H A D | crypt_blowfish.c | 556 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
|
/PHP-7.4/ext/filter/ |
H A D | logical_filters.c | 98 int sign = 0, digit = 0; in php_filter_parse_int() local
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1315 int sign = 0; in read_number() local
|
Completed in 82 milliseconds