Searched refs:negative (Results 1 - 25 of 386) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_036.c10 unsigned int negative: -1; member in struct:example
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath-rounding-mode.h43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, argument
50 return negative && (half_bit || more_bits);
66 return !negative && (half_bit || more_bits);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dset_d.c42 int negative; local
54 negative = d < 0;
57 SIZ(r) = negative ? -LIMBS_PER_DOUBLE : LIMBS_PER_DOUBLE;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath-rounding-mode.h43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, argument
50 return negative && (half_bit || more_bits);
66 return !negative && (half_bit || more_bits);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dnop-bad-1.l2 .*:2: Warning: negative nop control byte, ignored
3 .*:4: Warning: \.space, \.nops or \.fill with negative value, ignored
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d30 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...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dorg-neg.d1 #name: negative org should not cause internal error
H A Dmrs-msr-arm-v7-a-bad.d1 # name: MRS/MSR negative test, architecture v7-A, ARM mode
H A Dmrs-msr-thumb-v7-m-bad.d1 # name: MRS/MSR negative test, architecture v7-M, Thumb mode
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68k/
H A Dgot-negative-12-13-14-35-er.d2 #ld: -shared --got=negative --hash-style=sysv
H A Dgot-negative-15-er.d2 #ld: -shared --got=negative --hash-style=sysv
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dorg-neg.d1 #name: negative org should not cause internal error
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_d.c39 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...]
H A Dget_d128.c65 get_decimal128_inf (int negative) argument
67 return negative ? - 1.dl / 0.dl : 1.dl / 0.dl;
72 get_decimal128_zero (int negative) argument
74 return negative ? - 0.dl : 0.dl;
81 get_decimal128_min (int negative) argument
83 return negative ? - 1E-6176dl : 1E-6176dl;
88 get_decimal128_max (int negative) argument
90 return negative ? - DEC128_MAX : DEC128_MAX;
354 int negative; local
365 negative
[all...]
H A Dget_d64.c136 get_decimal64_inf (int negative) argument
142 x.s.sig = (negative) ? 1 : 0;
147 return (_Decimal64) (negative ? MPFR_DBL_INFM : MPFR_DBL_INFP);
153 get_decimal64_zero (int negative) argument
155 return negative ? -0.dd : 0.dd;
162 get_decimal64_min (int negative) argument
164 return negative ? - 1E-398dd : 1E-398dd;
169 get_decimal64_max (int negative) argument
171 return negative ? - DEC64_MAX : DEC64_MAX;
509 int negative; local
[all...]
H A Dget_flt.c37 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)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.c38 return value == a.value && negative == a.negative;
43 return (negative && !a.negative)
44 || (negative == a.negative && value < a.value);
61 else if (negative)
64 negative = false;
74 return SignExtendedNumber(~value, !negative);
80 return SignExtendedNumber(-negative);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/
H A Derr-mova.s4 ! negative offset.
6 negative: label
11 mova start, r0 ! { dg-error "negative offset|pcrel too far" }
12 mova negative, r0 ! { dg-error "negative offset|pcrel too far" }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Daddr-syntax.s1 ; Check that we can do negative displacements
3 ; Check postmodified immediate with positive and negative displacements
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mep/
H A Drelocs-bad3.s6 # negative test from case 106708
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dfp_zeda32.s19 .float -5.87747175411144E-39 ;max negative number
21 .float -3.4028235e+38 ;min negative number
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/macros/
H A Dend.l4 .*:3: Error: negative count for REPT - ignored
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_custom_float.c37 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);
34 build_custom_float( struct fixed31_32 value, const struct custom_float_format *format, bool *negative, uint32_t *mantissa, uint32_t *exponenta) argument
127 setup_custom_float( const struct custom_float_format *format, bool negative, uint32_t mantissa, uint32_t exponenta, uint32_t *result) argument
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-d10v/
H A Dreloc-011.d5 # Test 10 bit pc rel reloc negative bad boundary.
H A Dreloc-012.d5 # Test 10 bit pc rel reloc negative normal bad.

Completed in 174 milliseconds

1234567891011>>