Searched refs:is_nan_helper (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
H A Dfpclassify.hpp98 inline bool is_nan_helper(T t, const boost::true_type&) function in namespace:boost::math_detail
110 inline bool is_nan_helper(T, const boost::false_type&) function in namespace:boost::math_detail
136 if(::boost::math_detail::is_nan_helper(t, ::boost::is_floating_point<T>()))
139 if(boost::math_detail::is_nan_helper(t, ::boost::is_floating_point<T>()))
528 template <> inline bool isnan BOOST_NO_MACRO_EXPAND<float>(float t){ return ::boost::math_detail::is_nan_helper(t, boost::true_type()); }
529 template <> inline bool isnan BOOST_NO_MACRO_EXPAND<double>(double t){ return ::boost::math_detail::is_nan_helper(t, boost::true_type()); }
530 template <> inline bool isnan BOOST_NO_MACRO_EXPAND<long double>(long double t){ return ::boost::math_detail::is_nan_helper(t, boost::true_type()); }

Completed in 114 milliseconds