Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Driscv_bitmanip.h70 __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 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 …]
H A Driscv_crypto.h27 __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__clang_hip_cmath.h48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma()
107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater()
110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater()
113 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(float __x, float __y) { in isgreaterequal()
116 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(double __x, double __y) { in isgreaterequal()
119 __DEVICE__ __CONSTEXPR__ bool isless(float __x, float __y) { in isless()
122 __DEVICE__ __CONSTEXPR__ bool isless(double __x, double __y) { in isless()
125 __DEVICE__ __CONSTEXPR__ bool islessequal(float __x, float __y) { in islessequal()
128 __DEVICE__ __CONSTEXPR__ bool islessequal(double __x, double __y) { in islessequal()
131 __DEVICE__ __CONSTEXPR__ bool islessgreater(float __x, float __y) { in islessgreater()
[all …]
H A 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 …]
H A Dadcintrin.h56 unsigned int __y, in _addcarry_u32()
87 unsigned int __y, in _subborrow_u32()
118 unsigned long long __y, unsigned long long *__p) { in _addcarry_u64()
148 unsigned long long __y, unsigned long long *__p) { in _subborrow_u64()
H A Dadxintrin.h59 unsigned int __y, in _addcarryx_u32()
90 unsigned long long __y, unsigned long long *__p) { in _addcarryx_u64()
H A Dammintrin.h70 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64()
140 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dmin_max.h28 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() argument
33 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() argument
37 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _NOEXCEPT { in fmax() argument
42 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x, _A2 __y) _NOEXCEPT { in fmax() argument
50 _LIBCPP_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 Dmodulo.h28 inline _LIBCPP_HIDE_FROM_ABI float fmod(float __x, float __y) _NOEXCEPT { return __builtin_fmodf(__x, __y); } in fmod() argument
31 _LIBCPP_HIDE_FROM_ABI double fmod(double __x, double __y) _NOEXCEPT { in fmod() argument
35 inline _LIBCPP_HIDE_FROM_ABI long double fmod(long double __x, long double __y) _NOEXCEPT { in fmod() argument
40 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmod(_A1 __x, _A2 __y) _NOEXCEPT { in fmod() argument
48 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT { return __builtin_modff(__x, __y); } in modf() argument
51 modf(double __x,double * __y) modf() argument
55 modf(long double __x,long double * __y) modf() argument
[all...]
H A Dremainder.h29 inline _LIBCPP_HIDE_FROM_ABI float remainder(float __x, float __y) _NOEXCEPT { return __builtin_remainderf(__x, __y); } in remainder() argument
32 _LIBCPP_HIDE_FROM_ABI double remainder(double __x, double __y) _NOEXCEPT { in remainder() argument
36 inline _LIBCPP_HIDE_FROM_ABI long double remainder(long double __x, long double __y) _NOEXCEPT { in remainder() argument
41 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remainder(_A1 __x, _A2 __y) _NOEXCEPT { in remainder() argument
49 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT { in remquo() 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 Dexponential_functions.h113 inline _LIBCPP_HIDE_FROM_ABI float scalbln(float __x, long __y) _NOEXCEPT { return __builtin_scalblnf(__x, __y); } in scalbln() argument
116 _LIBCPP_HIDE_FROM_ABI double scalbln(double __x, long __y) _NOEXCEPT { in scalbln() argument
120 inline _LIBCPP_HIDE_FROM_ABI long double scalbln(long double __x, long __y) _NOEXCEPT { in scalbln() argument
125 inline _LIBCPP_HIDE_FROM_ABI double scalbln(_A1 __x, long __y) _NOEXCEPT { in scalbln() argument
131 inline _LIBCPP_HIDE_FROM_ABI float scalbn(float __x, int __y) _NOEXCEPT { return __builtin_scalbnf(__x, __y); } in scalbn() argument
134 scalbn(double __x,int __y) scalbn() argument
138 scalbn(long double __x,int __y) scalbn() argument
143 scalbn(_A1 __x,int __y) scalbn() argument
149 pow(float __x,float __y) pow() argument
152 pow(double __x,double __y) pow() argument
156 pow(long double __x,long double __y) pow() argument
161 pow(_A1 __x,_A2 __y) pow() argument
[all...]
H A Dfdim.h26 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT { return __builtin_fdimf(__x, __y); } in fdim() argument
29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() argument
33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT { in fdim() argument
38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim() argument
H A Dhypot.h38 _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y) _NOEXCEPT { 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 Dfma.h26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() argument
31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() argument
35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NOEXCEPT { in fma() argument
43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z) _NOEXCEPT { in fma() argument
H A Dcopysign.h28 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float copysign(float __x, float __y) _NOEXCEPT { in copysign() argument
32 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double copysign(long double __x, long double __y) _NOEXCEPT { in copysign() argument
38 return ::__builtin_copysign(__x, __y); in copysign() argument
H A Dtraits.h127 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 Drounding_functions.h149 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...]
H A Dinverse_trigonometric_functions.h77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(__y, __x); } in atan2() argument
80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() argument
84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() argument
89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h30 add_sat(_Tp __x,_Tp __y) add_sat() argument
48 sub_sat(_Tp __x,_Tp __y) sub_sat() argument
67 mul_sat(_Tp __x,_Tp __y) mul_sat() argument
83 div_sat(_Tp __x,_Tp __y) div_sat() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dstdlib.h145 inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); } in div() argument
147 div(long long __x,long long __y) div() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Dkill_dependency.h21 _LIBCPP_HIDE_FROM_ABI _Tp kill_dependency(_Tp __y) _NOEXCEPT { in kill_dependency()
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h40 inline _LIBCPP_HIDE_FROM_ABI __swap_result_t<_Tp> _LIBCPP_CONSTEXPR_SINCE_CXX20 swap(_Tp& __x, _Tp& __y) in swap() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__functional/
H A Dbinder2nd.h32 …CPP_HIDE_FROM_ABI binder2nd(const _Operation& __x, const typename _Operation::second_argument_type… in binder2nd()
H A Dbinder1st.h32 …CPP_HIDE_FROM_ABI binder1st(const _Operation& __x, const typename _Operation::first_argument_type … in binder1st()

12