HomeSort by relevance Sort by last modified time
    Searched refs:is_arithmetic (Results 1 - 23 of 23) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.comp/
lvalue_ref.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
class.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
enum.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
floating_point.pass.cpp 20 static_assert( std::is_arithmetic<T>::value, "");
function.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
member_function_pointer.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
member_object_pointer.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
pointer.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
rvalue_ref.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
union.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
void.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
array.pass.cpp 20 static_assert(!std::is_arithmetic<T>::value, "");
integral.pass.cpp 20 static_assert( std::is_arithmetic<T>::value, "");
  /external/eigen/Eigen/src/Core/util/
Meta.h 56 template<typename T> struct is_arithmetic { enum { value = false }; }; struct in namespace:Eigen::internal
57 template<> struct is_arithmetic<float> { enum { value = true }; }; struct in namespace:Eigen::internal
58 template<> struct is_arithmetic<double> { enum { value = true }; }; struct in namespace:Eigen::internal
59 template<> struct is_arithmetic<long double> { enum { value = true }; }; struct in namespace:Eigen::internal
60 template<> struct is_arithmetic<bool> { enum { value = true }; }; struct in namespace:Eigen::internal
61 template<> struct is_arithmetic<char> { enum { value = true }; }; struct in namespace:Eigen::internal
62 template<> struct is_arithmetic<signed char> { enum { value = true }; }; struct in namespace:Eigen::internal
63 template<> struct is_arithmetic<unsigned char> { enum { value = true }; }; struct in namespace:Eigen::internal
64 template<> struct is_arithmetic<signed short> { enum { value = true }; }; struct in namespace:Eigen::internal
65 template<> struct is_arithmetic<unsigned short>{ enum { value = true }; } struct in namespace:Eigen::internal
66 template<> struct is_arithmetic<signed int> { enum { value = true }; }; struct in namespace:Eigen::internal
67 template<> struct is_arithmetic<unsigned int> { enum { value = true }; }; struct in namespace:Eigen::internal
68 template<> struct is_arithmetic<signed long> { enum { value = true }; }; struct in namespace:Eigen::internal
69 template<> struct is_arithmetic<unsigned long> { enum { value = true }; }; struct in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/StlSupport/
details.h 56 Eigen::internal::is_arithmetic<T>::value, \
  /external/eigen/Eigen/src/Core/
NumTraits.h 57 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;
51 typename internal::conditional<internal::is_arithmetic<Scalar>::value, Scalar, const Scalar>::type
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 29 template<> struct is_arithmetic<__m128> { enum { value = true }; }; struct in namespace:Eigen::internal
30 template<> struct is_arithmetic<__m128i> { enum { value = true }; }; struct in namespace:Eigen::internal
31 template<> struct is_arithmetic<__m128d> { enum { value = true }; }; struct in namespace:Eigen::internal
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType;
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 363 void is_arithmetic() function
    [all...]

Completed in 386 milliseconds