Home
last modified time | relevance | path

Searched defs:select_native (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/detail/
H A Dfp_traits.hpp526 struct select_native struct
528 …EDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision;
529 typedef fp_traits_non_native<T, precision> type;
532 struct select_native<float> struct
534 typedef fp_traits_native<float> type;
537 struct select_native<double> struct
539 typedef fp_traits_native<double> type;
542 struct select_native<long double> struct
544 typedef fp_traits_native<long double> type;