/freebsd/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,… 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 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 | 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 | hypot.h | 46 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/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> { 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 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_signed.h | 41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
|
H A D | is_unsigned.h | 41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
|
H A D | is_scalar.h | 49 bool, is_arithmetic<_Tp>::value ||
|
H A D | promote.h | 32 static_assert((is_arithmetic<_Args>::value && ...));
|
/freebsd/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/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 318 #include <__type_traits/is_arithmetic.h> 628 …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 439 #include <__type_traits/is_arithmetic.h>
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_memory_impl.h |
|
H A D | numeric_impl.h |
|
/freebsd/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/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|