Searched refs:is_arithmetic (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h261 // ToDo: specializes is_arithmetic<_Float16>
262 template <class _Tp> struct is_arithmetic { struct in namespace:__hip
265 template <> struct is_arithmetic<bool> { struct in namespace:__hip
268 template <> struct is_arithmetic<char> { struct in namespace:__hip
271 template <> struct is_arithmetic<signed char> { struct in namespace:__hip
274 template <> struct is_arithmetic<unsigned char> { struct in namespace:__hip
277 template <> struct is_arithmetic<wchar_t> { struct in namespace:__hip
280 template <> struct is_arithmetic<short> { struct in namespace:__hip
283 template <> struct is_arithmetic<unsigned short> { struct in namespace:__hip
286 template <> struct is_arithmetic<in struct in namespace:__hip
289 template <> struct is_arithmetic<unsigned int> { struct in namespace:__hip
292 template <> struct is_arithmetic<long> { struct in namespace:__hip
295 template <> struct is_arithmetic<unsigned long> { struct in namespace:__hip
298 template <> struct is_arithmetic<long long> { struct in namespace:__hip
301 template <> struct is_arithmetic<unsigned long long> { struct in namespace:__hip
304 template <> struct is_arithmetic<float> { struct in namespace:__hip
307 template <> struct is_arithmetic<double> { struct in namespace:__hip
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h450 std::is_arithmetic<_A1>::value && std::numeric_limits<_A1>::has_infinity,
460 std::is_arithmetic<_A1>::value && !std::numeric_limits<_A1>::has_infinity,
488 std::is_arithmetic<_A1>::value && std::numeric_limits<_A1>::has_infinity,
498 std::is_arithmetic<_A1>::value && !std::numeric_limits<_A1>::has_infinity,
619 std::is_arithmetic<_A1>::value &&
620 std::is_arithmetic<_A2>::value,
649 std::is_arithmetic<_A1>::value &&
650 std::is_arithmetic<_A2>::value,
679 std::is_arithmetic<_A1>::value &&
680 std::is_arithmetic<_A
[all...]
/netbsd-current/usr.bin/xlint/common/
H A Dlint.h142 #define is_arithmetic(t) (type_properties(t)->tt_is_arithmetic) macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dglue_memory_impl.h172 __internal::__invoke_if_else(std::is_arithmetic<_ValueType>(),
203 std::is_arithmetic<_ValueType>(),
H A Dnumeric_impl.h181 using is_arithmetic_udop = std::integral_constant<bool, std::is_arithmetic<_Tp>::value &&
H A Dunseq_backend_simd.h442 using is_arithmetic_plus = std::integral_constant<bool, std::is_arithmetic<_Tp>::value &&
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dglue_memory_impl.h173 std::is_arithmetic<_ValueType>(),
203 std::is_arithmetic<_ValueType>(),
H A Dnumeric_impl.h177 using is_arithmetic_udop = std::integral_constant<bool, std::is_arithmetic<_Tp>::value &&
H A Dunseq_backend_simd.h442 using is_arithmetic_plus = std::integral_constant<bool, std::is_arithmetic<_Tp>::value &&
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c763 if (!is_arithmetic(lt) || !is_arithmetic(rt))
1301 if (is_arithmetic(lt) && is_arithmetic(rt))
2530 if (is_arithmetic(lt) && is_arithmetic(rt))
2635 if (!is_arithmetic(lt) ||
2636 (mp->m_binary && !is_arithmetic(rt))) {
2895 if (is_arithmetic(lt) && (is_arithmetic(r
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h239 is_arithmetic<result_type>::value, result_type>::__type _IsValidType;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h239 is_arithmetic<result_type>::value, result_type>::__type _IsValidType;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd.h531 struct __is_vectorizable : public is_arithmetic<_Tp> {};

Completed in 372 milliseconds