Searched refs:fp_traits_impl (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/spirit/home/support/detail/math/detail/ |
| H A D | fp_traits.hpp | 108 template<class T, class U> struct fp_traits_impl struct 143 template<class T, class U> uint32_t fp_traits_impl<T,U>::exponent; 144 template<class T, class U> uint32_t fp_traits_impl<T,U>::flag; 145 template<class T, class U> uint32_t fp_traits_impl<T,U>::mantissa; 146 template<class T, class U> size_t fp_traits_impl<T,U>::offset_; 147 template<class T, class U> bool fp_traits_impl<T,U>::is_init_; 155 template<class T, class U> void fp_traits_impl<T,U>::do_init_() in do_init_() 229 template<> struct fp_traits_impl<float, single_precision_tag> struct 249 template<> struct fp_traits_impl<double, double_precision_tag> struct 286 template<> struct fp_traits_impl<double, double_precision_tag> struct [all …]
|