Searched refs:is_neg (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-ptrmem.C7 constexpr bool is_neg() const { return m < 0; } function in struct:C
20 static_assert(check2(&c, &C::is_neg), "Error");
/haiku-buildtools/gcc/libquadmath/printf/
H A Dflt1282mpn.c32 int *expt, int *is_neg,
38 *is_neg = u.ieee.negative;
31 mpn_extract_flt128(mp_ptr res_ptr, mp_size_t size, int *expt, int *is_neg, __float128 value) argument
H A Dprintf_fp.c117 int *expt, int *is_neg,
162 int is_neg = 0;
374 is_neg = u.ieee.negative != 0;
388 is_neg = fpnum < 0;
405 &exponent, &is_neg, fpnum);
414 if (is_neg || info->showsign || info->space)
421 if (is_neg)
967 if (round_away (is_neg, (last_digit - L_('0')) & 1, next_digit >= L_('5'),
1138 if (is_neg || info->showsign || info->space)
1145 if (is_neg)
160 int is_neg = 0; local
[all...]
H A Dgmp-impl.h141 int *is_neg, __float128 value) attribute_hidden;
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c1434 sparc_emit_set_const64_quick1 (op0, temp, low_bits, is_neg)
1438 int is_neg;
1442 if (is_neg)
1448 if (!is_neg)
/haiku-buildtools/gcc/gcc/
H A Dexpmed.c3158 bool is_neg;
3193 is_neg = coeff < 0;
3219 && !(is_neg && mode_bitsize > HOST_BITS_PER_WIDE_INT))
3228 if (is_neg && mode_bitsize > HOST_BITS_PER_WIDE_INT)
3147 bool is_neg; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c2202 unsigned HOST_WIDE_INT low_bits, int is_neg)
2206 if (is_neg)
2212 if (!is_neg)
2198 sparc_emit_set_const64_quick1(rtx op0, rtx temp, unsigned HOST_WIDE_INT low_bits, int is_neg) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c14282 int is_neg = (inst.instruction & 0x80) != 0;
14287 if (is_neg)
14298 if (is_neg)
14275 int is_neg = (inst.instruction & 0x80) != 0; local

Completed in 244 milliseconds