| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | is_floating_point.hpp | 16 template <class T> struct is_floating_point : public false_type{}; struct 17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct 18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct 19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct 20 template<> struct is_floating_point<float> : public true_type{}; struct 21 template<> struct is_floating_point<double> : public true_type{}; struct 22 template<> struct is_floating_point<long double> : public true_type{}; struct 25 template<> struct is_floating_point<__float128> : public true_type{}; struct
|
| H A D | is_float.hpp | 17 template <class T> struct is_float : public is_floating_point<T> {};
|
| H A D | is_arithmetic.hpp | 18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | select_most_precise.hpp | 141 boost::is_floating_point<T1>::type::value 142 == boost::is_floating_point<T2>::type::value; 165 boost::is_floating_point<T1>::type::value, 166 boost::is_floating_point<T2>::type::value,
|
| H A D | math.hpp | 88 bool IsFloatingPoint = boost::is_floating_point<T>::value> 122 bool IsFloatingPoint = boost::is_floating_point<T>::value> 158 bool IsFloatingPoint = boost::is_floating_point<Type>::value> 205 bool IsFloatingPoint = boost::is_floating_point<Type>::value> 229 bool IsFloatingPoint = boost::is_floating_point<Type>::value> 254 bool IsFloatingPoint = boost::is_floating_point<Type>::value> 455 template <typename T, bool IsFloat = boost::is_floating_point<T>::value>
|
| H A D | has_non_finite_coordinate.hpp | 46 boost::is_floating_point in has_non_finite_coordinate()
|
| H A D | has_nan_coordinate.hpp | 90 boost::is_floating_point in has_nan_coordinate()
|
| H A D | calculation_type.hpp | 77 boost::is_floating_point<Type>,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | promotion.hpp | 88 …typename mpl::and_<is_floating_point<T1P>, is_floating_point<T2P> >::type, // both T1P and T2P are… 104 …typename mpl::if_< typename mpl::and_<mpl::not_<is_floating_point<T2P> >, ::boost::is_convertible<…
|
| H A D | config.hpp | 230 # define BOOST_MATH_NOEXCEPT(T) noexcept(std::is_floating_point<T>::value) 231 # define BOOST_MATH_IS_FLOAT(T) (std::is_floating_point<T>::value) 234 # define BOOST_MATH_NOEXCEPT(T) noexcept(boost::is_floating_point<T>::value) 235 # define BOOST_MATH_IS_FLOAT(T) (boost::is_floating_point<T>::value)
|
| H A D | big_constant.hpp | 71 || is_floating_point<T>::value \ 80 …mpl::bool_<is_floating_point<T>::value || (boost::math::tools::numeric_traits<T>::is_specialized &…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/ |
| H A D | minmax.hpp | 16 typename std::enable_if_t<std::is_floating_point<T>::value, T> max(T a, T b) { in max() 31 typename std::enable_if_t<std::is_floating_point<T>::value, T> min(T a, T b) { in min()
|
| H A D | log2.hpp | 26 typename std::enable_if_t<std::is_floating_point<T>::value, T> log2(T x) { in log2()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | generic_interconvert.hpp | 269 inline typename disable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 282 inline typename enable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 296 typename enable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 357 inline typename disable_if_c<is_number<To>::value || is_floating_point<To>::value>::type 376 …typedef typename mpl::if_c<is_number<To>::value || is_floating_point<To>::value, To, number<To> >:… in generic_convert_rational_to_float()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 558 _LIBCPP_CONSTEXPR typename enable_if<is_floating_point<_A1>::value, bool>::type 570 _LIBCPP_CONSTEXPR typename enable_if<!is_floating_point<_A1>::value, bool>::type 578 _LIBCPP_CONSTEXPR typename enable_if<is_floating_point<_A1>::value, bool>::type 590 _LIBCPP_CONSTEXPR typename enable_if<!is_floating_point<_A1>::value, bool>::type 598 _LIBCPP_CONSTEXPR typename enable_if<is_floating_point<_A1>::value, bool>::type 610 _LIBCPP_CONSTEXPR typename enable_if<!is_floating_point<_A1>::value, bool>::type 621 static_assert(is_floating_point<_FloatT>::value, "must be a floating point type");
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cmath | 558 _LIBCPP_CONSTEXPR typename enable_if<is_floating_point<_A1>::value, bool>::type 570 _LIBCPP_CONSTEXPR typename enable_if<!is_floating_point<_A1>::value, bool>::type 578 _LIBCPP_CONSTEXPR typename enable_if<is_floating_point<_A1>::value, bool>::type 590 _LIBCPP_CONSTEXPR typename enable_if<!is_floating_point<_A1>::value, bool>::type 598 _LIBCPP_CONSTEXPR typename enable_if<is_floating_point<_A1>::value, bool>::type 610 _LIBCPP_CONSTEXPR typename enable_if<!is_floating_point<_A1>::value, bool>::type 621 static_assert(is_floating_point<_FloatT>::value, "must be a floating point type");
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/ |
| H A D | real_impl.hpp | 72 if (is_floating_point<T>() && exp > max_exp) in scale() 86 if (is_floating_point<T>() && (-exp + min_exp) > -min_exp) in scale()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/ |
| H A D | robust_type.hpp | 56 typename boost::is_floating_point<CoordinateType>::type
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/ |
| H A D | numeric_fwd.h | 100 typename std::enable_if<!std::is_floating_point<_Tp>::value, _OutputIterator>::type 106 typename std::enable_if<std::is_floating_point<_Tp>::value, _OutputIterator>::type
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/ |
| H A D | numeric_fwd.h | 100 typename std::enable_if<!std::is_floating_point<_Tp>::value, _OutputIterator>::type 106 typename std::enable_if<std::is_floating_point<_Tp>::value, _OutputIterator>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | rational_adaptor.hpp | 87 typename enable_if<is_floating_point<Float>, rational_adaptor&>::type operator = (Float i) in operator =() 170 …typename enable_if_c<is_arithmetic<Arithmatic>::value && !is_floating_point<Arithmatic>::value, in… in compare() 175 typename enable_if_c<is_floating_point<Arithmatic>::value, int>::type compare(Arithmatic i)const in compare()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | type_traits.hpp | 44 using ::boost::move_detail::is_floating_point;
|
| /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 D | fp_traits.hpp | 528 …typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>:… 565 …typedef BOOST_DEDUCED_TYPENAME size_to_precision<sizeof(T), ::boost::is_floating_point<T>::value>:…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | expand_by_epsilon.hpp | 40 bool Enable = boost::is_floating_point
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/ |
| H A D | has_invalid_coordinate.hpp | 116 bool HasFloatingPointCoordinates = boost::is_floating_point
|