Searched refs:__t_is_negative (Results 1 – 2 of 2) sorted by relevance
90 bool __t_is_negative = _VSTD::signbit(__t); in __go() local100 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()
58 bool __t_is_negative = _VSTD::signbit(__t); in __go() local61 return (__u_is_negative <=> __t_is_negative); in __go()63 return __t_is_negative ? weak_ordering::less : weak_ordering::greater; in __go()