Home
last modified time | relevance | path

Searched defs:select_native (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp519 struct select_native struct
521 …EDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision;
522 typedef fp_traits_non_native<T, precision> type;
525 struct select_native<float> struct
527 typedef fp_traits_native<float> type;
530 struct select_native<double> struct
532 typedef fp_traits_native<double> type;
535 struct select_native<long double> struct
537 typedef fp_traits_native<long double> type;