Home
last modified time | relevance | path

Searched refs:is_negative (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_bit.c19 bool is_negative; member
43 bool is_negative; member
66 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()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcompat.c29 boolean_t is_negative; in lcompat_strtoll() local
35 is_negative = (*cp == '-'); in lcompat_strtoll()
36 if (is_negative) { in lcompat_strtoll()
70 if (is_negative) { in lcompat_strtoll()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h44 #define is_negative(a) (!(is_non_negative(a))) macro
129 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h62 _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
H A Dformatter.h683 if (__value.is_negative()) in __format_chrono()
/freebsd/crypto/openssl/crypto/
H A Dparams.c69 static int is_negative(const void *number, size_t s) in is_negative() function
141 is_negative(src, src_len) ? 0xff : 0, 1); in signed_from_signed()
155 if (is_negative(src, src_len)) in unsigned_from_signed()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp751 const bool is_negative = (length_and_negative >> 4) & 1; in NSDecimalNumberSummaryProvider() local
755 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider()
772 if (is_negative) in NSDecimalNumberSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp647 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local
657 if (is_negative) in SetValueFromCString()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1427 Matcher<int> is_negative = Lt(0); in TEST() local
1430 EXPECT_THAT(p, Not(Key(is_negative))); in TEST()
1555 Matcher<int> is_negative = Lt(0); in TEST() local
1558 EXPECT_THAT(p, Not(Pair(is_negative, _))); in TEST()
1560 EXPECT_THAT(p, Not(Pair(_, is_negative))); in TEST()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h545 struct is_negative { struct
550 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() argument
551 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()
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp136 if (__offset.is_negative()) { in __format()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono666 constexpr bool is_negative() const noexcept;