Searched refs:precision_type (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | policy.hpp | 442 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; typedef 480 typedef digits2<> precision_type; typedef 482 typedef detail::precision<digits10<>, digits2<> >::type precision_type; typedef 505 typedef digits2<> precision_type; typedef 507 typedef detail::precision<digits10<>, digits2<> >::type precision_type; typedef 547 …typedef typename detail::find_arg<arg_list, is_digits2<mpl::_1>, typename Policy::precision_type >… 548 typedef typename detail::precision<digits10_type, bits_precision_type>::type precision_type; typedef 579 precision_type, 763 typedef typename Policy::precision_type precision_type; typedef 768 precision_type, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | log1p.hpp | 298 typedef typename policies::precision<result_type, Policy>::type precision_type; in log1p() typedef 307 mpl::less_equal<precision_type, mpl::int_<0> >, in log1p() 310 mpl::less_equal<precision_type, mpl::int_<53> >, in log1p() 313 mpl::less_equal<precision_type, mpl::int_<64> >, in log1p()
|
| H A D | math_fwd.hpp | 631 typedef typename policies::precision<result_type, Policy>::type precision_type; typedef 635 mpl::less_equal<precision_type, mpl::int_<0> >, 636 mpl::greater<precision_type, mpl::int_<64> > >, 646 mpl::less_equal<precision_type, mpl::int_<0> >, 647 mpl::greater<precision_type, mpl::int_<113> > >,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | wide-int.h | 368 enum precision_type { enum 409 enum precision_type P1 = int_traits <T1>::precision_type, 410 enum precision_type P2 = int_traits <T2>::precision_type> 1043 static const enum precision_type precision_type = VAR_PRECISION; 1095 static const enum precision_type precision_type = VAR_PRECISION; 1114 { STATIC_ASSERT (wi::int_traits<T>::precision_type != wi::CONST_PRECISION); } 1125 { STATIC_ASSERT (wi::int_traits<T>::precision_type != wi::CONST_PRECISION); } 1204 STATIC_ASSERT (wi::int_traits <T1>::precision_type != FLEXIBLE_PRECISION 1205 || wi::int_traits <T2>::precision_type != FLEXIBLE_PRECISION); 1206 if (wi::int_traits <T1>::precision_type == FLEXIBLE_PRECISION) [all …]
|
| H A D | double-int.h | 443 static const enum precision_type precision_type = CONST_PRECISION;
|
| H A D | poly-int.h | 62 template<typename T, wi::precision_type = wi::int_traits<T>::precision_type> 331 wi::int_traits<C>::precision_type == wi::FLEXIBLE_PRECISION \
|
| H A D | tree.h | 5737 static const enum precision_type precision_type = VAR_PRECISION; 5761 static const enum precision_type precision_type = CONST_PRECISION;
|
| H A D | rtl.h | 2251 static const enum precision_type precision_type = VAR_PRECISION;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | wide-int.h | 368 enum precision_type { enum 409 enum precision_type P1 = int_traits <T1>::precision_type, 410 enum precision_type P2 = int_traits <T2>::precision_type> 1043 static const enum precision_type precision_type = VAR_PRECISION; 1095 static const enum precision_type precision_type = VAR_PRECISION; 1114 { STATIC_ASSERT (wi::int_traits<T>::precision_type != wi::CONST_PRECISION); } 1125 { STATIC_ASSERT (wi::int_traits<T>::precision_type != wi::CONST_PRECISION); } 1204 STATIC_ASSERT (wi::int_traits <T1>::precision_type != FLEXIBLE_PRECISION 1205 || wi::int_traits <T2>::precision_type != FLEXIBLE_PRECISION); 1206 if (wi::int_traits <T1>::precision_type == FLEXIBLE_PRECISION) [all …]
|
| H A D | double-int.h | 443 static const enum precision_type precision_type = CONST_PRECISION;
|
| H A D | poly-int.h | 62 template<typename T, wi::precision_type = wi::int_traits<T>::precision_type> 331 wi::int_traits<C>::precision_type == wi::FLEXIBLE_PRECISION \
|
| H A D | tree.h | 5737 static const enum precision_type precision_type = VAR_PRECISION; 5761 static const enum precision_type precision_type = CONST_PRECISION;
|
| H A D | rtl.h | 2251 static const enum precision_type precision_type = VAR_PRECISION;
|