HomeSort by relevance Sort by last modified time
    Searched full:is_arithmetic (Results 76 - 100 of 217) sorted by null

1 2 34 5 6 7 8 9

  /external/mesa3d/src/gallium/state_trackers/clover/util/
algebra.hpp 63 std::is_arithmetic<T>::value>::type> {
  /frameworks/native/libs/math/include/math/
vec2.h 88 template<typename A, typename = typename std::enable_if<std::is_arithmetic<A>::value >::type>
vec3.h 88 template<typename A, typename = typename std::enable_if<std::is_arithmetic<A>::value >::type>
vec4.h 92 template<typename A, typename = typename std::enable_if<std::is_arithmetic<A>::value >::type>
mat2.h 343 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat22<T>>::type PURE
350 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat22<T>>::type PURE
quat.h 107 static_assert(std::is_arithmetic<A>::value, "requires arithmetic type");
mat3.h 396 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat33<T>>::type PURE
403 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat33<T>>::type PURE
mat4.h 552 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat44<T>>::type PURE
559 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat44<T>>::type PURE
  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMath.h 21 template<> struct is_arithmetic<float4> { enum { value = true }; }; struct in namespace:Eigen::internal
22 template<> struct is_arithmetic<double2> { enum { value = true }; }; struct in namespace:Eigen::internal
PacketMathHalf.h 20 template<> struct is_arithmetic<half2> { enum { value = true }; }; struct in namespace:Eigen::internal
343 template<> struct is_arithmetic<Packet16h> { enum { value = true }; };
711 template<> struct is_arithmetic<Packet8h> { enum { value = true }; };
970 template<> struct is_arithmetic<Packet4h> { enum { value = true }; };
    [all...]
  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 35 template<> struct is_arithmetic<__m256> { enum { value = true }; }; struct in namespace:Eigen::internal
36 template<> struct is_arithmetic<__m256i> { enum { value = true }; }; struct in namespace:Eigen::internal
37 template<> struct is_arithmetic<__m256d> { enum { value = true }; }; struct in namespace:Eigen::internal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
type_traits 438 /// is_arithmetic
440 struct is_arithmetic
447 : public __or_<is_arithmetic<_Tp>, is_void<_Tp>, __is_nullptr_t<_Tp>>::type
463 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
576 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits 438 /// is_arithmetic
440 struct is_arithmetic
447 : public __or_<is_arithmetic<_Tp>, is_void<_Tp>, __is_nullptr_t<_Tp>>::type
463 : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
576 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 60 template<> struct is_arithmetic<__m128> { enum { value = true }; }; struct in namespace:Eigen::internal
61 template<> struct is_arithmetic<__m128i> { enum { value = true }; }; struct in namespace:Eigen::internal
62 template<> struct is_arithmetic<__m128d> { enum { value = true }; }; struct in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/Core/
NumTraits.h 94 RequireInitialization = internal::is_arithmetic<T>::value ? 0 : 1,
DenseCoeffsBase.h 18 typedef typename conditional<is_arithmetic<T>::value, T, typename add_const_on_value_type<T>::type>::type type;
50 typename internal::conditional<internal::is_arithmetic<Scalar>::value, Scalar, const Scalar>::type
  /external/libchrome/base/numerics/
safe_conversions.h 144 static_assert(std::is_arithmetic<Dst>::value, "Result must be numeric.");
safe_math.h 96 static_assert(std::is_arithmetic<T>::value,
117 static_assert(std::is_arithmetic<Src>::value, "Argument must be numeric.");
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 143 static_assert(std::is_arithmetic<Dst>::value, "Result must be numeric.");
safe_math.h 97 static_assert(std::is_arithmetic<T>::value,
118 static_assert(std::is_arithmetic<Src>::value, "Argument must be numeric.");
  /frameworks/base/tools/aapt2/util/
Util.h 102 typename std::enable_if<std::is_arithmetic<T>::value, int>::type compare(const T& a, const T& b) {
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 83 using EnableIfNumeric = std::enable_if<std::is_arithmetic<T>::value>;
86 using DisableIfNumeric = std::enable_if<!std::is_arithmetic<T>::value>;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/experimental/
type_traits 58 = is_arithmetic<T>::value;
284 = is_arithmetic<_Tp>::value;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/experimental/
type_traits 58 = is_arithmetic<T>::value;
284 = is_arithmetic<_Tp>::value;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/experimental/
type_traits 58 = is_arithmetic<T>::value;
284 = is_arithmetic<_Tp>::value;

Completed in 1218 milliseconds

1 2 34 5 6 7 8 9