Home
last modified time | relevance | path

Searched refs:is_arithmetic (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/
H A Dconverter_policies.hpp33 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ;
55 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ;
74 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ;
93 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/
H A Duint.hpp66 : is_arithmetic<A0> {};
84 : is_arithmetic<A0> {};
102 : is_arithmetic<A0> {};
121 : is_arithmetic<A0> {};
134 : is_arithmetic<A0> {};
146 : is_arithmetic<A0> {};
158 : is_arithmetic<A0> {};
H A Dint.hpp67 : is_arithmetic<A0> {};
87 : is_arithmetic<A0> {};
107 : is_arithmetic<A0> {};
128 : is_arithmetic<A0> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_enum.hpp109 ::boost::is_arithmetic<T>::value
118 ::boost::is_arithmetic<T>::value
127 ::boost::is_arithmetic<T>::value
H A Dis_arithmetic.hpp18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>… struct
H A Dis_fundamental.hpp21 template <class T> struct is_fundamental : public integral_constant<bool, ::boost::is_arithmetic<T>…
H A Dis_scalar.hpp22 …: public integral_constant<bool, ::boost::is_arithmetic<T>::value || ::boost::is_enum<T>::value ||…
H A Dis_convertible.hpp410 ::boost::is_arithmetic<From>::value,
411 ::boost::is_arithmetic<To>::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dudt_builtin_mixture.hpp57 typedef is_arithmetic<S> S_builtin ;
58 typedef is_arithmetic<T> T_builtin ;
H A Dconversion_traits.hpp45 typedef typename mpl::if_< is_arithmetic<S>, S, S const&>::type argument_type ;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/
H A Dminmax.hpp21 typename std::enable_if_t<std::is_arithmetic<T>::value, T> max(T a, T b, Ts... args) { in max()
36 typename std::enable_if_t<std::is_arithmetic<T>::value, T> min(T a, T b, Ts... args) { in min()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_numeric.hpp47 boost::is_arithmetic<Source>, Source, Source const&
70 boost::is_arithmetic<Source>, Source, Source const&
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/
H A Dtry_lexical_convert.hpp78 boost::is_arithmetic<Source>::value &&
79 boost::is_arithmetic<Target>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1015 inline typename enable_if<is_arithmetic<A>, void>::type eval_fmod(T& result, const T& x, const A& a) in eval_fmod()
1025 inline typename enable_if<is_arithmetic<A>, void>::type eval_fmod(T& result, const A& x, const T& a) in eval_fmod()
1056 inline typename enable_if<is_arithmetic<A>, void>::type eval_remquo(T& result, const T& x, const A&… in eval_remquo()
1065 inline typename enable_if<is_arithmetic<A>, void>::type eval_remquo(T& result, const A& x, const T&… in eval_remquo()
1119 inline typename boost::enable_if_c<boost::is_arithmetic<A>::value>::type eval_fdim(T& result, const… in eval_fdim()
1150 inline typename boost::enable_if_c<boost::is_arithmetic<A>::value>::type eval_fdim(T& result, const… in eval_fdim()
2392 is_arithmetic<U>
2397 is_arithmetic<V>
2415 is_arithmetic<U>
2420 is_arithmetic<V>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dcall_traits.hpp89 ::boost::is_arithmetic<T>::value,
/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/tr1/
H A Dtype_traits253 /// is_arithmetic
255 struct is_arithmetic
263 : public integral_constant<bool, (is_arithmetic<_Tp>::value
282 : public integral_constant<bool, (is_arithmetic<_Tp>::value
/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/tr1/
H A Dtype_traits253 /// is_arithmetic
255 struct is_arithmetic
263 : public integral_constant<bool, (is_arithmetic<_Tp>::value
282 : public integral_constant<bool, (is_arithmetic<_Tp>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp55 …recision::detail::is_explicitly_convertible<U, IntBackend>::value && !is_arithmetic<U>::value), ra… in operator =()
170 …typename enable_if_c<is_arithmetic<Arithmatic>::value && !is_floating_point<Arithmatic>::value, in… in compare()
/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 Dglue_memory_impl.h172 __internal::__invoke_if_else(std::is_arithmetic<_ValueType>(), in uninitialized_fill()
203 std::is_arithmetic<_ValueType>(), in uninitialized_fill_n()
/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 Dglue_memory_impl.h172 __internal::__invoke_if_else(std::is_arithmetic<_ValueType>(), in uninitialized_fill()
203 std::is_arithmetic<_ValueType>(), in uninitialized_fill_n()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath541 is_arithmetic<_A1>::value &&
542 is_arithmetic<_A2>::value &&
543 is_arithmetic<_A3>::value,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath541 is_arithmetic<_A1>::value &&
542 is_arithmetic<_A2>::value &&
543 is_arithmetic<_A3>::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp823 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const T& x, const A& … in eval_atan2()
833 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const A& x, const T& … in eval_atan2()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp621 struct is_arithmetic struct
654 static const bool value = !is_arithmetic<T>::value &&
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dsimd919 constexpr typename std::enable_if<std::is_arithmetic<_To>::value &&
920 std::is_arithmetic<_From>::value,
927 constexpr typename std::enable_if<!(std::is_arithmetic<_To>::value &&
928 std::is_arithmetic<_From>::value),
951 return std::is_arithmetic<_Tp>::value && !std::is_const<_Tp>::value &&
1055 std::is_arithmetic<_Tp>::value &&
1362 return (std::is_arithmetic<_Up>::value &&
1364 (!std::is_arithmetic<_Up>::value &&

123