Home
last modified time | relevance | path

Searched defs:__y (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang/lib/Headers/
D__clang_hip_cmath.h34 __DEVICE__ float fma(float __x, float __y, float __z) { in fma()
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()
59 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal()
64 __DEVICE__ bool isless(float __x, float __y) { in isless()
67 __DEVICE__ bool isless(double __x, double __y) { in isless()
70 __DEVICE__ bool islessequal(float __x, float __y) { in islessequal()
73 __DEVICE__ bool islessequal(double __x, double __y) { in islessequal()
76 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater()
[all …]
Dtgmath.h50 #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 …]
Dadxintrin.h22 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32()
31 unsigned long long __y, unsigned long long *__p) in _addcarryx_u64()
39 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32()
48 unsigned long long __y, unsigned long long *__p) in _addcarry_u64()
55 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32()
64 unsigned long long __y, unsigned long long *__p) in _subborrow_u64()
D__clang_cuda_cmath.h48 __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 …]
Dammintrin.h66 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64()
136 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
Darm_acle.h115 __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()
Dxmmintrin.h1860 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
1888 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
/external/clang/lib/Headers/
Dtgmath.h57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument
473 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow()
477 __tg_pow(double __x, double __y) {return pow(__x, __y);} in __tg_pow()
481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} in __tg_pow()
485 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);} in __tg_pow()
489 __tg_pow(double _Complex __x, double _Complex __y) {return cpow(__x, __y);} in __tg_pow()
493 __tg_pow(long double _Complex __x, long double _Complex __y) in __tg_pow()
497 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ argument
562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2()
[all …]
Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32()
45 unsigned long long __y, unsigned long long *__p) in _addcarryx_u64()
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32()
62 unsigned long long __y, unsigned long long *__p) in _addcarry_u64()
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32()
78 unsigned long long __y, unsigned long long *__p) in _subborrow_u64()
D__clang_cuda_cmath.h54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2()
61 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod()
77 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater()
80 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater()
83 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal()
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal()
89 __DEVICE__ bool isless(float __x, float __y) { in isless()
92 __DEVICE__ bool isless(double __x, double __y) { in isless()
95 __DEVICE__ bool islessequal(float __x, float __y) { in islessequal()
98 __DEVICE__ bool islessequal(double __x, double __y) { in islessequal()
[all …]
Dammintrin.h79 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64()
151 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
Darm_acle.h115 __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()
Dxmmintrin.h1814 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
1842 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
/external/llvm-project/clang/test/CodeGen/X86/
Dadc-builtins.c6 unsigned int __y, unsigned int *__p) { in test_addcarry_u32()
16 unsigned long long __y, in test_addcarry_u64()
27 unsigned int __y, unsigned int *__p) { in test_subborrow_u32()
37 unsigned long long __y, in test_subborrow_u64()
Dadx-builtins.c6 unsigned int __y, unsigned int *__p) { in test_addcarryx_u32()
16 unsigned long long __y, in test_addcarryx_u64()
/external/clang/test/CodeGen/
Dadc-builtins.c8 unsigned int __y, unsigned int *__p) { in test_addcarry_u32()
15 unsigned long long __y, in test_addcarry_u64()
23 unsigned int __y, unsigned int *__p) { in test_subborrow_u32()
30 unsigned long long __y, in test_subborrow_u64()
Dadx-builtins.c6 unsigned int __y, unsigned int *__p) { in test_addcarryx_u32()
13 unsigned long long __y, in test_addcarryx_u64()
/external/libcxx/include/
Dstdlib.h116 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/tensorflow/tensorflow/stream_executor/lib/
Dstatus_macros.h33 #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/libcxx/include/
Dstdlib.h142 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div()
147 long long __y) _NOEXCEPT { in div()
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h159 const std::complex<_Tp> &__y) { in pow()