/external/openssl/crypto/bn/asm/ |
D | x86_64-mont.pl | 701 my @A0=("%r10","%r11"); 761 mov %rax,$A0[0] # a[1]*a[0] 763 mov %rdx,$A0[1] 764 mov $A0[0],-24($tptr,$i) # t[1] 766 xor $A0[0],$A0[0] 768 add %rax,$A0[1] 770 adc %rdx,$A0[0] 771 mov $A0[1],-16($tptr,$i) # t[2] 782 xor $A0[1],$A0[1] 783 add $A1[0],$A0[0] [all …]
|
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
D | destroy.pass.cpp | 47 struct A0 struct 50 ~A0() {++count;} in ~A0() argument 53 int A0::count = 0; 58 A0::count = 0; in main() 60 std::aligned_storage<sizeof(A0)>::type a0; in main() 61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); in main() 62 assert(A0::count == 0); in main() 63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0); in main() 64 assert(A0::count == 1); in main() 68 A0::count = 0; in main() [all …]
|
D | construct.pass.cpp | 49 struct A0 struct 52 A0() {++count;} in A0() argument 55 int A0::count = 0; 85 A0::count = 0; in main() 87 std::aligned_storage<sizeof(A0)>::type a0; in main() 88 assert(A0::count == 0); in main() 89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); in main() 90 assert(A0::count == 1); in main() 110 A0::count = 0; in main() 113 std::aligned_storage<sizeof(A0)>::type a0; in main() [all …]
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/ |
D | x86_64-mont5.pl | 915 my @A0=("%r10","%r11"); 1117 mov %rax,$A0[0] # a[1]*a[0] 1119 mov %rdx,$A0[1] 1120 mov $A0[0],-24($tptr,$i) # t[1] 1123 add %rax,$A0[1] 1126 mov $A0[1],-16($tptr,$i) # t[2] 1127 mov %rdx,$A0[0] 1138 add %rax,$A0[0] # a[3]*a[0]+a[2]*a[1]+t[3] 1140 mov %rdx,$A0[1] 1141 adc \$0,$A0[1] [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
D | p6.cpp | 4 struct A0 { struct 8 template<int X, int Y> void f0(A0<X, Y>) { } // expected-note{{previous}} in f0() 9 template<int N, int M> void f0(A0<M, N>) { } in f0() 10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0() 12 template<int X, int Y> void f1(A0<0, (X + Y)>) { } // expected-note{{previous}} in f1() 13 template<int X, int Y> void f1(A0<0, (X - Y)>) { } in f1() 14 template<int A, int B> void f1(A0<0, (A + B)>) { } // expected-error{{redefinition}} in f1() 16 template<int X, int Y> void A0<X, Y>::g0() { } in g0()
|
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/ |
D | memset.S | 15 ADD A0.2,D0Ar2,D0Re0 ! Duplicate byte value into 4 (A0.2) 33 MOV A1.2,A0.2 38 SETL [D1Ar1++],A0.2,A1.2 39 SETL [D1Ar1++],A0.2,A1.2 40 SETL [D1Ar1++],A0.2,A1.2 41 SETL [D1Ar1++],A0.2,A1.2 55 SETL [D1Ar1++],A0.2,A1.2 72 SETB [D1Ar1+#(-7)],A0.2 73 SETB [D1Ar1+#(-6)],A0.2 74 SETB [D1Ar1+#(-5)],A0.2 [all …]
|
D | memcpy.S | 13 MOV A0.2, D1Ar1 ! destination pointer 14 MOV A0.3, D1Ar1 ! for return value 24 SETB [A0.2++], D1Re0 29 MOV D0Re0, A0.3 44 SETB [A0.2++], D0Re0 66 SETL [A0.2++], D0Re0, D1Re0 67 SETL [A0.2++], D0Ar6, D1Ar5 70 SETL [A0.2++], D0Re0, D1Re0 71 SETL [A0.2++], D0Ar6, D1Ar5 129 SETL [A0.2++], D0Re0, D1Re0 [all …]
|
/external/clang/lib/CodeGen/ |
D | EHScopeStack.h | 180 template <class T, class A0> 182 typedef typename DominatingValue<A0>::saved_type A0_saved; 186 A0 a0 = DominatingValue<A0>::restore(CGF, a0_saved); 195 template <class T, class A0, class A1> 197 typedef typename DominatingValue<A0>::saved_type A0_saved; 203 A0 a0 = DominatingValue<A0>::restore(CGF, a0_saved); 213 template <class T, class A0, class A1, class A2> 215 typedef typename DominatingValue<A0>::saved_type A0_saved; 223 A0 a0 = DominatingValue<A0>::restore(CGF, a0_saved); 234 template <class T, class A0, class A1, class A2, class A3> [all …]
|
/external/icu/icu4c/source/samples/legacy/ |
D | legacy.sln | 3 …B4A-11D0-8D11-00A0C91BC942}") = "legacy", "legacy.vcproj", "{57F56795-1802-4605-88A0-013AAE9998F6}" 13 {57F56795-1802-4605-88A0-013AAE9998F6}.Debug|Win32.ActiveCfg = Debug|Win32 14 {57F56795-1802-4605-88A0-013AAE9998F6}.Debug|Win32.Build.0 = Debug|Win32 15 {57F56795-1802-4605-88A0-013AAE9998F6}.Debug|x64.ActiveCfg = Debug|Win32 16 {57F56795-1802-4605-88A0-013AAE9998F6}.Debug|x64.Build.0 = Debug|Win32 17 {57F56795-1802-4605-88A0-013AAE9998F6}.Release|Win32.ActiveCfg = Release|Win32 18 {57F56795-1802-4605-88A0-013AAE9998F6}.Release|Win32.Build.0 = Release|Win32 19 {57F56795-1802-4605-88A0-013AAE9998F6}.Release|x64.ActiveCfg = Release|Win32 20 {57F56795-1802-4605-88A0-013AAE9998F6}.Release|x64.Build.0 = Release|Win32
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 598 LhsPacket A0, A1; 603 traits.loadLhs(&blA[0*LhsProgress], A0); 606 traits.madd(A0,B_0,C0,T0); 609 traits.madd(A0,B_0,C1,T0); 612 traits.loadLhs(&blA[2*LhsProgress], A0); 615 traits.madd(A0,B_0,C0,T0); 618 traits.madd(A0,B_0,C1,T0); 621 traits.loadLhs(&blA[4*LhsProgress], A0); 624 traits.madd(A0,B_0,C0,T0); 627 traits.madd(A0,B_0,C1,T0); [all …]
|
D | SelfadjointMatrixVector.h | 82 const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride; in run() local 101 res[j] += cjd.pmul(numext::real(A0[j]), t0); in run() 110 res[j+1] += cj0.pmul(A0[j+1],t0); in run() 111 t2 += cj1.pmul(A0[j+1], rhs[j+1]); in run() 116 res[i] += t0 * A0[i] + t1 * A1[i]; in run() 117 t2 += numext::conj(A0[i]) * rhs[i]; in run() 122 const Scalar* EIGEN_RESTRICT a0It = A0 + alignedStart; in run() 140 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1); in run() 141 t2 += cj1.pmul(A0[i], rhs[i]); in run() 150 const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride; in run() local [all …]
|
/external/clang/INPUTS/ |
D | macro_pounder_obj.c | 6 #define A0 a b macro 7 #define A1 A0 A0 A0 A0 A0 A0
|
D | macro_pounder_fn.c | 6 #define A0(A, B) A B macro 7 #define A1(A, B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B)
|
/external/lldb/include/lldb/Utility/ |
D | SharingPtr.h | 96 template <class A0> 97 shared_ptr_emplace(A0& a0) in shared_ptr_emplace() 100 template <class A0, class A1> 101 shared_ptr_emplace(A0& a0, A1& a1) in shared_ptr_emplace() 104 template <class A0, class A1, class A2> 105 shared_ptr_emplace(A0& a0, A1& a1, A2& a2) in shared_ptr_emplace() 108 template <class A0, class A1, class A2, class A3> 109 shared_ptr_emplace(A0& a0, A1& a1, A2& a2, A3& a3) in shared_ptr_emplace() 112 template <class A0, class A1, class A2, class A3, class A4> 113 shared_ptr_emplace(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4) in shared_ptr_emplace() [all …]
|
D | CleanUp.h | 186 template <typename T, typename R, typename A0> 191 typedef R (*CallbackType)(value_type, A0); 198 CleanUp2 (value_type value, CallbackType callback, A0 arg) : in CleanUp2() 213 CleanUp2 (value_type value, value_type invalid, CallbackType callback, A0 arg) : in CleanUp2() 314 A0 m_argument;
|
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_trivially_constructible.pass.cpp | 23 template <class T, class A0> 26 static_assert(( std::is_trivially_constructible<T, A0>::value), ""); in test_is_trivially_constructible() 35 template <class T, class A0> 38 static_assert((!std::is_trivially_constructible<T, A0>::value), ""); in test_is_not_trivially_constructible() 41 template <class T, class A0, class A1> 44 static_assert((!std::is_trivially_constructible<T, A0, A1>::value), ""); in test_is_not_trivially_constructible()
|
D | is_nothrow_constructible.pass.cpp | 23 template <class T, class A0> 26 static_assert(( std::is_nothrow_constructible<T, A0>::value), ""); in test_is_nothrow_constructible() 35 template <class T, class A0> 38 static_assert((!std::is_nothrow_constructible<T, A0>::value), ""); in test_is_not_nothrow_constructible() 41 template <class T, class A0, class A1> 44 static_assert((!std::is_nothrow_constructible<T, A0, A1>::value), ""); in test_is_not_nothrow_constructible()
|
D | is_constructible.pass.cpp | 33 template <class T, class A0> 36 static_assert( (std::is_constructible<T, A0>::value), ""); in test_is_constructible() 39 template <class T, class A0, class A1> 42 static_assert( (std::is_constructible<T, A0, A1>::value), ""); in test_is_constructible() 51 template <class T, class A0> 54 static_assert((!std::is_constructible<T, A0>::value), ""); in test_is_not_constructible()
|
/external/llvm/test/CodeGen/X86/ |
D | remat-mov-0.ll | 9 ; CHECK: xorl %e[[A0:di|cx]], %e 10 ; CHECK: xorl %e[[A0]], %e[[A0]] 18 ; CHECK: movq $-1, %r[[A0]] 19 ; CHECK: movq $-1, %r[[A0]] 27 ; CHECK: movl $1, %e[[A0]] 28 ; CHECK: movl $1, %e[[A0]]
|
D | lea-3.ll | 4 ; CHECK: leaq (,[[A0:%rdi|%rcx]],4), %rax 11 ; CHECK: leal ([[A0]],[[A0]],2), %eax 17 ; CHECK: leaq (,[[A0]],8), %rax
|
D | break-sse-dep.ll | 7 ; CHECK: movss ([[A0:%rdi|%rcx]]), %xmm0 18 ; CHECK: cvtsd2ss ([[A0]]), %xmm0 27 ; CHECK: movss ([[A0]]), %xmm0 37 ; CHECK: sqrtsd ([[A0]]), %xmm0 46 ; CHECK: sqrtss ([[A0]]), %xmm0 55 ; CHECK: sqrtsd ([[A0]]), %xmm0
|
/external/pcre/dist/testdata/ |
D | testinput18 | 278 /X\s+\x{A0}/8BZ 279 X\x20\x{A0}\x{A0} 281 /X\s+\x{A0}/8BZT1 282 X\x20\x{A0}\x{A0} 284 /\S+\x{A0}/8BZ 285 X\x{A0}\x{A0} 287 /\S+\x{A0}/8BZT1 288 X\x{A0}\x{A0}
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | extract.ll | 17 %A0 = fadd double %V0, 0.0 19 store double %A0, double* %P0, align 4 35 %A0 = fadd double %V0, 1.2 37 store double %A0, double* %P0, align 4 53 %A0 = fadd double %V0, 5.5 55 store double %A0, double* %P0, align 4
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 86 const Scalar* A0 = A+ib+(k+0)*lda; in sparselu_gemm() local 94 a0 = pload<Packet>(A0); in sparselu_gemm() 113 a0 = pload<Packet>(A0+i+(I+1)*PacketSize); \ in sparselu_gemm() 130 prefetch((A0+i+(5)*PacketSize)); in sparselu_gemm() 154 C0[i] += A0[i]*Bc0[0]+A1[i]*Bc0[1]+A2[i]*Bc0[2]+A3[i]*Bc0[3]; in sparselu_gemm() 155 C1[i] += A0[i]*Bc1[0]+A1[i]*Bc1[1]+A2[i]*Bc1[2]+A3[i]*Bc1[3]; in sparselu_gemm() 159 C0[i] += A0[i]*Bc0[0]+A1[i]*Bc0[1]; in sparselu_gemm() 160 C1[i] += A0[i]*Bc1[0]+A1[i]*Bc1[1]; in sparselu_gemm() 185 const Scalar* A0 = A+ib+(k+0)*lda; in sparselu_gemm() local 192 a0 = pload<Packet>(A0); in sparselu_gemm() [all …]
|
/external/llvm/test/Assembler/ |
D | half.ll | 5 define half @halftest(half %A0) { 6 ; CHECK: ret half %A0 7 ret half %A0
|