Home
last modified time | relevance | path

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

/php-src/main/
H A Dsnprintf.c62 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-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h37 typedef enum {PLUS, MINUS} sign; typedef
/php-src/Zend/
H A Dzend_strtod.c530 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
3704 ZEND_API char *zend_dtoa(double dd, int mode, int ndigits, int *decpt, bool *sign, char **rve) in zend_dtoa()
4514 bool sign; in zend_gcvt() local
/php-src/ext/standard/
H A Dcrypt_blowfish.c538 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
/php-src/ext/filter/
H A Dlogical_filters.c96 int sign = 0, digit = 0; in php_filter_parse_int() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c1086 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int()
H A DsljitNativeARM_32.c1877 sljit_sw sign = IS_TYPE1_TRANSFER(flags) ? 0x1000 : 0x100; in emit_op_mem() local
3507 sljit_sw sign = 0x1000; in update_mem_addr() local
H A DsljitNativeX86_common.c1339 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte()
1435 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_half()
H A DsljitNativeARM_64.c2472 sljit_u32 sign = 0, inst; in sljit_emit_mem_update() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1327 int sign = 0; in read_number() local

Completed in 92 milliseconds