Searched refs:is_negative (Results 1 – 12 of 12) sorted by relevance
19 bool is_negative; member43 bool is_negative; member66 if (signbit(iterator_f) != values[i].is_negative) in ATF_TC_BODY()70 if (signbit(iterator_d) != values[i].is_negative) in ATF_TC_BODY()77 if (signbit(iterator_l) != values[i].is_negative) in ATF_TC_BODY()86 if (signbit(ldbl_values[i].input) != ldbl_values[i].is_negative) in ATF_TC_BODY()
29 boolean_t is_negative; in lcompat_strtoll() local35 is_negative = (*cp == '-'); in lcompat_strtoll()36 if (is_negative) { in lcompat_strtoll()70 if (is_negative) { in lcompat_strtoll()
44 #define is_negative(a) (!(is_non_negative(a))) macro129 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
62 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } in hh_mm_ss() 67 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } is_negative() function
683 if (__value.is_negative()) in __format_chrono()
69 static int is_negative(const void *number, size_t s) in is_negative() function141 is_negative(src, src_len) ? 0xff : 0, 1); in signed_from_signed()155 if (is_negative(src, src_len)) in unsigned_from_signed()
751 const bool is_negative = (length_and_negative >> 4) & 1; in NSDecimalNumberSummaryProvider() local755 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider()772 if (is_negative) in NSDecimalNumberSummaryProvider()
647 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local657 if (is_negative) in SetValueFromCString()
1427 Matcher<int> is_negative = Lt(0); in TEST() local1430 EXPECT_THAT(p, Not(Key(is_negative))); in TEST()1555 Matcher<int> is_negative = Lt(0); in TEST() local1558 EXPECT_THAT(p, Not(Pair(is_negative, _))); in TEST()1560 EXPECT_THAT(p, Not(Pair(_, is_negative))); in TEST()
545 struct is_negative { struct550 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() argument551 return cst_pred_ty<is_negative>(); in m_Negative()553 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) { return V; } in m_Negative()
136 if (__offset.is_negative()) { in __format()
666 constexpr bool is_negative() const noexcept;