/external/arm-optimized-routines/math/ |
D | pow_log_data.c | 53 #define A(a, b, c) {a, 0, b, c}, macro 54 A(0x1.6a00000000000p+0, -0x1.62c82f2b9c800p-2, 0x1.ab42428375680p-48) 55 A(0x1.6800000000000p+0, -0x1.5d1bdbf580800p-2, -0x1.ca508d8e0f720p-46) 56 A(0x1.6600000000000p+0, -0x1.5767717455800p-2, -0x1.362a4d5b6506dp-45) 57 A(0x1.6400000000000p+0, -0x1.51aad872df800p-2, -0x1.684e49eb067d5p-49) 58 A(0x1.6200000000000p+0, -0x1.4be5f95777800p-2, -0x1.41b6993293ee0p-47) 59 A(0x1.6000000000000p+0, -0x1.4618bc21c6000p-2, 0x1.3d82f484c84ccp-46) 60 A(0x1.5e00000000000p+0, -0x1.404308686a800p-2, 0x1.c42f3ed820b3ap-50) 61 A(0x1.5c00000000000p+0, -0x1.3a64c55694800p-2, 0x1.0b1c686519460p-45) 62 A(0x1.5a00000000000p+0, -0x1.347dd9a988000p-2, 0x1.5594dd4c58092p-45) [all …]
|
/external/llvm-project/libc/AOR_v20.02/math/ |
D | pow_log_data.c | 54 #define A(a, b, c) {a, 0, b, c}, macro 55 A(0x1.6a00000000000p+0, -0x1.62c82f2b9c800p-2, 0x1.ab42428375680p-48) 56 A(0x1.6800000000000p+0, -0x1.5d1bdbf580800p-2, -0x1.ca508d8e0f720p-46) 57 A(0x1.6600000000000p+0, -0x1.5767717455800p-2, -0x1.362a4d5b6506dp-45) 58 A(0x1.6400000000000p+0, -0x1.51aad872df800p-2, -0x1.684e49eb067d5p-49) 59 A(0x1.6200000000000p+0, -0x1.4be5f95777800p-2, -0x1.41b6993293ee0p-47) 60 A(0x1.6000000000000p+0, -0x1.4618bc21c6000p-2, 0x1.3d82f484c84ccp-46) 61 A(0x1.5e00000000000p+0, -0x1.404308686a800p-2, 0x1.c42f3ed820b3ap-50) 62 A(0x1.5c00000000000p+0, -0x1.3a64c55694800p-2, 0x1.0b1c686519460p-45) 63 A(0x1.5a00000000000p+0, -0x1.347dd9a988000p-2, 0x1.5594dd4c58092p-45) [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3-macrolanguages.tab | 2 aka fat A 3 aka twi A 4 ara aao A 5 ara abh A 6 ara abv A 7 ara acm A 8 ara acq A 9 ara acw A 10 ara acx A 11 ara acy A [all …]
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | sse2-builtins.c | 10 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi8() argument 13 return _mm_add_epi8(A, B); in test_mm_add_epi8() 16 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi16() argument 19 return _mm_add_epi16(A, B); in test_mm_add_epi16() 22 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi32() argument 25 return _mm_add_epi32(A, B); in test_mm_add_epi32() 28 __m128i test_mm_add_epi64(__m128i A, __m128i B) { in test_mm_add_epi64() argument 31 return _mm_add_epi64(A, B); in test_mm_add_epi64() 34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd() argument 37 return _mm_add_pd(A, B); in test_mm_add_pd() [all …]
|
/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 11 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi8() argument 14 return _mm_add_epi8(A, B); in test_mm_add_epi8() 17 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi16() argument 20 return _mm_add_epi16(A, B); in test_mm_add_epi16() 23 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi32() argument 26 return _mm_add_epi32(A, B); in test_mm_add_epi32() 29 __m128i test_mm_add_epi64(__m128i A, __m128i B) { in test_mm_add_epi64() argument 32 return _mm_add_epi64(A, B); in test_mm_add_epi64() 35 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd() argument 38 return _mm_add_pd(A, B); in test_mm_add_pd() [all …]
|
D | avx-builtins.c | 11 __m256d test_mm256_add_pd(__m256d A, __m256d B) { in test_mm256_add_pd() argument 14 return _mm256_add_pd(A, B); in test_mm256_add_pd() 17 __m256 test_mm256_add_ps(__m256 A, __m256 B) { in test_mm256_add_ps() argument 20 return _mm256_add_ps(A, B); in test_mm256_add_ps() 23 __m256d test_mm256_addsub_pd(__m256d A, __m256d B) { in test_mm256_addsub_pd() argument 26 return _mm256_addsub_pd(A, B); in test_mm256_addsub_pd() 29 __m256 test_mm256_addsub_ps(__m256 A, __m256 B) { in test_mm256_addsub_ps() argument 32 return _mm256_addsub_ps(A, B); in test_mm256_addsub_ps() 35 __m256d test_mm256_and_pd(__m256d A, __m256d B) { in test_mm256_and_pd() argument 38 return _mm256_and_pd(A, B); in test_mm256_and_pd() [all …]
|
/external/llvm-project/clang/test/Parser/ |
D | cxx1z-class-template-argument-deduction.cpp | 3 template <typename T> struct A { // expected-note 38{{declared here}} struct 4 constexpr A() {} in A() function 5 constexpr A(int) {} in A() function 8 A() -> A<int>; argument 9 A(int) -> A<int>; 16 X<A> xa; 17 Y<A> ya; // expected-error {{requires template arguments}} 18 X<::A> xcca; 19 Y<::A> ycca; // expected-error {{requires template arguments}} 20 X<A*> xap; // expected-error {{requires template arguments}} [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 19 class A { class 27 A() {} in A() function in A 33 ~A() {} in ~A() 71 A a; in test_const_ref() 72 const A& b = a; in test_const_ref() 73 const A& c = A(); in test_const_ref() 97 const int &x = A().x; in test_const_ref_to_field() 125 const int &x = A().*&A::x; in test_pointer_to_member() 159 const A &x; in test_aggregate_lifetime_extension() 162 B b = {A()}; in test_aggregate_lifetime_extension() [all …]
|
/external/walt/hardware/enclosure/ |
D | WALT_recessed_enclosure.stl | 1 …A=�w$A꼱@�@��$A���@�@��$A���@��L@V��2��<��$A���@��L@��$A���@�@\�$Ay�@�@��…
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | exceptions.cpp | 32 struct A { A(int); A(int, int); ~A(); void *p; }; struct 34 A *a() { in a() 41 return new A(5); in a() 44 A *b() { in b() 53 return new A(foo()); in b() 59 A *c() { in c() 78 return new A(B().x); in c() 88 A *d() { in d() 106 return new A(B()); in d() 109 A *e() { in e() [all …]
|
D | uncopyable-args.cpp | 9 struct A { struct 12 void foo(A); 26 struct A { struct 27 A(); 30 void foo(A); 49 struct A { struct 50 A(); 51 A(A &&o); 54 void foo(A); 70 struct A { struct [all …]
|
D | temporaries.cpp | 15 struct A { int n; }; struct 17 struct C : A, B {}; 18 extern const A &&a = (A&&)(A&&)(C&&)(C{}); 33 struct A { ~A(); }; struct 37 A &&a = dynamic_cast<A&&>(A{}); 56 struct A { struct 57 A(); 58 ~A(); 65 (void)A(); in f1() 69 A().f(); in f1() [all …]
|
/external/llvm-project/clang/test/CXX/temp/temp.deduct.guide/ |
D | p1.cpp | 8 template<typename> struct A {}; struct 11 A(int(&)[1]) -> A<int>; 12 explicit A(int(&)[2]) -> A<int>; 15 *A(int(&)[3]) -> A<int>; // expected-error {{cannot specify any part of a return type in the declar… 16 &A(int(&)[4]) -> A<int>; // expected-error {{cannot specify any part of a return type in the declar… 17 A(int(&)[5])[3] -> A<int>; 24 (A[3])(int(&)[5][1]) -> A<int>; // expected-error {{'<deduction guide for A>' cannot be the name of… 28 (*A)(int(&)[5][2]) -> A<int>; // expected-error {{'<deduction guide for A>' cannot be the name of a… 29 (&A)(int(&)[5][3]) -> A<int>; // expected-error {{'<deduction guide for A>' cannot be the name of a… 30 (*A(int))(int(&)[5][4]) -> A<int>; // expected-error {{cannot specify any part of a return type in … [all …]
|
/external/clang/test/CodeGenCXX/ |
D | exceptions.cpp | 29 struct A { A(int); A(int, int); ~A(); void *p; }; argument 31 A *a() { in a() 38 return new A(5); in a() 41 A *b() { in b() 50 return new A(foo()); in b() 56 A *c() { in c() 72 return new A(B().x); in c() 82 A *d() { in d() 97 return new A(B()); in d() 100 A *e() { in e() [all …]
|
D | uncopyable-args.cpp | 6 struct A { struct 9 void foo(A); 23 struct A { struct 24 A(); 27 void foo(A); 46 struct A { struct 47 A(); 48 A(A &&o); 51 void foo(A); 66 struct A { struct [all …]
|
/external/clang/test/Index/ |
D | get-cursor.cpp | 68 class A { class 69 A(); 70 virtual ~A(); 73 A& operator=(const A&); 74 A& operator=(A&&) noexcept; 77 A operator+() const; 78 A operator-() const; 79 A operator~() const; 80 A operator*() const; 81 A operator&() const; [all …]
|
/external/llvm-project/clang/test/Index/ |
D | get-cursor.cpp | 68 class A { class 69 A(); 70 virtual ~A(); 73 A& operator=(const A&); 74 A& operator=(A&&) noexcept; 77 A operator+() const; 78 A operator-() const; 79 A operator~() const; 80 A operator*() const; 81 A operator&() const; [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx2a-explicit-bool.cpp | 22 struct A { struct 27 A(int); 30 A<-1> a(0); 95 struct A : B<b> { struct 96 explicit(b) A(int) : B<b>(0) {} in A() function 99 A<true> a(0); 106 struct A { struct 109 explicit(b) A(int, int = 0); // expected-note {{not a candidate}} 114 A<b>::A(int, int) {} in A() function in constructor1::A 118 A<true> a0 = 0; // expected-error {{no viable conversion}} in f() [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | bn_tests.txt | 3 # These test vectors satisfy A + B = Sum. 6 A = 0 10 A = c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce12… 14 A = -c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce1… 18 A = c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce12… 22 A = c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c7875… 26 A = c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c7875… 30 A = -c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c787… 34 A = -c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c787… 38 A = c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c7875… [all …]
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 4 class A { class 10 A() {} in A() function in A 16 ~A() {} in ~A() 52 A a; in test_const_ref() 53 const A& b = a; in test_const_ref() 54 const A& c = A(); in test_const_ref() 70 A a[2]; in test_array() 71 A b[0]; in test_array() 94 A a; in test_scope() 95 { A c; in test_scope() [all …]
|
/external/eigen/test/ |
D | product_large.cpp | 22 MatrixType A(rows,cols); A.setRandom(); in test_aliasing() local 24 VERIFY_IS_APPROX(x = y + A*x, A*z); // OK because "y + A*x" is marked as "assume-aliasing" in test_aliasing() 27 …VERIFY_IS_APPROX(x = T(1.)*(A*x), A*z); // OK because 1*(A*x) is replaced by (1*A*x) which is a Pr… in test_aliasing() 89 Eigen::MatrixXd A(10,10), B, C; in test_product_large() local 90 A.setRandom(); in test_product_large() 91 C = A; in test_product_large() 93 C = C * A; in test_product_large() 94 …() = (((A*A)*(A*A))*((A*A)*(A*A))*((A*A)*(A*A))*((A*A)*(A*A))*((A*A)*(A*A)) * ((A*A)*(A*A))*((A*A)… in test_product_large() 95 …* (((A*A)*(A*A))*((A*A)*(A*A))*((A*A)*(A*A))*((A*A)*(A*A))*((A*A)*(A*A)) * ((A*A)*(A*A))*((A*A)*(A… in test_product_large()
|
/external/toybox/tests/files/bc/ |
D | parse.txt | 1 ibase = A; ibase = 2 1030 ibase = A; ibase = 3 2059 ibase = A; ibase = 4 3088 ibase = A; ibase = 5 4117 ibase = A; ibase = 6 5146 ibase = A; ibase = 7 6175 ibase = A; ibase = 8 7204 ibase = A; ibase = 9 8233 ibase = A; ibase = 11 8274 A [all …]
|
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
D | PopulateSwitchTests.cpp | 38 R""(enum Enum {A,B}; ^switch (A) {case A:break;case B:break;})"", in TEST_F() 45 enum class Enum {A,B}; in TEST_F() 46 ^switch (Enum::A) {case Enum::A:break;case Enum::B:break;} in TEST_F() 54 enum class Enum {A,B}; in TEST_F() 55 ^switch (Enum::A) {default:break;} in TEST_F() 63 enum class Enum {A,B}; in TEST_F() 64 ^switch (Enum::A) {case Enum::A ... Enum::B:break;} in TEST_F() 72 enum class Enum {A,B}; in TEST_F() 75 ^switch (Enum::A) {case Value:break;} in TEST_F() 83 R""(enum Enum {A}; ^switch (A);)"", in TEST_F() [all …]
|
/external/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 4 class A { class 10 class B : public A { 12 class C : protected A { // expected-note {{declared}} 17 void test(A &a) { in test() 36 class A { class 39 static void test(A&); 41 class B : public A { 44 class C : protected A { 51 void A::test(A &a) { in test() 70 class A { class [all …]
|
/external/llvm-project/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 4 class A { class 10 class B : public A { 12 class C : protected A { 17 void test(A &a) { in test() 36 class A { class 39 static void test(A&); 41 class B : public A { 44 class C : protected A { 51 void A::test(A &a) { in test() 70 class A { class [all …]
|