| /external/libcxx/include/ |
| D | string.h | 74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);} in __libcpp_strchr() 76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr() 78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr() 88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} in __libcpp_strrchr() 90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() 92 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() 95 void* __libcpp_memchr(const void* __s, int __c, size_t __n) {return (void*)memchr(__s, __c, __n);} in __libcpp_memchr() 97 const void* memchr(const void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr() 99 void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
|
| D | wchar.h | 137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr() 139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 151 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} in __libcpp_wcsrchr() 153 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 155 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr() 167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr() 169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
|
| /external/llvm-project/libcxx/include/ |
| D | string.h | 73 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);} in __libcpp_strchr() 75 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr() 77 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} in strchr() 87 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} in __libcpp_strrchr() 89 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() 91 char* strrchr( char* __s, int __c) {return __libcpp_strrchr(__s, __c);} in strrchr() 94 void* __libcpp_memchr(const void* __s, int __c, size_t __n) {return (void*)memchr(__s, __c, __n);} in __libcpp_memchr() 96 const void* memchr(const void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr() 98 void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
|
| D | wchar.h | 137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr() 139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 151 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} in __libcpp_wcsrchr() 153 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 155 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr() 167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr() 169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
|
| /external/llvm-project/clang/lib/Headers/ |
| D | altivec.h | 326 vector signed __int128 __c) { in vec_adde() 332 vector unsigned __int128 __c) { in vec_adde() 339 vector signed int __c) { in vec_adde() 347 vector unsigned int __c) { in vec_adde() 358 vector signed __int128 __c) { in vec_addec() 364 vector unsigned __int128 __c) { in vec_addec() 370 vector signed int __c) { in vec_addec() 393 vector unsigned int __c) { in vec_addec() 768 vector signed __int128 __c) { in vec_vaddeuqm() 774 vector unsigned __int128 __c) { in vec_vaddeuqm() [all …]
|
| D | arm_acle.h | 310 __smlabb(int32_t __a, int32_t __b, int32_t __c) { in __smlabb() 314 __smlabt(int32_t __a, int32_t __b, int32_t __c) { in __smlabt() 318 __smlatb(int32_t __a, int32_t __b, int32_t __c) { in __smlatb() 322 __smlatt(int32_t __a, int32_t __b, int32_t __c) { in __smlatt() 326 __smlawb(int32_t __a, int32_t __b, int32_t __c) { in __smlawb() 330 __smlawt(int32_t __a, int32_t __b, int32_t __c) { in __smlawt() 434 __usada8(uint8x4_t __a, uint8x4_t __b, uint32_t __c) { in __usada8() 542 __smlad(int16x2_t __a, int16x2_t __b, int32_t __c) { in __smlad() 546 __smladx(int16x2_t __a, int16x2_t __b, int32_t __c) { in __smladx() 550 __smlald(int16x2_t __a, int16x2_t __b, int64_t __c) { in __smlald() [all …]
|
| D | __clang_cuda_math.h | 125 __DEVICE__ double fma(double __a, double __b, double __c) { in fma() 128 __DEVICE__ float fmaf(float __a, float __b, float __c) { in fmaf() 209 __DEVICE__ double norm3d(double __a, double __b, double __c) { in norm3d() 212 __DEVICE__ float norm3df(float __a, float __b, float __c) { in norm3df() 215 __DEVICE__ double norm4d(double __a, double __b, double __c, double __d) { in norm4d() 218 __DEVICE__ float norm4df(float __a, float __b, float __c, float __d) { in norm4df() 240 __DEVICE__ double remquo(double __a, double __b, int *__c) { in remquo() 243 __DEVICE__ float remquof(float __a, float __b, int *__c) { in remquof() 258 __DEVICE__ double rnorm3d(double __a, double __b, double __c) { in rnorm3d() 261 __DEVICE__ float rnorm3df(float __a, float __b, float __c) { in rnorm3df() [all …]
|
| D | __clang_cuda_complex_builtins.h | 89 __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()
|
| D | vecintrin.h | 389 __vector unsigned char __c) { in vec_perm() 396 __vector unsigned char __c) { in vec_perm() 403 __vector unsigned char __c) { in vec_perm() 410 __vector unsigned char __c) { in vec_perm() 417 __vector unsigned char __c) { in vec_perm() 424 __vector unsigned char __c) { in vec_perm() 431 __vector unsigned char __c) { in vec_perm() 438 __vector unsigned char __c) { in vec_perm() 445 __vector unsigned char __c) { in vec_perm() 452 __vector unsigned char __c) { in vec_perm() [all …]
|
| /external/clang/lib/Headers/ |
| D | altivec.h | 297 vector signed __int128 __c) { in vec_adde() 303 vector unsigned __int128 __c) { in vec_adde() 313 vector signed __int128 __c) { in vec_addec() 319 vector unsigned __int128 __c) { in vec_addec() 679 vector signed __int128 __c) { in vec_vaddeuqm() 685 vector unsigned __int128 __c) { in vec_vaddeuqm() 705 vector signed __int128 __c) { in vec_vaddecuq() 711 vector unsigned __int128 __c) { in vec_vaddecuq() 2947 vector signed short __a, vector signed short __b, vector signed short __c) { in vec_madd() 2953 vector unsigned short __c) { in vec_madd() [all …]
|
| D | vecintrin.h | 362 vector unsigned char __c) { in vec_perm() 369 vector unsigned char __c) { in vec_perm() 376 vector unsigned char __c) { in vec_perm() 383 vector unsigned char __c) { in vec_perm() 390 vector unsigned char __c) { in vec_perm() 397 vector unsigned char __c) { in vec_perm() 404 vector unsigned char __c) { in vec_perm() 411 vector unsigned char __c) { in vec_perm() 418 vector unsigned char __c) { in vec_perm() 425 vector unsigned char __c) { in vec_perm() [all …]
|
| /external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| D | complex_cmath.h | 34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { in abs() 40 template <class _Tp> __DEVICE__ _Tp arg(const std::complex<_Tp> &__c) { in arg() 58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { in norm() 68 template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) { in conj() 74 template <class _Tp> std::complex<_Tp> proj(const std::complex<_Tp> &__c) { in proj()
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | pr9614.c | 12 …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()
|
| /external/clang/test/CodeGen/ |
| D | pr9614.c | 12 …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()
|
| /external/llvm-project/libcxx/src/support/solaris/ |
| D | xlocale.cpp | 18 int isxdigit_l(int __c, locale_t __l) { in isxdigit_l() 22 int iswxdigit_l(wint_t __c, locale_t __l) { in iswxdigit_l()
|
| /external/libcxx/src/support/solaris/ |
| D | xlocale.cpp | 19 int isxdigit_l(int __c, locale_t __l) { in isxdigit_l() 23 int iswxdigit_l(wint_t __c, locale_t __l) { in iswxdigit_l()
|
| /external/compiler-rt/lib/builtins/ |
| D | divdc3.c | 21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3()
|
| D | divxc3.c | 22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3()
|
| D | divsc3.c | 21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3()
|
| /external/llvm-project/compiler-rt/lib/builtins/ |
| D | divxc3.c | 21 long double __c, long double __d) { in __divxc3()
|
| D | divtc3.c | 21 long double __c, long double __d) { in __divtc3()
|
| D | divdc3.c | 20 COMPILER_RT_ABI Dcomplex __divdc3(double __a, double __b, double __c, in __divdc3()
|
| D | divsc3.c | 20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
|
| D | mulxc3.c | 21 long double __c, long double __d) { in __mulxc3()
|
| D | mulsc3.c | 18 COMPILER_RT_ABI Fcomplex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3()
|