Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dstrong_order.h94 bool __u_is_negative = __math::signbit(__u); in __go() local
103 if (__t_is_negative != __u_is_negative) { in __go()
104 return (__u_is_negative <=> __t_is_negative); in __go()
111 return __u_is_negative ? strong_ordering::greater : strong_ordering::less; in __go()
H A Dweak_order.h61 bool __u_is_negative = __math::signbit(__u); in __go() local
63 return (__u_is_negative <=> __t_is_negative); in __go()
67 return __u_is_negative ? weak_ordering::greater : weak_ordering::less; in __go()