Searched refs:canonical_type (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/ |
| H A D | trig.hpp | 825 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_atan2() typedef 826 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_atan2() 835 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_atan2() typedef 836 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_atan2()
|
| H A D | pow.hpp | 722 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_pow() typedef 723 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_pow() 732 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_pow() typedef 733 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_pow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 1017 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_fmod() typedef 1018 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_fmod() 1027 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_fmod() typedef 1028 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_fmod() 1058 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_remquo() typedef 1059 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_remquo() 1067 typedef typename boost::multiprecision::detail::canonical<A, T>::type canonical_type; in eval_remquo() typedef 1068 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_remquo() 2046 typedef typename detail::canonical<I, B>::type canonical_type; in add() typedef 2047 eval_add(result.backend(), static_cast<canonical_type>(a), static_cast<canonical_type>(b)); in add() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | multiply.hpp | 469 …_type, cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::type canonical_type; in eval_multiply() typedef 470 …eval_multiply(result, static_cast<canonical_type>(*a.limbs()), static_cast<canonical_type>(*b.limb… in eval_multiply()
|