Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_bit.c19 bool is_negative; member
43 bool is_negative; member
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dsign.h38 bool is_negative; member
H A Dfloat_to_string.h620 bool is_negative = 0; variable
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcompat.c29 boolean_t is_negative; in lcompat_strtoll() local
/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 is_negative() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp646 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local
/freebsd/crypto/openssl/crypto/
H A Dparams.c93 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.cpp750 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.cc1483 Matcher<int> is_negative = Lt(0); in TEST() local
1611 Matcher<int> is_negative = Lt(0); in TEST() local