Home
last modified time | relevance | path

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

12

/freebsd-14.2/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,…
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 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 Dhypot.h37 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 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-14.2/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> {
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 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_unsigned.h41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
H A Dis_signed.h41 template <class _Tp, bool = is_arithmetic<_Tp>::value>
H A Dis_scalar.h49 bool, is_arithmetic<_Tp>::value ||
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcmath310 #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 Dtype_traits51 template <class T> struct is_arithmetic;
277 = is_arithmetic<T>::value; // C++17
448 #include <__type_traits/is_arithmetic.h>
H A Dlimits107 #include <__type_traits/is_arithmetic.h>
135 template <class _Tp, bool = is_arithmetic<_Tp>::value>
H A Dcomplex1078 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 Dcmath60 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 DDXContainer.h32 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 Dtype_traits.inc35 using std::is_arithmetic;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h150 is_arithmetic<_Tp>::value && __is_simple_comparator<_Compare>::value>;

12