| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/ |
| H A D | converter_policies.hpp | 33 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 D | uint.hpp | 66 : 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 D | int.hpp | 67 : 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 D | is_enum.hpp | 109 ::boost::is_arithmetic<T>::value 118 ::boost::is_arithmetic<T>::value 127 ::boost::is_arithmetic<T>::value
|
| H A D | is_arithmetic.hpp | 18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>… struct
|
| H A D | is_fundamental.hpp | 21 template <class T> struct is_fundamental : public integral_constant<bool, ::boost::is_arithmetic<T>…
|
| H A D | is_scalar.hpp | 22 …: public integral_constant<bool, ::boost::is_arithmetic<T>::value || ::boost::is_enum<T>::value ||…
|
| H A D | is_convertible.hpp | 410 ::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 D | udt_builtin_mixture.hpp | 57 typedef is_arithmetic<S> S_builtin ; 58 typedef is_arithmetic<T> T_builtin ;
|
| H A D | conversion_traits.hpp | 45 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 D | minmax.hpp | 21 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 D | converter_numeric.hpp | 47 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 D | try_lexical_convert.hpp | 78 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 D | default_ops.hpp | 1015 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 D | call_traits.hpp | 89 ::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 D | type_traits | 253 /// 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 D | type_traits | 253 /// 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 D | rational_adaptor.hpp | 55 …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 D | glue_memory_impl.h | 172 __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 D | glue_memory_impl.h | 172 __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 D | cmath | 541 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 D | cmath | 541 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 D | trig.hpp | 823 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 D | type_traits.hpp | 621 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 D | simd | 919 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 &&
|