Searched refs:is_unordered_value (Results 1 – 1 of 1) sorted by relevance
118 …ategory<Backend>::value != number_kind_floating_point, bool>::type is_unordered_value(const number… in is_unordered_value() function127 …ategory<Backend>::value == number_kind_floating_point, bool>::type is_unordered_value(const number… in is_unordered_value() function134 …gory<Arithmetic>::value != number_kind_floating_point, bool>::type is_unordered_value(const Arithm… in is_unordered_value() function139 …gory<Arithmetic>::value == number_kind_floating_point, bool>::type is_unordered_value(const Arithm… in is_unordered_value() function147 return is_unordered_value(a) || is_unordered_value(b); in is_unordered_comparison()397 if(detail::is_unordered_value(a) || detail::is_unordered_value(b)) in operator <=()