Searched refs:is_nan_helper (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/math/special_functions/ |
| H A D | fpclassify.hpp | 111 inline bool is_nan_helper(T t, const boost::true_type&) in is_nan_helper() function 128 inline bool is_nan_helper(T, const boost::false_type&) in is_nan_helper() function 134 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return ::isnanq(f); } in is_nan_helper() function 135 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return ::isnanq(f); } in is_nan_helper() function 138 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return std::isnan(static_cast<do… in is_nan_helper() function 139 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return std::isnan(static_cast<d… in is_nan_helper() function 141 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return ::isnan(static_cast<doubl… in is_nan_helper() function 142 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return ::isnan(static_cast<doub… in is_nan_helper() function 166 if(::boost::math_detail::is_nan_helper(t, ::boost::is_floating_point<T>())) in BOOST_NO_MACRO_EXPAND() 169 if(boost::math_detail::is_nan_helper(t, ::boost::is_floating_point<T>())) in BOOST_NO_MACRO_EXPAND() [all …]
|