Home
last modified time | relevance | path

Searched refs:__t_is_negative (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__compare/
H A Dstrong_order.h90 bool __t_is_negative = _VSTD::signbit(__t); in __go() local
100 if (__t_is_negative != __u_is_negative) { in __go()
101 return (__u_is_negative <=> __t_is_negative); in __go()
106 return __t_is_negative ? strong_ordering::less : strong_ordering::greater; in __go()
H A Dweak_order.h58 bool __t_is_negative = _VSTD::signbit(__t); in __go() local
61 return (__u_is_negative <=> __t_is_negative); in __go()
63 return __t_is_negative ? weak_ordering::less : weak_ordering::greater; in __go()