/llvm-project/libcxx/include/__math/ |
H A D | min_max.h | 28 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() argument 33 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() argument 37 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _NOEXCEPT { in fmax() argument 42 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x, _A2 __y) _NOEXCEPT { in fmax() argument 50 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float fmin(float __x, float __y) _NOEXCEPT { in fmin() argument 55 fmin(double __x,double __y) fmin() argument 59 fmin(long double __x,long double __y) fmin() argument 64 fmin(_A1 __x,_A2 __y) fmin() argument [all...] |
H A D | modulo.h | 28 inline _LIBCPP_HIDE_FROM_ABI float fmod(float __x, float __y) _NOEXCEPT { return __builtin_fmodf(__… in fmod() 31 _LIBCPP_HIDE_FROM_ABI double fmod(double __x, double __y) _NOEXCEPT { in fmod() 35 inline _LIBCPP_HIDE_FROM_ABI long double fmod(long double __x, long double __y) _NOEXCEPT { in fmod() 40 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmod(_A1 __x, _A2 __y) _NOEXCEPT { in fmod() 48 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT { return __builtin_modff(_… in modf() 51 _LIBCPP_HIDE_FROM_ABI double modf(double __x, double* __y) _NOEXCEPT { in modf() 55 inline _LIBCPP_HIDE_FROM_ABI long double modf(long double __x, long double* __y) _NOEXCEPT { in modf()
|
H A D | remainder.h | 32 return __builtin_remainder(__x, __y); in remainder() argument 36 return __builtin_remainderl(__x, __y); in remainder() argument 49 return __builtin_remquof(__x, __y, __ argument 29 remainder(float __x,float __y) remainder() argument 41 remainder(_A1 __x,_A2 __y) remainder() argument 54 remquo(double __x,double __y,int * __z) remquo() argument 58 remquo(long double __x,long double __y,int * __z) remquo() argument 63 remquo(_A1 __x,_A2 __y,int * __z) remquo() argument [all...] |
H A D | hypot.h | 38 return __builtin_hypot(__x, __y); in hypot() argument 26 hypot(float __x,float __y) hypot() argument 29 hypot(double __x,double __y) hypot() argument 33 hypot(long double __x,long double __y) hypot() argument [all...] |
H A D | fdim.h | 26 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT { return __builtin_fdimf(__… in fdim() 29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() 33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT { in fdim() 38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim()
|
H A D | exponential_functions.h | 113 inline _LIBCPP_HIDE_FROM_ABI float scalbln(float __x, long __y) _NOEXCEPT { return __builtin_scalbl… in scalbln() 116 _LIBCPP_HIDE_FROM_ABI double scalbln(double __x, long __y) _NOEXCEPT { in scalbln() 120 inline _LIBCPP_HIDE_FROM_ABI long double scalbln(long double __x, long __y) _NOEXCEPT { in scalbln() 125 inline _LIBCPP_HIDE_FROM_ABI double scalbln(_A1 __x, long __y) _NOEXCEPT { in scalbln() 131 inline _LIBCPP_HIDE_FROM_ABI float scalbn(float __x, int __y) _NOEXCEPT { return __builtin_scalbnf(… in scalbn() 134 _LIBCPP_HIDE_FROM_ABI double scalbn(double __x, int __y) _NOEXCEPT { in scalbn() 138 inline _LIBCPP_HIDE_FROM_ABI long double scalbn(long double __x, int __y) _NOEXCEPT { in scalbn() 143 inline _LIBCPP_HIDE_FROM_ABI double scalbn(_A1 __x, int __y) _NOEXCEPT { in scalbn() 149 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT { return __builtin_powf(__x,… in pow() 152 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() [all …]
|
H A D | fma.h | 26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() 31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() 35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() 43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma()
|
H A D | copysign.h | 28 return ::__builtin_copysignf(__x, __y); in copysign() argument 32 return ::__builtin_copysignl(__x, __y); in copysign() argument 37 return ::__builtin_copysign(__x, __y); in copysign() argument
|
H A D | traits.h | 127 isgreater(_A1 __x,_A2 __y) isgreater() argument 135 isgreaterequal(_A1 __x,_A2 __y) isgreaterequal() argument 143 isless(_A1 __x,_A2 __y) isless() argument 151 islessequal(_A1 __x,_A2 __y) islessequal() argument 159 islessgreater(_A1 __x,_A2 __y) islessgreater() argument 167 isunordered(_A1 __x,_A2 __y) isunordered() argument [all...] |
H A D | inverse_trigonometric_functions.h | 77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(… in atan2() 80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() 84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() 89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2()
|
H A D | rounding_functions.h | 149 inline _LIBCPP_HIDE_FROM_ABI float nextafter(float __x, float __y) _NOEXCEPT { return __builtin_nextafterf(__x, __y); } in nextafter() argument 152 _LIBCPP_HIDE_FROM_ABI double nextafter(double __x, double __y) _NOEXCEPT { in nextafter() argument 156 inline _LIBCPP_HIDE_FROM_ABI long double nextafter(long double __x, long double __y) _NOEXCEPT { in nextafter() argument 161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type nextafter(_A1 __x, _A2 __y) _NOEXCEPT { in nextafter() argument 169 inline _LIBCPP_HIDE_FROM_ABI float nexttoward(float __x, long double __y) _NOEXCEPT { in nexttoward() argument 174 nexttoward(double __x,long double __y) nexttoward() argument 178 nexttoward(long double __x,long double __y) nexttoward() argument 183 nexttoward(_A1 __x,long double __y) nexttoward() argument [all...] |
/llvm-project/clang/lib/Headers/ |
H A D | riscv_bitmanip.h | 70 __riscv_rol_32(uint32_t __x, uint32_t __y) { in __riscv_rol_32() 75 __riscv_ror_32(uint32_t __x, uint32_t __y) { in __riscv_ror_32() 86 __riscv_rol_64(uint64_t __x, uint32_t __y) { in __riscv_rol_64() 91 __riscv_ror_64(uint64_t __x, uint32_t __y) { in __riscv_ror_64() 126 __riscv_clmulr_32(uint32_t __x, uint32_t __y) { in __riscv_clmulr_32() 133 __riscv_clmulr_64(uint64_t __x, uint64_t __y) { in __riscv_clmulr_64() 141 __riscv_clmul_32(uint32_t __x, uint32_t __y) { in __riscv_clmul_32() 147 __riscv_clmulh_32(uint32_t __x, uint32_t __y) { in __riscv_clmulh_32() 154 __riscv_clmul_64(uint64_t __x, uint64_t __y) { in __riscv_clmul_64() 159 __riscv_clmulh_64(uint64_t __x, uint64_t __y) { in __riscv_clmulh_64() [all …]
|
H A D | riscv_crypto.h | 27 __riscv_aes64ds(uint64_t __x, uint64_t __y) { in __riscv_aes64ds() 32 __riscv_aes64dsm(uint64_t __x, uint64_t __y) { in __riscv_aes64dsm() 51 __riscv_aes64es(uint64_t __x, uint64_t __y) { in __riscv_aes64es() 56 __riscv_aes64esm(uint64_t __x, uint64_t __y) { in __riscv_aes64esm() 67 __riscv_aes64ks2(uint64_t __x, uint64_t __y) { in __riscv_aes64ks2() 96 __riscv_sha512sig0h(uint32_t __x, uint32_t __y) { in __riscv_sha512sig0h() 101 __riscv_sha512sig0l(uint32_t __x, uint32_t __y) { in __riscv_sha512sig0l() 106 __riscv_sha512sig1h(uint32_t __x, uint32_t __y) { in __riscv_sha512sig1h() 111 __riscv_sha512sig1l(uint32_t __x, uint32_t __y) { in __riscv_sha512sig1l() 116 __riscv_sha512sum0r(uint32_t __x, uint32_t __y) { in __riscv_sha512sum0r() [all …]
|
H A D | tgmath.h | 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 466 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow() 470 __tg_pow(double __x, double __y) {return pow(__x, __y);} in __tg_pow() 474 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} in __tg_pow() 478 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);} in __tg_pow() 482 __tg_pow(double _Complex __x, double _Complex __y) {return cpow(__x, __y);} in __tg_pow() 486 __tg_pow(long double _Complex __x, long double _Complex __y) in __tg_pow() 490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ argument 555 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() [all …]
|
H A D | __clang_hip_cmath.h | 48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() argument 107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater() argument 110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater() argument 113 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() argument 116 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() argument 119 isless(float __x,float __y) isless() argument 122 isless(double __x,double __y) isless() argument 125 islessequal(float __x,float __y) islessequal() argument 128 islessequal(double __x,double __y) islessequal() argument 131 islessgreater(float __x,float __y) islessgreater() argument 134 islessgreater(double __x,double __y) islessgreater() argument 143 isunordered(float __x,float __y) isunordered() argument 146 isunordered(double __x,double __y) isunordered() argument 158 remquo(float __x,float __y,int * __quo) remquo() argument 172 fma(_Float16 __x,_Float16 __y,_Float16 __z) fma() argument [all...] |
H A D | adcintrin.h | 56 _addcarry_u32(unsigned char __cf,unsigned int __x,unsigned int __y,unsigned int * __p) _addcarry_u32() argument 87 _subborrow_u32(unsigned char __cf,unsigned int __x,unsigned int __y,unsigned int * __p) _subborrow_u32() argument 118 _addcarry_u64(unsigned char __cf,unsigned long long __x,unsigned long long __y,unsigned long long * __p) _addcarry_u64() argument 148 _subborrow_u64(unsigned char __cf,unsigned long long __x,unsigned long long __y,unsigned long long * __p) _subborrow_u64() argument [all...] |
H A D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() 117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() 120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() 123 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() 126 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() 129 __DEVICE__ bool isless(float __x, float __y) { in isless() 132 __DEVICE__ bool isless(double __x, double __y) { in isless() 135 __DEVICE__ bool islessequal(float __x, float __y) { in islessequal() 138 __DEVICE__ bool islessequal(double __x, double __y) { in islessequal() [all …]
|
H A D | adxintrin.h | 59 _addcarryx_u32(unsigned char __cf,unsigned int __x,unsigned int __y,unsigned int * __p) _addcarryx_u32() argument 90 _addcarryx_u64(unsigned char __cf,unsigned long long __x,unsigned long long __y,unsigned long long * __p) _addcarryx_u64() argument [all...] |
H A D | ammintrin.h | 70 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64() 140 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
|
/llvm-project/libcxx/include/__numeric/ |
H A D | saturation_arithmetic.h | 31 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __add_sat(_Tp __x, _Tp __y) noexcept { in __add_sat() 49 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __sub_sat(_Tp __x, _Tp __y) noexcept { in __sub_sat() 68 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __mul_sat(_Tp __x, _Tp __y) noexcept { in __mul_sat() 84 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __div_sat(_Tp __x, _Tp __y) noexcept { in __div_sat() 115 _LIBCPP_HIDE_FROM_ABI constexpr _Tp add_sat(_Tp __x, _Tp __y) noexcept { in add_sat() 120 _LIBCPP_HIDE_FROM_ABI constexpr _Tp sub_sat(_Tp __x, _Tp __y) noexcept { in sub_sat() 125 _LIBCPP_HIDE_FROM_ABI constexpr _Tp mul_sat(_Tp __x, _Tp __y) noexcept { in mul_sat() 130 _LIBCPP_HIDE_FROM_ABI constexpr _Tp div_sat(_Tp __x, _Tp __y) noexcept { in div_sat()
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | adc-builtins.c | 6 test_addcarry_u32(unsigned char __cf,unsigned int __x,unsigned int __y,unsigned int * __p) test_addcarry_u32() argument 16 test_addcarry_u64(unsigned char __cf,unsigned long long __x,unsigned long long __y,unsigned long long * __p) test_addcarry_u64() argument 27 test_subborrow_u32(unsigned char __cf,unsigned int __x,unsigned int __y,unsigned int * __p) test_subborrow_u32() argument 37 test_subborrow_u64(unsigned char __cf,unsigned long long __x,unsigned long long __y,unsigned long long * __p) test_subborrow_u64() argument [all...] |
H A D | adx-builtins.c | 6 test_addcarryx_u32(unsigned char __cf,unsigned int __x,unsigned int __y,unsigned int * __p) test_addcarryx_u32() argument 16 test_addcarryx_u64(unsigned char __cf,unsigned long long __x,unsigned long long __y,unsigned long long * __p) test_addcarryx_u64() argument
|
/llvm-project/libcxx/include/ |
H A D | stdlib.h | 143 inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); } in div() argument 145 div(long long __x,long long __y) div() argument
|
/llvm-project/libcxx/include/__atomic/ |
H A D | kill_dependency.h | 21 _LIBCPP_HIDE_FROM_ABI _Tp kill_dependency(_Tp __y) _NOEXCEPT { in kill_dependency()
|
/llvm-project/libcxx/include/__utility/ |
H A D | swap.h | 40 swap(_Tp & __x,_Tp & __y) swap() argument
|