Home
last modified time | relevance | path

Searched defs:__x (Results 1 – 22 of 22) sorted by relevance

/external/clang/lib/Headers/
Dtgmath.h56 #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.h49 __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 …]
Dadxintrin.h36 _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()
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.h75 __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()
Dintrin.h857 __stosb(unsigned char *__dst, unsigned char __x, size_t __n) { in __stosb()
862 __stosd(unsigned long *__dst, unsigned long __x, size_t __n) { in __stosd()
867 __stosw(unsigned short *__dst, unsigned short __x, size_t __n) { in __stosw()
879 __stosq(unsigned __int64 *__dst, unsigned __int64 __x, size_t __n) { in __stosq()
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()
Demmintrin.h567 _mm_set_pd(double __w, double __x) in _mm_set_pd()
573 _mm_setr_pd(double __w, double __x) in _mm_setr_pd()
/external/libcxx/include/
Dstdlib.h111 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/clang/test/CodeGen/
Dadc-builtins.c7 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()
Dadx-builtins.c5 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()
D2010-01-18-Inlined-Debug.c5 static inline int foo(double __x) { return __x; } in foo()
Dunion.c16 int f2( float __x ) { in f2()
/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/clang/test/CXX/expr/expr.post/expr.static.cast/
Dp9-0x.cpp23 template <class _Tp> inline _Tp* addressof(_Tp& __x) { in addressof()
/external/clang/test/Modules/
Dpr27401.cpp24 vector<_Tp, _Allocator>::vector(const vector &__x) : __vector_base<_Tp, _Allocator>(__x.__alloc()) … in vector()
/external/clang/test/Sema/
Dtypo-correction.c39 int PR23101(__m128i __x) { in PR23101()
/external/clang/test/CodeGenCXX/
Dlpad-linetable.cpp50 push_back(const value_type& __x) in push_back()
/external/clang/test/SemaTemplate/
Ddependent-base-member-init.cpp28 insert_iterator(_Container& __x) : container(&__x) {} in insert_iterator()
/external/libunwind_llvm/src/
Dconfig.h23 #define __has_feature(__x) 0 argument
DRegisters.hpp1800 uint64_t __x[29]; // x0-x28 member
/external/libcxx/src/
Dlocale.cpp4697 __time_get_c_storage<char>::__x() const in __x() function in __time_get_c_storage
4705 __time_get_c_storage<wchar_t>::__x() const in __x() function in __time_get_c_storage