Searched refs:__u_is_negative (Results 1 – 2 of 2) sorted by relevance
94 bool __u_is_negative = __math::signbit(__u); in __go() local103 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()
61 bool __u_is_negative = __math::signbit(__u); in __go() local63 return (__u_is_negative <=> __t_is_negative); in __go()67 return __u_is_negative ? weak_ordering::greater : weak_ordering::less; in __go()