| /external/clang/lib/Headers/ |
| D | tgmath.h | 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 71 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 75 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 79 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 83 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 87 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
| D | __clang_cuda_cmath.h | 49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 52 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 56 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 58 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
| D | adxintrin.h | 36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32() 44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, in _addcarryx_u64() 53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32() 61 _addcarry_u64(unsigned char __cf, unsigned long long __x, in _addcarry_u64() 69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32() 77 _subborrow_u64(unsigned char __cf, unsigned long long __x, in _subborrow_u64()
|
| D | ammintrin.h | 79 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64() 151 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
|
| D | arm_acle.h | 75 __swp(uint32_t __x, volatile uint32_t *__p) { in __swp() 115 __ror(uint32_t __x, uint32_t __y) { in __ror() 123 __rorll(uint64_t __x, uint32_t __y) { in __rorll() 131 __rorl(unsigned long __x, uint32_t __y) { in __rorl()
|
| /external/llvm-project/clang/lib/Headers/ |
| D | tgmath.h | 49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 68 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 76 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 80 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
| D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
| D | __clang_hip_cmath.h | 30 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 31 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 34 __DEVICE__ float fma(float __x, float __y, float __z) { in fma() 37 __DEVICE__ int fpclassify(float __x) { in fpclassify() 41 __DEVICE__ int fpclassify(double __x) { in fpclassify() 48 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } in isfinite() 49 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } in isfinite() 50 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() 53 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() 56 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() [all …]
|
| D | adxintrin.h | 22 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32() 30 _addcarryx_u64(unsigned char __cf, unsigned long long __x, in _addcarryx_u64() 39 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32() 47 _addcarry_u64(unsigned char __cf, unsigned long long __x, in _addcarry_u64() 55 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32() 63 _subborrow_u64(unsigned char __cf, unsigned long long __x, in _subborrow_u64()
|
| D | ammintrin.h | 66 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64() 136 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
|
| D | intrin.h | 474 unsigned long __x, in __stosd() 482 unsigned short __x, in __stosw() 499 unsigned __int64 __x, in __stosq()
|
| D | __clang_hip_libdevice_declares.h | 319 __llvm_amdgcn_rcp_2f16(__2f16 __x) // Not currently exposed by ROCDL. in __llvm_amdgcn_rcp_2f16()
|
| /external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| D | complex_cmath.h | 108 template <class _Tp> std::complex<_Tp> log(const std::complex<_Tp> &__x) { in log() 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() 121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt() 138 __DEVICE__ std::complex<_Tp> exp(const std::complex<_Tp> &__x) { in exp() 158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() 165 template <class _Tp> std::complex<_Tp> __sqr(const std::complex<_Tp> &__x) { in __sqr() 174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() 202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() 235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() 265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() [all …]
|
| /external/libcxx/include/ |
| D | stdlib.h | 111 inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} in abs() 113 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} in abs() 116 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(… in div() 118 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(… in div()
|
| /external/llvm-project/libcxx/include/ |
| D | stdlib.h | 107 inline _LIBCPP_INLINE_VISIBILITY long abs(long __x) _NOEXCEPT { in abs() 111 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT { in abs() 142 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() 146 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, in div()
|
| /external/llvm-project/clang/test/CodeGen/X86/ |
| D | adc-builtins.c | 5 unsigned char test_addcarry_u32(unsigned char __cf, unsigned int __x, in test_addcarry_u32() 15 unsigned char test_addcarry_u64(unsigned char __cf, unsigned long long __x, in test_addcarry_u64() 26 unsigned char test_subborrow_u32(unsigned char __cf, unsigned int __x, in test_subborrow_u32() 36 unsigned char test_subborrow_u64(unsigned char __cf, unsigned long long __x, in test_subborrow_u64()
|
| D | adx-builtins.c | 5 unsigned char test_addcarryx_u32(unsigned char __cf, unsigned int __x, in test_addcarryx_u32() 15 unsigned char test_addcarryx_u64(unsigned char __cf, unsigned long long __x, in test_addcarryx_u64()
|
| /external/clang/test/CodeGen/ |
| D | adc-builtins.c | 7 unsigned char test_addcarry_u32(unsigned char __cf, unsigned int __x, in test_addcarry_u32() 14 unsigned char test_addcarry_u64(unsigned char __cf, unsigned long long __x, in test_addcarry_u64() 22 unsigned char test_subborrow_u32(unsigned char __cf, unsigned int __x, in test_subborrow_u32() 29 unsigned char test_subborrow_u64(unsigned char __cf, unsigned long long __x, in test_subborrow_u64()
|
| D | adx-builtins.c | 5 unsigned char test_addcarryx_u32(unsigned char __cf, unsigned int __x, in test_addcarryx_u32() 12 unsigned char test_addcarryx_u64(unsigned char __cf, unsigned long long __x, in test_addcarryx_u64()
|
| D | 2010-01-18-Inlined-Debug.c | 5 static inline int foo(double __x) { return __x; } in foo()
|
| /external/llvm-project/clang/test/CodeGenCUDA/ |
| D | library-builtin.cu | 14 extern "C" __attribute__((device)) float logf(float __x) { return logf(__x); } in logf() 22 extern "C" float logf(float __x) { return logf(__x); } in logf()
|
| /external/tensorflow/tensorflow/stream_executor/lib/ |
| D | status_macros.h | 33 #define SE_MACRO_CONCAT_INNER(__x, __y) __x##__y argument 34 #define SE_MACRO_CONCAT(__x, __y) SE_MACRO_CONCAT_INNER(__x, __y) argument
|
| /external/llvm-project/clang/test/OpenMP/ |
| D | amdgcn_device_function_call.cpp | 15 void test_amdgcn_openmp_device(float __x) { in test_amdgcn_openmp_device()
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | 2010-01-18-Inlined-Debug.c | 5 static inline int foo(double __x) { return __x; } in foo()
|
| /external/llvm-project/clang/test/CXX/expr/expr.post/expr.static.cast/ |
| D | p9-0x.cpp | 23 template <class _Tp> inline _Tp* addressof(_Tp& __x) { in addressof()
|