Searched defs:native_tag (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
H A Dfpclassify.hpp123 inline int fpclassify_imp BOOST_NO_MACRO_EXPAND(T t, const native_tag&) argument
239 inline int fpclassify_imp<long double> BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) argument
266 inline bool isfinite_impl(T x, native_tag const&)
302 inline bool isfinite_impl<long double> BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) argument
326 inline bool isnormal_impl(T x, native_tag const&)
362 inline bool isnormal_impl<long double> BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) argument
386 inline bool isinf_impl(T x, native_tag const&)
440 inline bool isinf_impl<long double> BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) argument
464 inline bool isnan_impl(T x, native_tag const&)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
H A Dfp_traits.hpp92 struct native_tag {}; struct in namespace:boost::math::detail
130 // native_tag version --------------------------------------------------------------
134 typedef native_tag method;

Completed in 57 milliseconds