Home
last modified time | relevance | path

Searched defs:is_negative (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_bit.c19 bool is_negative; member
43 bool is_negative; member
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcompat.c28 boolean_t is_negative; in lcompat_strtoll() local
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h67 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } is_negative() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h44 #define is_negative(a) (!(is_non_negative(a))) macro
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp647 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local
/freebsd/crypto/openssl/crypto/
H A Dparams.c69 static int is_negative(const void *number, size_t s) in is_negative() function
/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
/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
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1427 Matcher<int> is_negative = Lt(0); in TEST() local
1555 Matcher<int> is_negative = Lt(0); in TEST() local