Home
last modified time | relevance | path

Searched defs:fp_traits (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/detail/
H A Dfp_traits.hpp563 template<class T> struct fp_traits struct
565 …EDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>::type precision;
567 typedef typename select_native<T>::type type;
569 typedef fp_traits_non_native<T, precision> type;
571 typedef fp_traits_non_native<T, precision> sign_change_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/detail/
H A Dfp_traits.hpp568 template<class T> struct fp_traits struct
571 typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T)>::type precision;
572 typedef fp_traits_impl<T, precision> type;