Searched defs:sign (Results 1 – 11 of 11) sorted by relevance
/php-src/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-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | anb.c | 278 unsigned sign; in lxb_css_syntax_anb_state_ident_data() local
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 37 typedef enum {PLUS, MINUS} sign; typedef
|
/php-src/Zend/ |
H A D | zend_strtod.c | 538 int k, maxwds, sign, wds; member 1787 gethex(sp, rvp, rounding, sign) in gethex() argument 2525 int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign; local 3703 ZEND_API char *zend_dtoa(double dd, int mode, int ndigits, int *decpt, bool *sign, char **rve) in zend_dtoa() 4513 bool sign; in zend_gcvt() local
|
/php-src/ext/standard/ |
H A D | crypt_blowfish.c | 538 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
|
/php-src/ext/filter/ |
H A D | logical_filters.c | 96 int sign = 0, digit = 0; in php_filter_parse_int() local
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_64.c | 1130 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int()
|
H A D | sljitNativeARM_32.c | 1976 sljit_sw sign = IS_TYPE1_TRANSFER(flags) ? 0x1000 : 0x100; in emit_op_mem() local 3638 sljit_sw sign = 0x1000; in update_mem_addr() local
|
H A D | sljitNativeX86_common.c | 1488 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() 1584 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_half()
|
H A D | sljitNativeARM_64.c | 2649 sljit_u32 sign = 0, inst; in sljit_emit_mem_update() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1328 int sign = 0; in read_number() local
|
Completed in 75 milliseconds