/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_scalar.hpp | 12 #include <boost/type_traits/is_arithmetic.hpp> 31 ::boost::is_arithmetic<T>::value,
|
is_enum.hpp | 17 #include <boost/type_traits/is_arithmetic.hpp> 117 ::boost::is_arithmetic<T>::value 128 ::boost::is_arithmetic<T>::value 139 ::boost::is_arithmetic<T>::value
|
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/test/utilities/meta/meta.unary/meta.unary.comp/ |
array.pass.cpp | 20 static_assert(!std::is_arithmetic<T>::value, "");
|
integral.pass.cpp | 20 static_assert( std::is_arithmetic<T>::value, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/ |
array.pass.cpp | 20 static_assert(!std::is_arithmetic<T>::value, "");
|
integral.pass.cpp | 20 static_assert( std::is_arithmetic<T>::value, "");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
converter_policies.hpp | 20 #include "boost/type_traits/is_arithmetic.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 ;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
call_traits.hpp | 26 #include <boost/type_traits/is_arithmetic.hpp> 89 ::boost::is_arithmetic<T>::value,
|
/external/eigen/Eigen/src/StlSupport/ |
details.h | 56 Eigen::internal::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 ;
|
/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
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | 163 #include <boost/type_traits/is_arithmetic.hpp> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
random.h | 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
random.h | 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
random.h | 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
random.h | 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
random.h | 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
random.h | 243 is_arithmetic<result_type>::value, result_type>::__type _IsValidType; [all...] |
/external/clang/test/SemaCXX/ |
type-traits.cpp | 428 void is_arithmetic() function [all...] |