Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_compare.hpp118 …ategory<Backend>::value != number_kind_floating_point, bool>::type is_unordered_value(const number… in is_unordered_value() function
127 …ategory<Backend>::value == number_kind_floating_point, bool>::type is_unordered_value(const number… in is_unordered_value() function
134 …gory<Arithmetic>::value != number_kind_floating_point, bool>::type is_unordered_value(const Arithm… in is_unordered_value() function
139 …gory<Arithmetic>::value == number_kind_floating_point, bool>::type is_unordered_value(const Arithm… in is_unordered_value() function
147 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 <=()