Home
last modified time | relevance | path

Searched refs:is_floating_point (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_floating_point.hpp16 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 Dis_float.hpp17 template <class T> struct is_float : public is_floating_point<T> {};
H A Dis_arithmetic.hpp18 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 Dselect_most_precise.hpp141 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 Dmath.hpp88 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 Dhas_non_finite_coordinate.hpp46 boost::is_floating_point in has_non_finite_coordinate()
H A Dhas_nan_coordinate.hpp90 boost::is_floating_point in has_nan_coordinate()
H A Dcalculation_type.hpp77 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 Dpromotion.hpp88 …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 Dconfig.hpp230 # 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 Dbig_constant.hpp71 || 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 Dminmax.hpp16 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 Dlog2.hpp26 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 Dgeneric_interconvert.hpp269 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 Dcmath558 _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 Dcmath558 _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 Dreal_impl.hpp72 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 Drobust_type.hpp56 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 Dnumeric_fwd.h100 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 Dnumeric_fwd.h100 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 Drational_adaptor.hpp87 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 Dtype_traits.hpp44 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 Dfp_traits.hpp528 …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 Dexpand_by_epsilon.hpp40 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 Dhas_invalid_coordinate.hpp116 bool HasFloatingPointCoordinates = boost::is_floating_point

123