Searched defs:is_negative (Results 1 – 9 of 9) sorted by relevance
19 bool is_negative; member43 bool is_negative; member
28 boolean_t is_negative; in lcompat_strtoll() local
62 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } in is_negative() function
44 #define is_negative(a) (!(is_non_negative(a))) macro
647 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local
69 static int is_negative(const void *number, size_t s) in is_negative() function
751 const bool is_negative = (length_and_negative >> 4) & 1; in NSDecimalNumberSummaryProvider() local
478 struct is_negative { global() struct 483 isValueis_negative m_Negative() argument
1427 Matcher<int> is_negative = Lt(0); in TEST() local 1555 Matcher<int> is_negative = Lt(0); in TEST() local