/external/clang/lib/Headers/ |
D | altivec.h | 286 vector signed __int128 __c) { in vec_adde() 292 vector unsigned __int128 __c) { in vec_adde() 302 vector signed __int128 __c) { in vec_addec() 308 vector unsigned __int128 __c) { in vec_addec() 663 vector signed __int128 __c) { in vec_vaddeuqm() 669 vector unsigned __int128 __c) { in vec_vaddeuqm() 689 vector signed __int128 __c) { in vec_vaddecuq() 695 vector unsigned __int128 __c) { in vec_vaddecuq() 2021 vec_dst(const void *__a, int __b, int __c) { in vec_dst() 2028 vec_dstst(const void *__a, int __b, int __c) { in vec_dstst() [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 …]
|
D | avxintrin.h | 245 _mm_permutevar_pd(__m128d __a, __m128i __c) in _mm_permutevar_pd() 251 _mm256_permutevar_pd(__m256d __a, __m256i __c) in _mm256_permutevar_pd() 257 _mm_permutevar_ps(__m128 __a, __m128i __c) in _mm_permutevar_ps() 263 _mm256_permutevar_ps(__m256 __a, __m256i __c) in _mm256_permutevar_ps() 330 _mm256_blendv_pd(__m256d __a, __m256d __b, __m256d __c) in _mm256_blendv_pd() 337 _mm256_blendv_ps(__m256 __a, __m256 __b, __m256 __c) in _mm256_blendv_ps() 460 __v8si __c = (__v8si)__a; in _mm256_insert_epi32() local 468 __v16hi __c = (__v16hi)__a; in _mm256_insert_epi16() local 476 __v32qi __c = (__v32qi)__a; in _mm256_insert_epi8() local 485 __v4di __c = (__v4di)__a; in _mm256_insert_epi64() local [all …]
|
/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/libcxx/src/support/solaris/ |
D | xlocale.c | 18 int isxdigit_l(int __c, locale_t __l) { in isxdigit_l() 22 int iswxdigit_l(wchar_t __c, locale_t __l) { in iswxdigit_l()
|
/external/libcxx/src/ |
D | debug.cpp | 122 __libcpp_db::__insert_ic(void* __i, const void* __c) in __insert_ic() 145 __libcpp_db::__insert_c(void* __c) in __insert_c() 226 __libcpp_db::__invalidate_all(void* __c) in __invalidate_all() 310 __libcpp_db::__erase_c(void* __c) in __erase_c()
|
D | strstream.cpp | 151 strstreambuf::overflow(int_type __c) in overflow() 193 strstreambuf::pbackfail(int_type __c) in pbackfail()
|
/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()
|
D | mulsc3.c | 21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3()
|
D | mulxc3.c | 23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3()
|
D | muldc3.c | 21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3()
|
D | divtc3.c | 21 __divtc3(long double __a, long double __b, long double __c, long double __d) in __divtc3()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/ |
D | CharT_pointer.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | ios_base.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | ostream.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | basic_ios.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/ |
D | ends.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | endl.pass.cpp | 40 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libcxx/test/std/input.output/iostream.format/ext.manip/ |
D | put_time.pass.cpp | 36 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | get_streambuf_chart.pass.cpp | 42 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | get_streambuf.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|