Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/main/
H A Dsnprintf.c65 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 Dbcmath.h35 typedef enum {PLUS, MINUS} sign; typedef
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c844 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int()
H A DsljitNativeX86_common.c1093 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 DsljitNativeARM_64.c1876 sljit_u32 sign = 0, inst; in sljit_emit_mem() local
/PHP-7.4/Zend/
H A Dzend_strtod.c540 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 Dcrypt_blowfish.c556 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
/PHP-7.4/ext/filter/
H A Dlogical_filters.c98 int sign = 0, digit = 0; in php_filter_parse_int() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1315 int sign = 0; in read_number() local

Completed in 61 milliseconds