| /src/tests/usr.bin/xlint/lint1/ |
| msg_036.c | 10 unsigned int negative: -1; member in struct:example
|
| /src/external/gpl3/gcc/dist/libquadmath/ |
| quadmath-rounding-mode.h | 43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, 50 return negative && (half_bit || more_bits); 66 return !negative && (half_bit || more_bits);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/ |
| quadmath-rounding-mode.h | 43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, 50 return negative && (half_bit || more_bits); 66 return !negative && (half_bit || more_bits);
|
| /src/external/lgpl3/gmp/dist/mpf/ |
| set_d.c | 42 int negative; local 54 negative = d < 0; 57 SIZ(r) = negative ? -LIMBS_PER_DOUBLE : LIMBS_PER_DOUBLE;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| intrange.d | 30 bool negative; 54 return negative && value == 0; 59 return value == a.value && negative == a.negative; 64 if (negative != a.negative) 66 if (negative) 83 else if (negative) 86 negative = false; 96 return SignExtendedNumber(~value, !negative); [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| get_d.c | 39 int negative; local 50 negative = MPFR_IS_NEG (src); 53 return negative ? MPFR_DBL_INFM : MPFR_DBL_INFP; 56 return negative ? DBL_NEG_ZERO : 0.0; 60 negative = MPFR_IS_NEG (src); 63 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; 72 d = negative ? 86 d = negative ? 105 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative, 128 if (negative) 151 int negative; local [all...] |
| get_d128.c | 65 get_decimal128_inf (int negative) 67 return negative ? - 1.dl / 0.dl : 1.dl / 0.dl; 72 get_decimal128_zero (int negative) 74 return negative ? - 0.dl : 0.dl; 81 get_decimal128_min (int negative) 83 return negative ? - 1E-6176dl : 1E-6176dl; 88 get_decimal128_max (int negative) 90 return negative ? - DEC128_MAX : DEC128_MAX; 354 int negative; local 365 negative = MPFR_IS_NEG (src) [all...] |
| get_d64.c | 136 get_decimal64_inf (int negative) 142 x.s.sig = (negative) ? 1 : 0; 147 return (_Decimal64) (negative ? MPFR_DBL_INFM : MPFR_DBL_INFP); 153 get_decimal64_zero (int negative) 155 return negative ? -0.dd : 0.dd; 162 get_decimal64_min (int negative) 164 return negative ? - 1E-398dd : 1E-398dd; 169 get_decimal64_max (int negative) 171 return negative ? - DEC64_MAX : DEC64_MAX; 509 int negative; local [all...] |
| get_flt.c | 37 int negative; local 50 negative = MPFR_IS_NEG (src); 53 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; 69 d = negative ? 83 d = negative ? 103 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative, 127 if (negative)
|
| cbrt.c | 54 int inexact, inexact2, negative, r; local 91 if ((negative = MPFR_IS_NEG(x))) 148 if (negative) 168 if (negative)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
| amdgpu_custom_float.c | 37 bool *negative, 53 *negative = false; 62 *negative = format->sign; 65 *negative = false; 129 bool negative, 179 if (negative && format->sign) 194 bool negative; local 197 value, format, &negative, &mantissa, &exponenta) && 199 format, negative, mantissa, exponenta, result);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| formdata16.exp | 36 set negative 0xffffffffffffffff,$low 40 set negative $low,0xffffffffffffffff 46 global pair pair2 negative 79 {const_value $negative DW_FORM_data16}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| formdata16.exp | 36 set negative 0xffffffffffffffff,$low 40 set negative $low,0xffffffffffffffff 46 global pair pair2 negative 79 {const_value $negative DW_FORM_data16}
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| set_str.c | 51 int negative; local 70 negative = 0; 73 negative = 1; 140 SIZ (x) = negative ? -xsize : xsize;
|
| inp_str.c | 72 int negative; local 90 negative = 0; 93 negative = 1; 169 SIZ (x) = negative ? -xsize : xsize;
|
| set_d.c | 50 int negative; local 59 negative = d < 0; 112 SIZ(r) = negative ? -rn : rn;
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| common.c | 56 integer->negative = BN_is_negative(bn); 65 BN_set_negative(bn, i->negative);
|
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| apl_42.h | 20 bool negative; member in struct:dns_rdata_apl_ent
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| apl_42.h | 21 bool negative; member in struct:dns_rdata_apl_ent
|
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| lex.c | 69 int negative = 0; local 74 negative = 1; 79 if (negative)
|
| /src/tests/usr.bin/indent/ |
| lsym_unary_op.c | 74 int negative = -number; local
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| der_cmp.c | 100 if (p->negative != q->negative) 101 return q->negative - p->negative;
|
| /src/external/bsd/nsd/dist/compat/ |
| snprintf.c | 90 /** get negative symbol, 0 if none */ 92 get_negsign(int negative, int plus, int space) 94 if(negative) 241 int zero, int negative, char* buf, int len) 244 char s = get_negsign(negative, plus, space); 301 int negative = (value < 0); local 304 (unsigned int)(negative?-value:value)); 306 plus, space, zero, negative, buf, len); 316 int negative = (value < 0); local 319 (unsigned long)(negative?-value:value)) 331 int negative = (value < 0); local 346 int negative = 0; local 360 int negative = 0; local 374 int negative = 0; local 388 int negative = 0; local 402 int negative = 0; local 416 int negative = 0; local 430 int negative = 0; local 514 int negative = (value < 0); local 559 int negative = (value < 0); local [all...] |
| /src/external/bsd/unbound/dist/compat/ |
| snprintf.c | 90 /** get negative symbol, 0 if none */ 92 get_negsign(int negative, int plus, int space) 94 if(negative) 241 int zero, int negative, char* buf, int len) 244 char s = get_negsign(negative, plus, space); 301 int negative = (value < 0); local 304 (unsigned int)(negative?-value:value)); 306 plus, space, zero, negative, buf, len); 316 int negative = (value < 0); local 319 (unsigned long)(negative?-value:value)) 331 int negative = (value < 0); local 346 int negative = 0; local 360 int negative = 0; local 374 int negative = 0; local 388 int negative = 0; local 402 int negative = 0; local 416 int negative = 0; local 430 int negative = 0; local 514 int negative = (value < 0); local 559 int negative = (value < 0); local [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/sparc/ |
| lb1spc.S | 137 ! compute sign of result; if neither is negative, no problem 138 orcc %o1, %o0, %g0 ! either negative? 144 ! %o1 is definitely negative; %o0 might also be negative 145 bge ready_to_divide ! if %o0 not negative... 147 1: ! %o0 is negative, %o1 is nonnegative 281 ! remainder is negative 288 ! remainder is negative 299 ! remainder is negative 305 ! remainder is negative [all...] |