Home
last modified time | relevance | path

Searched refs:isnormal_impl (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 Dfpclassify.hpp383 inline bool isnormal_impl(T x, native_tag const&) in isnormal_impl() function
390 inline bool isnormal_impl(T x, generic_tag<true> const&) in isnormal_impl() function
398 inline bool isnormal_impl(T x, generic_tag<false> const&) in isnormal_impl() function
402 return isnormal_impl(x, generic_tag<true>()); in isnormal_impl()
408 inline bool isnormal_impl(T x, ieee_tag const&) in isnormal_impl() function
418 inline bool isnormal_impl BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) in BOOST_NO_MACRO_EXPAND()
420 return boost::math::detail::isnormal_impl(t, generic_tag<true>()); in BOOST_NO_MACRO_EXPAND()
433 return detail::isnormal_impl(static_cast<value_type>(x), method());
444 return detail::isnormal_impl(static_cast<value_type>(x), method());