Home
last modified time | relevance | path

Searched defs:__c (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h28 inline _LIBCPP_HIDE_FROM_ABI int isdigit_l(int __c, locale_t) { return ::isdigit(__c); } in isalnum_l() argument
30 inline _LIBCPP_HIDE_FROM_ABI int islower_l(int __c, locale_t) { return ::islower(__c); } in isalpha_l() argument
32 inline _LIBCPP_HIDE_FROM_ABI int isupper_l(int __c, locale_t) { return ::isupper(__c); } in iscntrl_l() argument
34 inline _LIBCPP_HIDE_FROM_ABI int isxdigit_l(int __c, locale_t) { return ::isxdigit(__c); } in isdigit_l() argument
36 inline _LIBCPP_HIDE_FROM_ABI int toupper_l(int __c, locale_t) { return ::toupper(__c); } in isgraph_l() argument
38 islower_l(int __c,locale_t) islower_l() argument
40 isprint_l(int __c,locale_t) isprint_l() argument
42 ispunct_l(int __c,locale_t) ispunct_l() argument
44 isspace_l(int __c,locale_t) isspace_l() argument
46 isupper_l(int __c,locale_t) isupper_l() argument
48 isxdigit_l(int __c,locale_t) isxdigit_l() argument
50 toupper_l(int __c,locale_t) toupper_l() argument
52 tolower_l(int __c,locale_t) tolower_l() argument
55 iswalnum_l(wint_t __c,locale_t) iswalnum_l() argument
57 iswalpha_l(wint_t __c,locale_t) iswalpha_l() argument
59 iswblank_l(wint_t __c,locale_t) iswblank_l() argument
61 iswcntrl_l(wint_t __c,locale_t) iswcntrl_l() argument
63 iswdigit_l(wint_t __c,locale_t) iswdigit_l() argument
65 iswgraph_l(wint_t __c,locale_t) iswgraph_l() argument
67 iswlower_l(wint_t __c,locale_t) iswlower_l() argument
69 iswprint_l(wint_t __c,locale_t) iswprint_l() argument
71 iswpunct_l(wint_t __c,locale_t) iswpunct_l() argument
73 iswspace_l(wint_t __c,locale_t) iswspace_l() argument
75 iswupper_l(wint_t __c,locale_t) iswupper_l() argument
77 iswxdigit_l(wint_t __c,locale_t) iswxdigit_l() argument
79 towupper_l(wint_t __c,locale_t) towupper_l() argument
81 towlower_l(wint_t __c,locale_t) towlower_l() argument
[all...]
/llvm-project/libcxx/include/__compare/
H A Dis_eq.h23 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_eq(partial_ordering __c) noexcept { return __c == 0;… in is_eq()
24 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_neq(partial_ordering __c) noexcept { return __c != 0… in is_neq()
25 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_lt(partial_ordering __c) noexcept { return __c < 0; } in is_lt()
26 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_lteq(partial_ordering __c) noexcept { return __c <= … in is_lteq()
27 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_gt(partial_ordering __c) noexcept { return __c > 0; } in is_gt()
28 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_gteq(partial_ordering __c) noexcept { return __c >= … in is_gteq()
/llvm-project/libcxx/include/
H A Dwchar.h147 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcschr(wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() argument
150 wcschr(const wchar_t * __s,wchar_t __c) wcschr() argument
153 wcschr(wchar_t * __s,wchar_t __c) wcschr() argument
168 __libcpp_wcsrchr(const wchar_t * __s,wchar_t __c) __libcpp_wcsrchr() argument
171 wcsrchr(const wchar_t * __s,wchar_t __c) wcsrchr() argument
174 wcsrchr(wchar_t * __s,wchar_t __c) wcsrchr() argument
189 __libcpp_wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) __libcpp_wmemchr() argument
193 wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument
196 wmemchr(wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument
[all...]
H A Dstring.h94 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strrchr(char* __s, int __c) { in memchr() argument
73 strchr(const char * __s,int __c) strchr() argument
76 strchr(char * __s,int __c) strchr() argument
87 strrchr(const char * __s,int __c) strrchr() argument
90 strrchr(char * __s,int __c) strrchr() argument
97 memchr(void * __s,int __c,size_t __n) memchr() argument
[all...]
/llvm-project/libcxx/include/__iterator/
H A Daccess.h72 begin(_Cp & __c) begin() argument
77 begin(const _Cp & __c) begin() argument
82 end(_Cp & __c) end() argument
87 end(const _Cp & __c) end() argument
[all...]
H A Derase_if_container.h25 _LIBCPP_HIDE_FROM_ABI typename _Container::size_type __libcpp_erase_if_container(_Container& __c, _… in __libcpp_erase_if_container()
/llvm-project/libcxx/src/
H A Dstd_stream.h103 int __c = getc(__fp); in __do_getc() local
111 wint_t __c = getwc(__fp); in __do_getc() local
119 inline bool __do_ungetc(int __c, FILE* __fp, char __dummy) { in __do_ungetc() argument
125 inline bool __do_ungetc(std::wint_t __c, FIL argument
157 int __c = getc(__file_); __getchar() local
177 int __c = getc(__file_); __getchar() local
202 pbackfail(int_type __c) pbackfail() argument
291 __do_fputc(char __c,FILE * __fp) __do_fputc() argument
297 __do_fputc(wchar_t __c,FILE * __fp) __do_fputc() argument
308 overflow(int_type __c) overflow() argument
[all...]
/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp130 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_n_digits() local
142 const uint32_t __c = (__digits % 100) << 1; in __append_n_digits() local
148 const uint32_t __c = __digits << 1; in __append_n_digits() local
159 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_d_digits() local
171 const uint32_t __c = (__digits % 100) << 1; in __append_d_digits() local
177 const uint32_t __c = __digits << 1; in __append_d_digits() local
190 const uint32_t __c = (__digits % 100) << 1; in __append_c_digits() local
195 const char __c = static_cast<char>('0' + (__digits % 10)); in __append_c_digits() local
208 const uint32_t __c = __digits - 10000 * (__digits / 10000); in __append_nine_digits() local
400 const char __c = _Round[0]; in __d2fixed_buffered_n() local
[all …]
H A Dd2s.cpp522 const uint32_t __c = __output2 % 10000; in __to_chars() local
538 const uint32_t __c = __output2 - 10000 * (__output2 / 10000); in __to_chars() local
549 const uint32_t __c = (__output2 % 100) << 1; in __to_chars() local
554 const uint32_t __c in __to_chars() local
598 const uint32_t __c = __output2 % 10000; __to_chars() local
614 const uint32_t __c = __output2 - 10000 * (__output2 / 10000); __to_chars() local
626 const uint32_t __c = (__output2 % 100) << 1; __to_chars() local
632 const uint32_t __c = __output2 << 1; __to_chars() local
659 const int32_t __c = _Scientific_exponent % 10; __to_chars() local
[all...]
H A Df2s.cpp561 const uint32_t __c = _Output - 10000 * (_Output / 10000); in __to_chars() local
572 const uint32_t __c = (_Output % 100) << 1; in __to_chars() local
577 const uint32_t __c = _Output << 1; in __to_chars() local
613 const uint32_t __c = _Output - 10000 * (_Output / 10000); in __to_chars() local
625 const uint32_t __c = (_Output % 100) << 1; in __to_chars() local
631 const uint32_t __c = _Output << 1; in __to_chars() local
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { in abs() argument
40 template <class _Tp> __DEVICE__ _Tp arg(const std::complex<_Tp> &__c) { in arg() argument
58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { in norm() argument
68 conj(const std::complex<_Tp> & __c) conj() argument
74 proj(const std::complex<_Tp> & __c) proj() argument
[all...]
/llvm-project/clang/test/CodeGen/
H A Dpr9614.c12 …always_inline__)) __attribute__ ((__gnu_inline__)) char * strrchr_foo (const char *__s, int __c) { in strrchr_foo()
21 extern inline __attribute__((__always_inline__, __gnu_inline__)) void *memchr(void *__s, int __c, _… in memchr()
/llvm-project/libcxx/include/__algorithm/
H A Dlexicographical_compare_three_way.h54 auto __c = __comp(*__first1, *__first2); variable
82 auto __c = __comp(*__first1, *__first2); variable
H A Dsort.h51 __sort3(_ForwardIterator __x,_ForwardIterator __y,_ForwardIterator __z,_Compare __c) __sort3() argument
89 __sort4(_ForwardIterator __x1,_ForwardIterator __x2,_ForwardIterator __x3,_ForwardIterator __x4,_Compare __c) __sort4() argument
[all...]
/llvm-project/clang/lib/Headers/
H A Daltivec.h360 vec_adde(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_adde() argument
368 vec_adde(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_adde() argument
375 vec_adde_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_adde_u128() argument
384 vec_adde(vector signed int __a,vector signed int __b,vector signed int __c) vec_adde() argument
392 vec_adde(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_adde() argument
404 vec_addec(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_addec() argument
412 vec_addec(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_addec() argument
419 vec_addec_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_addec_u128() argument
428 vec_addec(vector signed int __a,vector signed int __b,vector signed int __c) vec_addec() argument
451 vec_addec(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_addec() argument
835 vec_vaddeuqm(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vaddeuqm() argument
843 vec_vaddeuqm(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vaddeuqm() argument
864 vec_vaddecuq(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vaddecuq() argument
872 vec_vaddecuq(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vaddecuq() argument
3095 vec_xst_len(vector unsigned char __a,unsigned char * __b,size_t __c) vec_xst_len() argument
3100 vec_xst_len(vector signed char __a,signed char * __b,size_t __c) vec_xst_len() argument
3105 vec_xst_len(vector signed short __a,signed short * __b,size_t __c) vec_xst_len() argument
3111 vec_xst_len(vector unsigned short __a,unsigned short * __b,size_t __c) vec_xst_len() argument
3116 vec_xst_len(vector signed int __a,signed int * __b,size_t __c) vec_xst_len() argument
3121 vec_xst_len(vector unsigned int __a,unsigned int * __b,size_t __c) vec_xst_len() argument
3126 vec_xst_len(vector float __a,float * __b,size_t __c) vec_xst_len() argument
3133 vec_xst_len(vector signed __int128 __a,signed __int128 * __b,size_t __c) vec_xst_len() argument
3139 vec_xst_len(vector unsigned __int128 __a,unsigned __int128 * __b,size_t __c) vec_xst_len() argument
3146 vec_xst_len(vector signed long long __a,signed long long * __b,size_t __c) vec_xst_len() argument
3152 vec_xst_len(vector unsigned long long __a,unsigned long long * __b,size_t __c) vec_xst_len() argument
3157 vec_xst_len(vector double __a,double * __b,size_t __c) vec_xst_len() argument
3163 vec_xst_len_r(vector unsigned char __a,unsigned char * __b,size_t __c) vec_xst_len_r() argument
4757 vec_madd(vector signed short __a,vector signed short __b,vector signed short __c) vec_madd() argument
4763 vec_madd(vector signed short __a,vector unsigned short __b,vector unsigned short __c) vec_madd() argument
4769 vec_madd(vector unsigned short __a,vector signed short __b,vector signed short __c) vec_madd() argument
4775 vec_madd(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_madd() argument
4781 vec_madd(vector float __a,vector float __b,vector float __c) vec_madd() argument
4792 vec_madd(vector double __a,vector double __b,vector double __c) vec_madd() argument
4800 vec_vmaddfp(vector float __a,vector float __b,vector float __c) vec_vmaddfp() argument
4808 vec_madds(vector signed short __a,vector signed short __b,vector signed short __c) vec_madds() argument
4815 vec_vmhaddshs(vector signed short __a,vector signed short __b,vector signed short __c) vec_vmhaddshs() argument
4824 vec_msub(vector float __a,vector float __b,vector float __c) vec_msub() argument
4830 vec_msub(vector double __a,vector double __b,vector double __c) vec_msub() argument
5998 vec_mladd(vector short __a,vector short __b,vector short __c) vec_mladd() argument
6003 vec_mladd(vector short __a,vector unsigned short __b,vector unsigned short __c) vec_mladd() argument
6009 vec_mladd(vector unsigned short __a,vector short __b,vector short __c) vec_mladd() argument
6015 vec_mladd(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_mladd() argument
6023 vec_vmladduhm(vector short __a,vector short __b,vector short __c) vec_vmladduhm() argument
6028 vec_vmladduhm(vector short __a,vector unsigned short __b,vector unsigned short __c) vec_vmladduhm() argument
6033 vec_vmladduhm(vector unsigned short __a,vector short __b,vector short __c) vec_vmladduhm() argument
6039 vec_vmladduhm(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_vmladduhm() argument
6046 vec_mradds(vector short __a,vector short __b,vector short __c) vec_mradds() argument
6053 vec_vmhraddshs(vector short __a,vector short __b,vector short __c) vec_vmhraddshs() argument
6061 vec_msum(vector signed char __a,vector unsigned char __b,vector int __c) vec_msum() argument
6067 vec_msum(vector unsigned char __a,vector unsigned char __b,vector unsigned int __c) vec_msum() argument
6073 vec_msum(vector short __a,vector short __b,vector int __c) vec_msum() argument
6079 vec_msum(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_msum() argument
6088 vec_msumc(vector unsigned long long __a,vector unsigned long long __b,vector unsigned __int128 __c) vec_msumc() argument
6096 vec_vmsummbm(vector signed char __a,vector unsigned char __b,vector int __c) vec_vmsummbm() argument
6104 vec_vmsumubm(vector unsigned char __a,vector unsigned char __b,vector unsigned int __c) vec_vmsumubm() argument
6111 vec_vmsumshm(vector short __a,vector short __b,vector int __c) vec_vmsumshm() argument
6119 vec_vmsumuhm(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_vmsumuhm() argument
6127 vec_msums(vector short __a,vector short __b,vector int __c) vec_msums() argument
6133 vec_msums(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_msums() argument
6140 vec_vmsumshs(vector short __a,vector short __b,vector int __c) vec_vmsumshs() argument
6148 vec_vmsumuhs(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_vmsumuhs() argument
6686 vec_nmadd(vector float __a,vector float __b,vector float __c) vec_nmadd() argument
6692 vec_nmadd(vector double __a,vector double __b,vector double __c) vec_nmadd() argument
6701 vec_nmsub(vector float __a,vector float __b,vector float __c) vec_nmsub() argument
6712 vec_nmsub(vector double __a,vector double __b,vector double __c) vec_nmsub() argument
6720 vec_vnmsubfp(vector float __a,vector float __b,vector float __c) vec_vnmsubfp() argument
7963 vec_perm(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_perm() argument
7978 vec_perm(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_perm() argument
7992 vec_perm(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_perm() argument
8007 vec_perm(vector signed short __a,vector signed short __b,vector unsigned char __c) vec_perm() argument
8022 vec_perm(vector unsigned short __a,vector unsigned short __b,vector unsigned char __c) vec_perm() argument
8036 vec_perm(vector bool short __a,vector bool short __b,vector unsigned char __c) vec_perm() argument
8051 vec_perm(vector pixel __a,vector pixel __b,vector unsigned char __c) vec_perm() argument
8066 vec_perm(vector signed int __a,vector signed int __b,vector unsigned char __c) vec_perm() argument
8079 vec_perm(vector unsigned int __a,vector unsigned int __b,vector unsigned char __c) vec_perm() argument
8093 vec_perm(vector bool int __a,vector bool int __b,vector unsigned char __c) vec_perm() argument
8108 vec_perm(vector float __a,vector float __b,vector unsigned char __c) vec_perm() argument
8124 vec_perm(vector signed long long __a,vector signed long long __b,vector unsigned char __c) vec_perm() argument
8139 vec_perm(vector unsigned long long __a,vector unsigned long long __b,vector unsigned char __c) vec_perm() argument
8154 vec_perm(vector bool long long __a,vector bool long long __b,vector unsigned char __c) vec_perm() argument
8168 vec_perm(vector double __a,vector double __b,vector unsigned char __c) vec_perm() argument
8185 vec_vperm(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_vperm() argument
8191 vec_vperm(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_vperm() argument
8196 vec_vperm(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_vperm() argument
8201 vec_vperm(vector short __a,vector short __b,vector unsigned char __c) vec_vperm() argument
8207 vec_vperm(vector unsigned short __a,vector unsigned short __b,vector unsigned char __c) vec_vperm() argument
8212 vec_vperm(vector bool short __a,vector bool short __b,vector unsigned char __c) vec_vperm() argument
8217 vec_vperm(vector pixel __a,vector pixel __b,vector unsigned char __c) vec_vperm() argument
8223 vec_vperm(vector int __a,vector int __b,vector unsigned char __c) vec_vperm() argument
8229 vec_vperm(vector unsigned int __a,vector unsigned int __b,vector unsigned char __c) vec_vperm() argument
8234 vec_vperm(vector bool int __a,vector bool int __b,vector unsigned char __c) vec_vperm() argument
8239 vec_vperm(vector float __a,vector float __b,vector unsigned char __c) vec_vperm() argument
8245 vec_vperm(vector long long __a,vector long long __b,vector unsigned char __c) vec_vperm() argument
8251 vec_vperm(vector unsigned long long __a,vector unsigned long long __b,vector unsigned char __c) vec_vperm() argument
8256 vec_vperm(vector double __a,vector double __b,vector unsigned char __c) vec_vperm() argument
8350 vec_rlmi(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_rlmi() argument
8356 vec_rlmi(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_rlmi() argument
8364 vec_rlmi(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_rlmi() argument
8370 vec_rlmi(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_rlmi() argument
8381 vec_rlnm(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_rlnm() argument
8388 vec_rlnm(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_rlnm() argument
8397 vec_rlnm(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_rlnm() argument
8414 vec_rlnm(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_rlnm() argument
8589 vec_sel(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_sel() argument
8594 vec_sel(vector signed char __a,vector signed char __b,vector bool char __c) vec_sel() argument
8600 vec_sel(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_sel() argument
8605 vec_sel(vector unsigned char __a,vector unsigned char __b,vector bool char __c) vec_sel() argument
8610 vec_sel(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_sel() argument
8616 vec_sel(vector bool char __a,vector bool char __b,vector bool char __c) vec_sel() argument
8622 vec_sel(vector short __a,vector short __b,vector unsigned short __c) vec_sel() argument
8628 vec_sel(vector short __a,vector short __b,vector bool short __c) vec_sel() argument
8634 vec_sel(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_sel() argument
8640 vec_sel(vector unsigned short __a,vector unsigned short __b,vector bool short __c) vec_sel() argument
8646 vec_sel(vector bool short __a,vector bool short __b,vector unsigned short __c) vec_sel() argument
8651 vec_sel(vector bool short __a,vector bool short __b,vector bool short __c) vec_sel() argument
8657 vec_sel(vector int __a,vector int __b,vector unsigned int __c) vec_sel() argument
8663 vec_sel(vector int __a,vector int __b,vector bool int __c) vec_sel() argument
8668 vec_sel(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_sel() argument
8673 vec_sel(vector unsigned int __a,vector unsigned int __b,vector bool int __c) vec_sel() argument
8678 vec_sel(vector bool int __a,vector bool int __b,vector unsigned int __c) vec_sel() argument
8684 vec_sel(vector bool int __a,vector bool int __b,vector bool int __c) vec_sel() argument
8690 vec_sel(vector float __a,vector float __b,vector unsigned int __c) vec_sel() argument
8698 vec_sel(vector float __a,vector float __b,vector bool int __c) vec_sel() argument
8706 vec_sel(vector double __a,vector double __b,vector bool long long __c) vec_sel() argument
8713 vec_sel(vector double __a,vector double __b,vector unsigned long long __c) vec_sel() argument
8721 vec_sel(vector bool long long __a,vector bool long long __b,vector bool long long __c) vec_sel() argument
8727 vec_sel(vector bool long long __a,vector bool long long __b,vector unsigned long long __c) vec_sel() argument
8734 vec_sel(vector signed long long __a,vector signed long long __b,vector bool long long __c) vec_sel() argument
8741 vec_sel(vector signed long long __a,vector signed long long __b,vector unsigned long long __c) vec_sel() argument
8748 vec_sel(vector unsigned long long __a,vector unsigned long long __b,vector bool long long __c) vec_sel() argument
8755 vec_sel(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_sel() argument
8763 vec_vsel(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_vsel() argument
8768 vec_vsel(vector signed char __a,vector signed char __b,vector bool char __c) vec_vsel() argument
8774 vec_vsel(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_vsel() argument
8779 vec_vsel(vector unsigned char __a,vector unsigned char __b,vector bool char __c) vec_vsel() argument
8784 vec_vsel(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_vsel() argument
8790 vec_vsel(vector bool char __a,vector bool char __b,vector bool char __c) vec_vsel() argument
8795 vec_vsel(vector short __a,vector short __b,vector unsigned short __c) vec_vsel() argument
8801 vec_vsel(vector short __a,vector short __b,vector bool short __c) vec_vsel() argument
8807 vec_vsel(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_vsel() argument
8813 vec_vsel(vector unsigned short __a,vector unsigned short __b,vector bool short __c) vec_vsel() argument
8819 vec_vsel(vector bool short __a,vector bool short __b,vector unsigned short __c) vec_vsel() argument
8824 vec_vsel(vector bool short __a,vector bool short __b,vector bool short __c) vec_vsel() argument
8830 vec_vsel(vector int __a,vector int __b,vector unsigned int __c) vec_vsel() argument
8836 vec_vsel(vector int __a,vector int __b,vector bool int __c) vec_vsel() argument
8841 vec_vsel(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_vsel() argument
8846 vec_vsel(vector unsigned int __a,vector unsigned int __b,vector bool int __c) vec_vsel() argument
8851 vec_vsel(vector bool int __a,vector bool int __b,vector unsigned int __c) vec_vsel() argument
8857 vec_vsel(vector bool int __a,vector bool int __b,vector bool int __c) vec_vsel() argument
8863 vec_vsel(vector float __a,vector float __b,vector unsigned int __c) vec_vsel() argument
8871 vec_vsel(vector float __a,vector float __b,vector bool int __c) vec_vsel() argument
9020 vec_sld(vector signed char __a,vector signed char __b,unsigned const int __c) vec_sld() argument
9039 vec_sld(vector unsigned char __a,vector unsigned char __b,unsigned const int __c) vec_sld() argument
9057 vec_sld(vector bool char __a,vector bool char __b,unsigned const int __c) vec_sld() argument
9075 vec_sld(vector signed short __a,vector signed short __b,unsigned const int __c) vec_sld() argument
9094 vec_sld(vector unsigned short __a,vector unsigned short __b,unsigned const int __c) vec_sld() argument
9112 vec_sld(vector bool short __a,vector bool short __b,unsigned const int __c) vec_sld() argument
9131 vec_sld(vector pixel __a,vector pixel __b,unsigned const int __c) vec_sld() argument
9149 vec_sld(vector signed int __a,vector signed int __b,unsigned const int __c) vec_sld() argument
9167 vec_sld(vector unsigned int __a,vector unsigned int __b,unsigned const int __c) vec_sld() argument
9186 vec_sld(vector bool int __a,vector bool int __b,unsigned const int __c) vec_sld() argument
9205 vec_sld(vector float __a,vector float __b,unsigned const int __c) vec_sld() argument
9225 vec_sld(vector bool long long __a,vector bool long long __b,unsigned const int __c) vec_sld() argument
9244 vec_sld(vector signed long long __a,vector signed long long __b,unsigned const int __c) vec_sld() argument
9263 vec_sld(vector unsigned long long __a,vector unsigned long long __b,unsigned const int __c) vec_sld() argument
9282 vec_sld(vector double __a,vector double __b,unsigned const int __c) vec_sld() argument
9302 vec_sldw(vector signed char __a,vector signed char __b,unsigned const int __c) vec_sldw() argument
9308 vec_sldw(vector unsigned char __a,vector unsigned char __b,unsigned const int __c) vec_sldw() argument
9313 vec_sldw(vector signed short __a,vector signed short __b,unsigned const int __c) vec_sldw() argument
9319 vec_sldw(vector unsigned short __a,vector unsigned short __b,unsigned const int __c) vec_sldw() argument
9324 vec_sldw(vector signed int __a,vector signed int __b,unsigned const int __c) vec_sldw() argument
9329 vec_sldw(vector unsigned int __a,vector unsigned int __b,unsigned const int __c) vec_sldw() argument
9334 vec_sldw(vector float __a,vector float __b,unsigned const int __c) vec_sldw() argument
9341 vec_sldw(vector signed long long __a,vector signed long long __b,unsigned const int __c) vec_sldw() argument
9347 vec_sldw(vector unsigned long long __a,vector unsigned long long __b,unsigned const int __c) vec_sldw() argument
9352 vec_sldw(vector double __a,vector double __b,unsigned const int __c) vec_sldw() argument
9374 vec_vsldoi(vector signed char __a,vector signed char __b,unsigned char __c) vec_vsldoi() argument
9392 vec_vsldoi(vector unsigned char __a,vector unsigned char __b,unsigned char __c) vec_vsldoi() argument
9411 vec_vsldoi(vector short __a,vector short __b,unsigned char __c) vec_vsldoi() argument
9429 vec_vsldoi(vector unsigned short __a,vector unsigned short __b,unsigned char __c) vec_vsldoi() argument
9448 vec_vsldoi(vector pixel __a,vector pixel __b,unsigned char __c) vec_vsldoi() argument
9467 vec_vsldoi(vector int __a,vector int __b,unsigned char __c) vec_vsldoi() argument
9485 vec_vsldoi(vector unsigned int __a,vector unsigned int __b,unsigned char __c) vec_vsldoi() argument
9504 vec_vsldoi(vector float __a,vector float __b,unsigned char __c) vec_vsldoi() argument
11185 vec_st(vector signed char __a,long __b,vector signed char * __c) vec_st() argument
11190 vec_st(vector signed char __a,long __b,signed char * __c) vec_st() argument
11195 vec_st(vector unsigned char __a,long __b,vector unsigned char * __c) vec_st() argument
11200 vec_st(vector unsigned char __a,long __b,unsigned char * __c) vec_st() argument
11205 vec_st(vector bool char __a,long __b,signed char * __c) vec_st() argument
11210 vec_st(vector bool char __a,long __b,unsigned char * __c) vec_st() argument
11215 vec_st(vector bool char __a,long __b,vector bool char * __c) vec_st() argument
11220 vec_st(vector short __a,long __b,vector short * __c) vec_st() argument
11225 vec_st(vector short __a,long __b,short * __c) vec_st() argument
11230 vec_st(vector unsigned short __a,long __b,vector unsigned short * __c) vec_st() argument
11235 vec_st(vector unsigned short __a,long __b,unsigned short * __c) vec_st() argument
11240 vec_st(vector bool short __a,long __b,short * __c) vec_st() argument
11245 vec_st(vector bool short __a,long __b,unsigned short * __c) vec_st() argument
11250 vec_st(vector bool short __a,long __b,vector bool short * __c) vec_st() argument
11255 vec_st(vector pixel __a,long __b,short * __c) vec_st() argument
11260 vec_st(vector pixel __a,long __b,unsigned short * __c) vec_st() argument
11265 vec_st(vector pixel __a,long __b,vector pixel * __c) vec_st() argument
11270 vec_st(vector int __a,long __b,vector int * __c) vec_st() argument
11274 vec_st(vector int __a,long __b,int * __c) vec_st() argument
11279 vec_st(vector unsigned int __a,long __b,vector unsigned int * __c) vec_st() argument
11284 vec_st(vector unsigned int __a,long __b,unsigned int * __c) vec_st() argument
11289 vec_st(vector bool int __a,long __b,int * __c) vec_st() argument
11294 vec_st(vector bool int __a,long __b,unsigned int * __c) vec_st() argument
11299 vec_st(vector bool int __a,long __b,vector bool int * __c) vec_st() argument
11304 vec_st(vector float __a,long __b,vector float * __c) vec_st() argument
11309 vec_st(vector float __a,long __b,float * __c) vec_st() argument
11316 vec_stvx(vector signed char __a,long __b,vector signed char * __c) vec_stvx() argument
11321 vec_stvx(vector signed char __a,long __b,signed char * __c) vec_stvx() argument
11326 vec_stvx(vector unsigned char __a,long __b,vector unsigned char * __c) vec_stvx() argument
11331 vec_stvx(vector unsigned char __a,long __b,unsigned char * __c) vec_stvx() argument
11336 vec_stvx(vector bool char __a,long __b,signed char * __c) vec_stvx() argument
11341 vec_stvx(vector bool char __a,long __b,unsigned char * __c) vec_stvx() argument
11346 vec_stvx(vector bool char __a,long __b,vector bool char * __c) vec_stvx() argument
11351 vec_stvx(vector short __a,long __b,vector short * __c) vec_stvx() argument
11356 vec_stvx(vector short __a,long __b,short * __c) vec_stvx() argument
11361 vec_stvx(vector unsigned short __a,long __b,vector unsigned short * __c) vec_stvx() argument
11366 vec_stvx(vector unsigned short __a,long __b,unsigned short * __c) vec_stvx() argument
11371 vec_stvx(vector bool short __a,long __b,short * __c) vec_stvx() argument
11376 vec_stvx(vector bool short __a,long __b,unsigned short * __c) vec_stvx() argument
11381 vec_stvx(vector bool short __a,long __b,vector bool short * __c) vec_stvx() argument
11386 vec_stvx(vector pixel __a,long __b,short * __c) vec_stvx() argument
11391 vec_stvx(vector pixel __a,long __b,unsigned short * __c) vec_stvx() argument
11396 vec_stvx(vector pixel __a,long __b,vector pixel * __c) vec_stvx() argument
11401 vec_stvx(vector int __a,long __b,vector int * __c) vec_stvx() argument
11406 vec_stvx(vector int __a,long __b,int * __c) vec_stvx() argument
11411 vec_stvx(vector unsigned int __a,long __b,vector unsigned int * __c) vec_stvx() argument
11416 vec_stvx(vector unsigned int __a,long __b,unsigned int * __c) vec_stvx() argument
11421 vec_stvx(vector bool int __a,long __b,int * __c) vec_stvx() argument
11426 vec_stvx(vector bool int __a,long __b,unsigned int * __c) vec_stvx() argument
11431 vec_stvx(vector bool int __a,long __b,vector bool int * __c) vec_stvx() argument
11436 vec_stvx(vector float __a,long __b,vector float * __c) vec_stvx() argument
11441 vec_stvx(vector float __a,long __b,float * __c) vec_stvx() argument
11448 vec_ste(vector signed char __a,long __b,signed char * __c) vec_ste() argument
11453 vec_ste(vector unsigned char __a,long __b,unsigned char * __c) vec_ste() argument
11458 vec_ste(vector bool char __a,long __b,signed char * __c) vec_ste() argument
11463 vec_ste(vector bool char __a,long __b,unsigned char * __c) vec_ste() argument
11468 vec_ste(vector short __a,long __b,short * __c) vec_ste() argument
11473 vec_ste(vector unsigned short __a,long __b,unsigned short * __c) vec_ste() argument
11478 vec_ste(vector bool short __a,long __b,short * __c) vec_ste() argument
11483 vec_ste(vector bool short __a,long __b,unsigned short * __c) vec_ste() argument
11488 vec_ste(vector pixel __a,long __b,short * __c) vec_ste() argument
11493 vec_ste(vector pixel __a,long __b,unsigned short * __c) vec_ste() argument
11497 vec_ste(vector int __a,long __b,int * __c) vec_ste() argument
11502 vec_ste(vector unsigned int __a,long __b,unsigned int * __c) vec_ste() argument
11507 vec_ste(vector bool int __a,long __b,int * __c) vec_ste() argument
11512 vec_ste(vector bool int __a,long __b,unsigned int * __c) vec_ste() argument
11517 vec_ste(vector float __a,long __b,float * __c) vec_ste() argument
11524 vec_stvebx(vector signed char __a,long __b,signed char * __c) vec_stvebx() argument
11529 vec_stvebx(vector unsigned char __a,long __b,unsigned char * __c) vec_stvebx() argument
11534 vec_stvebx(vector bool char __a,long __b,signed char * __c) vec_stvebx() argument
11539 vec_stvebx(vector bool char __a,long __b,unsigned char * __c) vec_stvebx() argument
11546 vec_stvehx(vector short __a,long __b,short * __c) vec_stvehx() argument
11551 vec_stvehx(vector unsigned short __a,long __b,unsigned short * __c) vec_stvehx() argument
11556 vec_stvehx(vector bool short __a,long __b,short * __c) vec_stvehx() argument
11561 vec_stvehx(vector bool short __a,long __b,unsigned short * __c) vec_stvehx() argument
11566 vec_stvehx(vector pixel __a,long __b,short * __c) vec_stvehx() argument
11571 vec_stvehx(vector pixel __a,long __b,unsigned short * __c) vec_stvehx() argument
11578 vec_stvewx(vector int __a,long __b,int * __c) vec_stvewx() argument
11583 vec_stvewx(vector unsigned int __a,long __b,unsigned int * __c) vec_stvewx() argument
11588 vec_stvewx(vector bool int __a,long __b,int * __c) vec_stvewx() argument
11593 vec_stvewx(vector bool int __a,long __b,unsigned int * __c) vec_stvewx() argument
11598 vec_stvewx(vector float __a,long __b,float * __c) vec_stvewx() argument
11605 vec_stl(vector signed char __a,int __b,vector signed char * __c) vec_stl() argument
11610 vec_stl(vector signed char __a,int __b,signed char * __c) vec_stl() argument
11615 vec_stl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stl() argument
11620 vec_stl(vector unsigned char __a,int __b,unsigned char * __c) vec_stl() argument
11625 vec_stl(vector bool char __a,int __b,signed char * __c) vec_stl() argument
11630 vec_stl(vector bool char __a,int __b,unsigned char * __c) vec_stl() argument
11635 vec_stl(vector bool char __a,int __b,vector bool char * __c) vec_stl() argument
11640 vec_stl(vector short __a,int __b,vector short * __c) vec_stl() argument
11645 vec_stl(vector short __a,int __b,short * __c) vec_stl() argument
11650 vec_stl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stl() argument
11655 vec_stl(vector unsigned short __a,int __b,unsigned short * __c) vec_stl() argument
11660 vec_stl(vector bool short __a,int __b,short * __c) vec_stl() argument
11665 vec_stl(vector bool short __a,int __b,unsigned short * __c) vec_stl() argument
11670 vec_stl(vector bool short __a,int __b,vector bool short * __c) vec_stl() argument
11675 vec_stl(vector pixel __a,int __b,short * __c) vec_stl() argument
11680 vec_stl(vector pixel __a,int __b,unsigned short * __c) vec_stl() argument
11685 vec_stl(vector pixel __a,int __b,vector pixel * __c) vec_stl() argument
11690 vec_stl(vector int __a,int __b,vector int * __c) vec_stl() argument
11694 vec_stl(vector int __a,int __b,int * __c) vec_stl() argument
11699 vec_stl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stl() argument
11704 vec_stl(vector unsigned int __a,int __b,unsigned int * __c) vec_stl() argument
11709 vec_stl(vector bool int __a,int __b,int * __c) vec_stl() argument
11714 vec_stl(vector bool int __a,int __b,unsigned int * __c) vec_stl() argument
11719 vec_stl(vector bool int __a,int __b,vector bool int * __c) vec_stl() argument
11724 vec_stl(vector float __a,int __b,vector float * __c) vec_stl() argument
11729 vec_stl(vector float __a,int __b,float * __c) vec_stl() argument
11736 vec_stvxl(vector signed char __a,int __b,vector signed char * __c) vec_stvxl() argument
11741 vec_stvxl(vector signed char __a,int __b,signed char * __c) vec_stvxl() argument
11746 vec_stvxl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvxl() argument
11751 vec_stvxl(vector unsigned char __a,int __b,unsigned char * __c) vec_stvxl() argument
11756 vec_stvxl(vector bool char __a,int __b,signed char * __c) vec_stvxl() argument
11761 vec_stvxl(vector bool char __a,int __b,unsigned char * __c) vec_stvxl() argument
11766 vec_stvxl(vector bool char __a,int __b,vector bool char * __c) vec_stvxl() argument
11771 vec_stvxl(vector short __a,int __b,vector short * __c) vec_stvxl() argument
11776 vec_stvxl(vector short __a,int __b,short * __c) vec_stvxl() argument
11782 vec_stvxl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvxl() argument
11787 vec_stvxl(vector unsigned short __a,int __b,unsigned short * __c) vec_stvxl() argument
11792 vec_stvxl(vector bool short __a,int __b,short * __c) vec_stvxl() argument
11797 vec_stvxl(vector bool short __a,int __b,unsigned short * __c) vec_stvxl() argument
11802 vec_stvxl(vector bool short __a,int __b,vector bool short * __c) vec_stvxl() argument
11807 vec_stvxl(vector pixel __a,int __b,short * __c) vec_stvxl() argument
11812 vec_stvxl(vector pixel __a,int __b,unsigned short * __c) vec_stvxl() argument
11817 vec_stvxl(vector pixel __a,int __b,vector pixel * __c) vec_stvxl() argument
11822 vec_stvxl(vector int __a,int __b,vector int * __c) vec_stvxl() argument
11827 vec_stvxl(vector int __a,int __b,int * __c) vec_stvxl() argument
11832 vec_stvxl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvxl() argument
11837 vec_stvxl(vector unsigned int __a,int __b,unsigned int * __c) vec_stvxl() argument
11842 vec_stvxl(vector bool int __a,int __b,int * __c) vec_stvxl() argument
11847 vec_stvxl(vector bool int __a,int __b,unsigned int * __c) vec_stvxl() argument
11852 vec_stvxl(vector bool int __a,int __b,vector bool int * __c) vec_stvxl() argument
11857 vec_stvxl(vector float __a,int __b,vector float * __c) vec_stvxl() argument
11862 vec_stvxl(vector float __a,int __b,float * __c) vec_stvxl() argument
12365 vec_vsubeuqm(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vsubeuqm() argument
12373 vec_vsubeuqm(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vsubeuqm() argument
12379 vec_sube(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_sube() argument
12387 vec_sube(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_sube() argument
12394 vec_sube_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_sube_u128() argument
12418 vec_vsubecuq(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vsubecuq() argument
12426 vec_vsubecuq(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vsubecuq() argument
12434 vec_subec(vector signed int __a,vector signed int __b,vector signed int __c) vec_subec() argument
12440 vec_subec(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_subec() argument
12448 vec_subec(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_subec() argument
12456 vec_subec(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_subec() argument
12463 vec_subec_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_subec_u128() argument
12472 vec_sube(vector signed int __a,vector signed int __b,vector signed int __c) vec_sube() argument
12480 vec_sube(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_sube() argument
12534 vector int __c = (vector signed int)vec_perm( vec_sum2s() local
12551 vector int __c = (vector signed int)vec_perm( vec_vsum2sws() local
13033 vec_vsx_st(vector bool int __a,int __b,vector bool int * __c) vec_vsx_st() argument
13038 vec_vsx_st(vector bool int __a,int __b,signed int * __c) vec_vsx_st() argument
13043 vec_vsx_st(vector bool int __a,int __b,unsigned int * __c) vec_vsx_st() argument
13048 vec_vsx_st(vector signed int __a,int __b,vector signed int * __c) vec_vsx_st() argument
13053 vec_vsx_st(vector signed int __a,int __b,signed int * __c) vec_vsx_st() argument
13058 vec_vsx_st(vector unsigned int __a,int __b,vector unsigned int * __c) vec_vsx_st() argument
13063 vec_vsx_st(vector unsigned int __a,int __b,unsigned int * __c) vec_vsx_st() argument
13068 vec_vsx_st(vector float __a,int __b,vector float * __c) vec_vsx_st() argument
13073 vec_vsx_st(vector float __a,int __b,float * __c) vec_vsx_st() argument
13079 vec_vsx_st(vector signed long long __a,int __b,vector signed long long * __c) vec_vsx_st() argument
13085 vec_vsx_st(vector unsigned long long __a,int __b,vector unsigned long long * __c) vec_vsx_st() argument
13090 vec_vsx_st(vector double __a,int __b,vector double * __c) vec_vsx_st() argument
13095 vec_vsx_st(vector double __a,int __b,double * __c) vec_vsx_st() argument
13100 vec_vsx_st(vector bool short __a,int __b,vector bool short * __c) vec_vsx_st() argument
13105 vec_vsx_st(vector bool short __a,int __b,signed short * __c) vec_vsx_st() argument
13110 vec_vsx_st(vector bool short __a,int __b,unsigned short * __c) vec_vsx_st() argument
13114 vec_vsx_st(vector signed short __a,int __b,vector signed short * __c) vec_vsx_st() argument
13119 vec_vsx_st(vector signed short __a,int __b,signed short * __c) vec_vsx_st() argument
13125 vec_vsx_st(vector unsigned short __a,int __b,vector unsigned short * __c) vec_vsx_st() argument
13130 vec_vsx_st(vector unsigned short __a,int __b,unsigned short * __c) vec_vsx_st() argument
13135 vec_vsx_st(vector bool char __a,int __b,vector bool char * __c) vec_vsx_st() argument
13140 vec_vsx_st(vector bool char __a,int __b,signed char * __c) vec_vsx_st() argument
13145 vec_vsx_st(vector bool char __a,int __b,unsigned char * __c) vec_vsx_st() argument
13150 vec_vsx_st(vector signed char __a,int __b,vector signed char * __c) vec_vsx_st() argument
13155 vec_vsx_st(vector signed char __a,int __b,signed char * __c) vec_vsx_st() argument
13161 vec_vsx_st(vector unsigned char __a,int __b,vector unsigned char * __c) vec_vsx_st() argument
13166 vec_vsx_st(vector unsigned char __a,int __b,unsigned char * __c) vec_vsx_st() argument
13175 vec_permi(__a,__b,__c) global() argument
13668 vec_insert(signed char __a,vector signed char __b,int __c) vec_insert() argument
13674 vec_insert(unsigned char __a,vector unsigned char __b,int __c) vec_insert() argument
13681 vec_insert(unsigned char __a,vector bool char __b,int __c) vec_insert() argument
13687 vec_insert(signed short __a,vector signed short __b,int __c) vec_insert() argument
13693 vec_insert(unsigned short __a,vector unsigned short __b,int __c) vec_insert() argument
13699 vec_insert(unsigned short __a,vector bool short __b,int __c) vec_insert() argument
13705 vec_insert(signed int __a,vector signed int __b,int __c) vec_insert() argument
13711 vec_insert(unsigned int __a,vector unsigned int __b,int __c) vec_insert() argument
13718 vec_insert(unsigned int __a,vector bool int __b,int __c) vec_insert() argument
13725 vec_insert(signed long long __a,vector signed long long __b,int __c) vec_insert() argument
13731 vec_insert(unsigned long long __a,vector unsigned long long __b,int __c) vec_insert() argument
13737 vec_insert(unsigned long long __a,vector bool long long __b,int __c) vec_insert() argument
13743 vec_insert(double __a,vector double __b,int __c) vec_insert() argument
13751 vec_insert(float __a,vector float __b,int __c) vec_insert() argument
14183 vec_stvlx(vector signed char __a,int __b,signed char * __c) vec_stvlx() argument
14189 vec_stvlx(vector signed char __a,int __b,vector signed char * __c) vec_stvlx() argument
14196 vec_stvlx(vector unsigned char __a,int __b,unsigned char * __c) vec_stvlx() argument
14202 vec_stvlx(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvlx() argument
14209 vec_stvlx(vector bool char __a,int __b,vector bool char * __c) vec_stvlx() argument
14216 vec_stvlx(vector short __a,int __b,short * __c) vec_stvlx() argument
14222 vec_stvlx(vector short __a,int __b,vector short * __c) vec_stvlx() argument
14229 vec_stvlx(vector unsigned short __a,int __b,unsigned short * __c) vec_stvlx() argument
14236 vec_stvlx(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvlx() argument
14243 vec_stvlx(vector bool short __a,int __b,vector bool short * __c) vec_stvlx() argument
14250 vec_stvlx(vector pixel __a,int __b,vector pixel * __c) vec_stvlx() argument
14257 vec_stvlx(vector int __a,int __b,int * __c) vec_stvlx() argument
14263 vec_stvlx(vector int __a,int __b,vector int * __c) vec_stvlx() argument
14270 vec_stvlx(vector unsigned int __a,int __b,unsigned int * __c) vec_stvlx() argument
14276 vec_stvlx(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvlx() argument
14283 vec_stvlx(vector bool int __a,int __b,vector bool int * __c) vec_stvlx() argument
14290 vec_stvlx(vector float __a,int __b,vector float * __c) vec_stvlx() argument
14299 vec_stvlxl(vector signed char __a,int __b,signed char * __c) vec_stvlxl() argument
14305 vec_stvlxl(vector signed char __a,int __b,vector signed char * __c) vec_stvlxl() argument
14312 vec_stvlxl(vector unsigned char __a,int __b,unsigned char * __c) vec_stvlxl() argument
14319 vec_stvlxl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvlxl() argument
14326 vec_stvlxl(vector bool char __a,int __b,vector bool char * __c) vec_stvlxl() argument
14333 vec_stvlxl(vector short __a,int __b,short * __c) vec_stvlxl() argument
14339 vec_stvlxl(vector short __a,int __b,vector short * __c) vec_stvlxl() argument
14346 vec_stvlxl(vector unsigned short __a,int __b,unsigned short * __c) vec_stvlxl() argument
14353 vec_stvlxl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvlxl() argument
14360 vec_stvlxl(vector bool short __a,int __b,vector bool short * __c) vec_stvlxl() argument
14367 vec_stvlxl(vector pixel __a,int __b,vector pixel * __c) vec_stvlxl() argument
14374 vec_stvlxl(vector int __a,int __b,int * __c) vec_stvlxl() argument
14380 vec_stvlxl(vector int __a,int __b,vector int * __c) vec_stvlxl() argument
14387 vec_stvlxl(vector unsigned int __a,int __b,unsigned int * __c) vec_stvlxl() argument
14393 vec_stvlxl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvlxl() argument
14400 vec_stvlxl(vector bool int __a,int __b,vector bool int * __c) vec_stvlxl() argument
14407 vec_stvlxl(vector float __a,int __b,vector float * __c) vec_stvlxl() argument
14416 vec_stvrx(vector signed char __a,int __b,signed char * __c) vec_stvrx() argument
14422 vec_stvrx(vector signed char __a,int __b,vector signed char * __c) vec_stvrx() argument
14429 vec_stvrx(vector unsigned char __a,int __b,unsigned char * __c) vec_stvrx() argument
14435 vec_stvrx(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvrx() argument
14442 vec_stvrx(vector bool char __a,int __b,vector bool char * __c) vec_stvrx() argument
14449 vec_stvrx(vector short __a,int __b,short * __c) vec_stvrx() argument
14455 vec_stvrx(vector short __a,int __b,vector short * __c) vec_stvrx() argument
14462 vec_stvrx(vector unsigned short __a,int __b,unsigned short * __c) vec_stvrx() argument
14469 vec_stvrx(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvrx() argument
14476 vec_stvrx(vector bool short __a,int __b,vector bool short * __c) vec_stvrx() argument
14483 vec_stvrx(vector pixel __a,int __b,vector pixel * __c) vec_stvrx() argument
14490 vec_stvrx(vector int __a,int __b,int * __c) vec_stvrx() argument
14496 vec_stvrx(vector int __a,int __b,vector int * __c) vec_stvrx() argument
14503 vec_stvrx(vector unsigned int __a,int __b,unsigned int * __c) vec_stvrx() argument
14509 vec_stvrx(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvrx() argument
14516 vec_stvrx(vector bool int __a,int __b,vector bool int * __c) vec_stvrx() argument
14523 vec_stvrx(vector float __a,int __b,vector float * __c) vec_stvrx() argument
14532 vec_stvrxl(vector signed char __a,int __b,signed char * __c) vec_stvrxl() argument
14538 vec_stvrxl(vector signed char __a,int __b,vector signed char * __c) vec_stvrxl() argument
14545 vec_stvrxl(vector unsigned char __a,int __b,unsigned char * __c) vec_stvrxl() argument
14552 vec_stvrxl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvrxl() argument
14559 vec_stvrxl(vector bool char __a,int __b,vector bool char * __c) vec_stvrxl() argument
14566 vec_stvrxl(vector short __a,int __b,short * __c) vec_stvrxl() argument
14572 vec_stvrxl(vector short __a,int __b,vector short * __c) vec_stvrxl() argument
14579 vec_stvrxl(vector unsigned short __a,int __b,unsigned short * __c) vec_stvrxl() argument
14586 vec_stvrxl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvrxl() argument
14593 vec_stvrxl(vector bool short __a,int __b,vector bool short * __c) vec_stvrxl() argument
14600 vec_stvrxl(vector pixel __a,int __b,vector pixel * __c) vec_stvrxl() argument
14607 vec_stvrxl(vector int __a,int __b,int * __c) vec_stvrxl() argument
14613 vec_stvrxl(vector int __a,int __b,vector int * __c) vec_stvrxl() argument
14620 vec_stvrxl(vector unsigned int __a,int __b,unsigned int * __c) vec_stvrxl() argument
14626 vec_stvrxl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvrxl() argument
14633 vec_stvrxl(vector bool int __a,int __b,vector bool int * __c) vec_stvrxl() argument
14640 vec_stvrxl(vector float __a,int __b,vector float * __c) vec_stvrxl() argument
17399 vec_permxor(vector bool char __a,vector bool char __b,vector bool char __c) vec_permxor() argument
17407 vec_permxor(vector signed char __a,vector signed char __b,vector signed char __c) vec_permxor() argument
17415 vec_permxor(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_permxor() argument
17421 __builtin_crypto_vpermxor(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) __builtin_crypto_vpermxor() argument
17427 __builtin_crypto_vpermxor(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) __builtin_crypto_vpermxor() argument
17434 __builtin_crypto_vpermxor(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) __builtin_crypto_vpermxor() argument
17443 __builtin_crypto_vpermxor(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) __builtin_crypto_vpermxor() argument
18438 vec_ternarylogic(__a,__b,__c,__imm) global() argument
18465 vec_ternarylogic(__a,__b,__c,__imm) global() argument
18602 vec_sldb(__a,__b,__c) global() argument
18637 vec_srdb(__a,__b,__c) global() argument
18674 vec_insertl(unsigned char __a,vector unsigned char __b,unsigned int __c) vec_insertl() argument
18683 vec_insertl(unsigned short __a,vector unsigned short __b,unsigned int __c) vec_insertl() argument
18692 vec_insertl(unsigned int __a,vector unsigned int __b,unsigned int __c) vec_insertl() argument
18702 vec_insertl(unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_insertl() argument
18712 vec_insertl(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_insertl() argument
18722 vec_insertl(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_insertl() argument
18732 vec_insertl(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_insertl() argument
18743 vec_inserth(unsigned char __a,vector unsigned char __b,unsigned int __c) vec_inserth() argument
18752 vec_inserth(unsigned short __a,vector unsigned short __b,unsigned int __c) vec_inserth() argument
18761 vec_inserth(unsigned int __a,vector unsigned int __b,unsigned int __c) vec_inserth() argument
18771 vec_inserth(unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_inserth() argument
18781 vec_inserth(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_inserth() argument
18791 vec_inserth(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_inserth() argument
18801 vec_inserth(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_inserth() argument
18812 vec_extractl(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_extractl() argument
18822 vec_extractl(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_extractl() argument
18832 vec_extractl(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_extractl() argument
18843 vec_extractl(vector unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_extractl() argument
18855 vec_extracth(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_extracth() argument
18865 vec_extracth(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_extracth() argument
18875 vec_extracth(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_extracth() argument
18886 vec_extracth(vector unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_extracth() argument
18898 vec_permx(__a,__b,__c,__d) global() argument
18935 vec_blendv(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_blendv() argument
18942 vec_blendv(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_blendv() argument
18948 vec_blendv(vector signed short __a,vector signed short __b,vector unsigned short __c) vec_blendv() argument
18955 vec_blendv(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_blendv() argument
18961 vec_blendv(vector signed int __a,vector signed int __b,vector unsigned int __c) vec_blendv() argument
18968 vec_blendv(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_blendv() argument
18974 vec_blendv(vector signed long long __a,vector signed long long __b,vector unsigned long long __c) vec_blendv() argument
18981 vec_blendv(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_blendv() argument
18986 vec_blendv(vector float __a,vector float __b,vector unsigned int __c) vec_blendv() argument
18993 vec_blendv(vector double __a,vector double __b,vector unsigned long long __c) vec_blendv() argument
18998 vec_replace_unaligned(__a,__b,__c) global() argument
19018 vec_replace_elt(__a,__b,__c) global() argument
19055 vec_splati_ins(vector signed int __a,const unsigned int __b,const signed int __c) vec_splati_ins() argument
19068 vec_splati_ins(vector unsigned int __a,const unsigned int __b,const unsigned int __c) vec_splati_ins() argument
19081 vec_splati_ins(vector float __a,const unsigned int __b,const float __c) vec_splati_ins() argument
[all...]
H A D__clang_cuda_complex_builtins.h89 __DEVICE__ double _Complex __muldc3(double __a, double __b, double __c, in __muldc3()
140 __DEVICE__ float _Complex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3()
188 __DEVICE__ double _Complex __divdc3(double __a, double __b, double __c, in __divdc3()
225 __DEVICE__ float _Complex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
H A D__clang_cuda_math.h125 fma(double __a,double __b,double __c) fma() argument
128 fmaf(float __a,float __b,float __c) fmaf() argument
211 norm3d(double __a,double __b,double __c) norm3d() argument
214 norm3df(float __a,float __b,float __c) norm3df() argument
217 norm4d(double __a,double __b,double __c,double __d) norm4d() argument
220 norm4df(float __a,float __b,float __c,float __d) norm4df() argument
242 remquo(double __a,double __b,int * __c) remquo() argument
245 remquof(float __a,float __b,int * __c) remquof() argument
260 rnorm3d(double __a,double __b,double __c) rnorm3d() argument
263 rnorm3df(float __a,float __b,float __c) rnorm3df() argument
266 rnorm4d(double __a,double __b,double __c,double __d) rnorm4d() argument
269 rnorm4df(float __a,float __b,float __c,float __d) rnorm4df() argument
294 sincos(double __a,double * __s,double * __c) sincos() argument
297 sincosf(float __a,float * __s,float * __c) sincosf() argument
300 sincospi(double __a,double * __s,double * __c) sincospi() argument
303 sincospif(float __a,float * __s,float * __c) sincospif() argument
[all...]
/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h232 __vector unsigned char __a, __b, __c; in _mm_unpackhi_pi8() local
313 __vector unsigned char __a, __b, __c; in _mm_unpacklo_pi8() local
394 __vector signed char __a, __b, __c; in _mm_add_pi8() local
430 __vector signed short __a, __b, __c; in _mm_add_pi16() local
462 __vector signed int __a, __b, __c; in _mm_add_pi32() local
492 __vector signed char __a, __b, __c; in _mm_sub_pi8() local
528 __vector signed short __a, __b, __c; in _mm_sub_pi16() local
560 __vector signed int __a, __b, __c; in _mm_sub_pi32() local
745 __vector signed char __a, __b, __c; in _mm_cmpgt_pi8() local
782 __vector signed short __a, __b, __c; in _mm_cmpeq_pi16() local
[all …]
H A Dxmmintrin.h226 __m128 __a, __b, __c; in _mm_add_ss() local
248 __m128 __a, __b, __c; in _mm_sub_ss() local
270 __m128 __a, __b, __c; in _mm_mul_ss() local
292 __m128 __a, __b, __c; in _mm_div_ss() local
313 __m128 __a, __c; in _mm_sqrt_ss() local
372 __m128 __a, __c; in _mm_rcp_ss() local
388 __m128 __a, __c; in _mm_rsqrt_ss() local
404 __v4sf __a, __b, __c; in _mm_min_ss() local
421 __v4sf __a, __b, __c; in _mm_max_ss() local
543 __vector unsigned int __c, __d; in _mm_cmpord_ps() local
[all …]
/llvm-project/libcxx/include/__ranges/
H A Dto.h50 { __c.max_size() } -> same_as<decltype(__n)>; in requires() argument
57 requires { __c.push_back(std::forward<_Ref>(__ref)); } || in requires() argument
64 __container_inserter(_Container & __c) __container_inserter() argument
[all...]
/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp102 char __c = __input.get(); in __matches() local
62 __is_whitespace(int __c) __is_whitespace() argument
76 __is_eol(int __c) __is_eol() argument
91 for (auto __c : __suffix) __skip() local
110 int __c = __input.get(); __parse_string() local
365 int __c = __input.peek(); __parse_duration() local
441 int __c = __input.peek(); __parse_rules() local
588 int __c = std::tolower(__input.get()); __parse_tzdata() local
[all...]
/llvm-project/compiler-rt/lib/builtins/
H A Ddivxc3.c20 COMPILER_RT_ABI Lcomplex __divxc3(xf_float __a, xf_float __b, xf_float __c, in __divxc3()
H A Ddivsc3.c20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3() argument
[all...]
H A Ddivtc3.c20 COMPILER_RT_ABI Qcomplex __divtc3(fp_t __a, fp_t __b, fp_t __c, fp_t __d) { in __divtc3() argument
[all...]
H A Ddivdc3.c20 COMPILER_RT_ABI Dcomplex __divdc3(double __a, double __b, double __c, in __divdc3()

123