Home
last modified time | relevance | path

Searched refs:is_arithmetic (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h48 template <class _A1, __enable_if_t<is_arithmetic<_A1>::value && numeric_limits<_A1>::has_infinity, …
53 template <class _A1, __enable_if_t<is_arithmetic<_A1>::value && !numeric_limits<_A1>::has_infinity,…
72 template <class _A1, __enable_if_t<is_arithmetic<_A1>::value && numeric_limits<_A1>::has_infinity, …
77 template <class _A1, __enable_if_t<is_arithmetic<_A1>::value && !numeric_limits<_A1>::has_infinity,…
138 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
146 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
154 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
162 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
170 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
178 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dremainder.h40 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
62 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dmin_max.h41 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
63 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dfma.h42 …__enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::value && is_arithmetic<_A3>::value,…
H A Dcopysign.h36 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dfdim.h37 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dmodulo.h39 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dinverse_trigonometric_functions.h88 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dhypot.h46 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Dexponential_functions.h160 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
H A Drounding_functions.h160 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h317 template <class _Tp> struct is_arithmetic {
320 template <> struct is_arithmetic<bool> {
323 template <> struct is_arithmetic<char> {
326 template <> struct is_arithmetic<signed char> {
329 template <> struct is_arithmetic<unsigned char> {
332 template <> struct is_arithmetic<wchar_t> {
335 template <> struct is_arithmetic<short> {
338 template <> struct is_arithmetic<unsigned short> {
341 template <> struct is_arithmetic<int> {
344 template <> struct is_arithmetic<unsigned int> {
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value;
H A Dis_fundamental.h37 …l_constant<bool, is_void<_Tp>::value || __is_nullptr_t<_Tp>::value || is_arithmetic<_Tp>::value> {…
H A Dis_signed.h41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
H A Dis_unsigned.h41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
H A Dis_scalar.h49 bool, is_arithmetic<_Tp>::value ||
H A Dpromote.h32 static_assert((is_arithmetic<_Args>::value && ...));
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dcmath60 template <class _Tp, class _Up, __enable_if_t<is_arithmetic<_Tp>::value && is_arithmetic<_Up>::valu…
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath318 #include <__type_traits/is_arithmetic.h>
628 …typename enable_if_t< is_arithmetic<_A1>::value && is_arithmetic<_A2>::value && is_arithmetic<_A3>…
H A Dtype_traits51 template <class T> struct is_arithmetic;
277 = is_arithmetic<T>::value; // C++17
439 #include <__type_traits/is_arithmetic.h>
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_memory_impl.h
H A Dnumeric_impl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h32 std::enable_if_t<std::is_arithmetic<T>::value, void> swapBytes(T &value) { in swapBytes()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm

12