Home
last modified time | relevance | path

Searched refs:isinf_impl (Results 1 – 2 of 2) 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.hpp454 inline bool isinf_impl(T x, native_tag const&) in isinf_impl() function
461 inline bool isinf_impl(T x, generic_tag<true> const&) in isinf_impl() function
470 inline bool isinf_impl(T x, generic_tag<false> const&) in isinf_impl() function
474 return isinf_impl(x, generic_tag<true>()); in isinf_impl()
481 inline bool isinf_impl(T x, ieee_copy_all_bits_tag const&) in isinf_impl() function
492 inline bool isinf_impl(T x, ieee_copy_leading_bits_tag const&) in isinf_impl() function
507 inline bool isinf_impl BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) in BOOST_NO_MACRO_EXPAND()
509 return boost::math::detail::isinf_impl(t, generic_tag<true>()); in BOOST_NO_MACRO_EXPAND()
522 return detail::isinf_impl(static_cast<value_type>(x), method());
533 return detail::isinf_impl(static_cast<value_type>(x), method());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/
H A Dfpclassify.hpp91 template<class T> bool isinf_impl(T x, all_bits) in isinf_impl() function
101 template<class T> bool isinf_impl(T x, not_all_bits) in isinf_impl() function
121 return detail::isinf_impl(x, BOOST_DEDUCED_TYPENAME traits::coverage());