Home
last modified time | relevance | path

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

/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()
Dammintrin.h84 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64()
160 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
Dxmmintrin.h605 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
611 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
/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/opencv3/modules/calib3d/test/
Dtest_undistort.cpp536 double __y = _y; in distortPoints() local