| /freebsd-14.2/contrib/llvm-project/libcxx/include/__math/ |
| H A D | traits.h | 48 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,… 60 template <class _A1, __enable_if_t<is_arithmetic<_A1>::value && numeric_limits<_A1>::has_infinity, … 65 template <class _A1, __enable_if_t<is_arithmetic<_A1>::value && !numeric_limits<_A1>::has_infinity,… 126 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu… 134 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu… 142 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu… 150 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu… 158 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu… 166 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| H A D | remainder.h | 40 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 D | min_max.h | 41 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 D | fma.h | 42 …__enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::value && is_arithmetic<_A3>::value,…
|
| H A D | copysign.h | 36 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| H A D | hypot.h | 37 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| H A D | fdim.h | 37 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| H A D | modulo.h | 39 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| H A D | inverse_trigonometric_functions.h | 88 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| H A D | exponential_functions.h | 160 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| H A D | rounding_functions.h | 160 template <class _A1, class _A2, __enable_if_t<is_arithmetic<_A1>::value && is_arithmetic<_A2>::valu…
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_hip_cmath.h | 317 template <class _Tp> struct is_arithmetic { 320 template <> struct is_arithmetic<bool> { 323 template <> struct is_arithmetic<char> { 335 template <> struct is_arithmetic<short> { 341 template <> struct is_arithmetic<int> { 347 template <> struct is_arithmetic<long> { 359 template <> struct is_arithmetic<float> { 362 template <> struct is_arithmetic<double> { 463 __hip::is_arithmetic<__T1>::value && __hip::is_arithmetic<__T2>::value, \ 552 __hip::is_arithmetic<__T1>::value && __hip::is_arithmetic<__T2>::value && [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_arithmetic.h | 24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct 29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value;
|
| H A D | is_fundamental.h | 37 …l_constant<bool, is_void<_Tp>::value || __is_nullptr_t<_Tp>::value || is_arithmetic<_Tp>::value> {…
|
| H A D | is_unsigned.h | 41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
|
| H A D | is_signed.h | 41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
|
| H A D | is_scalar.h | 49 bool, is_arithmetic<_Tp>::value ||
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 310 #include <__type_traits/is_arithmetic.h> 561 …typename enable_if_t< is_arithmetic<_A1>::value && is_arithmetic<_A2>::value && is_arithmetic<_A3>… 629 __enable_if_t<std::is_arithmetic<_A1>::value && std::is_arithmetic<_A2>::value, int> = 0> 694 template <class _Tp, class _Up, __enable_if_t<is_arithmetic<_Tp>::value && is_arithmetic<_Up>::valu… 798 …typename enable_if_t< is_arithmetic<_A1>::value && is_arithmetic<_A2>::value && is_arithmetic<_A3>…
|
| H A D | type_traits | 51 template <class T> struct is_arithmetic; 277 = is_arithmetic<T>::value; // C++17 448 #include <__type_traits/is_arithmetic.h>
|
| H A D | limits | 107 #include <__type_traits/is_arithmetic.h> 135 template <class _Tp, bool = is_arithmetic<_Tp>::value>
|
| H A D | complex | 1078 template <class _Tp, class _Up, __enable_if_t<is_arithmetic<_Up>::value, int> = 0> 1084 template <class _Tp, class _Up, __enable_if_t<is_arithmetic<_Tp>::value, int> = 0>
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | cmath | 60 template <class _Tp, class _Up, __enable_if_t<is_arithmetic<_Tp>::value && is_arithmetic<_Up>::valu…
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | DXContainer.h | 32 std::enable_if_t<std::is_arithmetic<T>::value, void> swapBytes(T &value) { in swapBytes()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 35 using std::is_arithmetic;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | sort.h | 150 is_arithmetic<_Tp>::value && __is_simple_comparator<_Compare>::value>;
|