HomeSort by relevance Sort by last modified time
    Searched full:is_arithmetic (Results 26 - 50 of 72) sorted by null

12 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
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, "");
integral.pass.cpp 20 static_assert( std::is_arithmetic<T>::value, "");
lvalue_ref.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, "");
  /external/eigen/Eigen/src/StlSupport/
details.h 56 Eigen::internal::is_arithmetic<T>::value, \
  /external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
meta.unary.comp.pass.cpp 37 static_assert(ex::is_arithmetic_v<T> == std::is_arithmetic<T>::value, "");
42 static_assert(ex::is_arithmetic_v<T> == std::is_arithmetic<T>::value, "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 13 #include "boost/type_traits/is_arithmetic.hpp"
45 typedef typename mpl::if_< is_arithmetic<S>, S, S const&>::type argument_type ;
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 361 struct is_arithmetic :
367 public integral_constant<bool, (is_arithmetic<_Tp>::value || is_void<_Tp>::value)>
395 // is_arithmetic (above)
400 public integral_constant<bool, (is_arithmetic<_Tp>::value ||
409 public integral_constant<bool, (is_arithmetic<_Tp>::value
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
type_traits 361 struct is_arithmetic :
367 public integral_constant<bool, (is_arithmetic<_Tp>::value || is_void<_Tp>::value)>
395 // is_arithmetic (above)
400 public integral_constant<bool, (is_arithmetic<_Tp>::value ||
409 public integral_constant<bool, (is_arithmetic<_Tp>::value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
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
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 22 #include <boost/type_traits/is_arithmetic.hpp>
355 ::boost::is_arithmetic<From>::value,
356 ::boost::is_arithmetic<To>::value,
  /external/libcxx/include/experimental/
type_traits 58 = is_arithmetic<T>::value;
245 = is_arithmetic<_Tp>::value;
  /external/eigen/Eigen/src/Core/
NumTraits.h 57 RequireInitialization = internal::is_arithmetic<T>::value ? 0 : 1,
  /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/x86_64-linux-glibc2.11-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...]

Completed in 751 milliseconds

12 3