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

12345678

/haiku-buildtools/binutils/ld/testsuite/ld-m68k/
H A Dgot-negative-15-er.d2 #ld: -shared --got=negative
H A Dgot-negative-12-13-14-35-er.d2 #ld: -shared --got=negative
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_18.f9010 procedure :: negative
11 generic :: operator(-) => negative
20 integer function negative(this) function
/haiku-buildtools/gcc/mpfr/src/
H A Dget_d64.c123 get_decimal64_inf (int negative) argument
128 x.s.sig = (negative) ? 1 : 0;
136 get_decimal64_zero (int negative) argument
141 y.d = negative ? DBL_NEG_ZERO : 0.0;
147 get_decimal64_min (int negative) argument
149 return negative ? - 1E-398dd : 1E-398dd;
154 get_decimal64_max (int negative) argument
156 return negative ? - DEC64_MAX : DEC64_MAX;
291 int negative; local
300 negative
[all...]
H A Dget_d.c39 int negative; local
47 negative = MPFR_IS_NEG (src);
50 return negative ? MPFR_DBL_INFM : MPFR_DBL_INFP;
53 return negative ? DBL_NEG_ZERO : 0.0;
57 negative = MPFR_IS_NEG (src);
60 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU;
69 d = negative ?
83 d = negative ?
105 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative,
120 if (negative)
143 int negative; local
[all...]
H A Dget_flt.c37 int negative; local
47 negative = MPFR_IS_NEG (src);
50 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU;
60 d = negative ?
74 d = negative ?
97 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative,
114 if (negative)
/haiku-buildtools/gcc/gmp/mpf/
H A Dset_d.c33 int negative; local
45 negative = d < 0;
48 SIZ(r) = negative ? -LIMBS_PER_DOUBLE : LIMBS_PER_DOUBLE;
/haiku-buildtools/gcc/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);
/haiku-buildtools/gcc/libquadmath/math/
H A Dsignbitq.c9 return f.ieee.negative;
/haiku-buildtools/binutils/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" }
/haiku-buildtools/binutils/gas/testsuite/gas/mep/
H A Drelocs-bad3.s6 # negative test from case 106708
/haiku-buildtools/binutils/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
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
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
/haiku-buildtools/binutils/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.
/haiku-buildtools/legacy/binutils/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.
H A Dreloc-015.d6 # Test 18 bit pc rel negative reloc bad boundary
H A Dreloc-016.d6 # Test 18 bit pc rel negative reloc normal bad
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dloc-6.s2 % interpret it as a (section-relative) negative number.
H A Dloc-7.s2 % interpret it as a (section-relative) negative number.
/haiku-buildtools/gcc/gmp/mpbsd/
H A Dmin.c36 int negative; local
51 negative = 0;
54 negative = 1;
85 dest->_mp_size = negative ? -dest_size : dest_size;
H A Dxtom.c39 int negative; local
48 negative = 0;
51 negative = 1;
84 x->_mp_size = negative ? -xsize : xsize;
/haiku-buildtools/gcc/gmp/mpz/
H A Dset_str.c41 int negative; local
60 negative = 0;
63 negative = 1;
131 x->_mp_size = negative ? -xsize : xsize;

Completed in 220 milliseconds

12345678