HomeSort by relevance Sort by last modified time
    Searched defs:A1 (Results 76 - 100 of 195) sorted by null

1 2 34 5 6 7 8

  /external/clang/test/SemaCXX/
friend.cpp 78 struct A1 { friend void A(); };
class-layout.cpp 544 struct A1 {
558 struct D : public A1, public B1 {
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 83 const Scalar* EIGEN_RESTRICT A1 = lhs + (j+1)*lhsStride;
102 res[j+1] += cjd.pmul(numext::real(A1[j+1]), t1);
105 res[j] += cj0.pmul(A1[j], t1);
106 t3 += cj1.pmul(A1[j], rhs[j]);
116 res[i] += t0 * A0[i] + t1 * A1[i];
118 t3 += numext::conj(A1[i]) * rhs[i];
123 const Scalar* EIGEN_RESTRICT a1It = A1 + alignedStart;
140 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1);
142 t3 += cj1.pmul(A1[i], rhs[i]);
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 182 __m128d A1, A2, B1, B2, C1, C2, D1, D2;
186 A1 = matrix.template packet<MatrixAlignment>( 0); B1 = matrix.template packet<MatrixAlignment>( 2);
194 A1 = matrix.template packet<MatrixAlignment>( 0); C1 = matrix.template packet<MatrixAlignment>( 2);
196 tmp = A1;
197 A1 = _mm_unpacklo_pd(A1,A2);
220 dA = _mm_mul_pd(A1, dA);
229 AB2 = _mm_mul_pd(B2, _mm_shuffle_pd(A1,A1,0));
230 AB1 = _mm_sub_pd(AB1, _mm_mul_pd(B2, _mm_shuffle_pd(A1,A1,3)))
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 84 Packet a0, a1, a2, a3, c0, c1, t0, t1; local
87 const Scalar* A1 = A+ib+(k+1)*lda;
95 a1 = pload<Packet>(A1);
114 KMADD(c0, a1, b10, t0) \
115 KMADD(c1, a1, b11, t1) \
116 a1 = pload<Packet>(A1+i+(I+1)*PacketSize); \
131 prefetch((A1+i+(5)*PacketSize));
154 C0[i] += A0[i]*Bc0[0]+A1[i]*Bc0[1]+A2[i]*Bc0[2]+A3[i]*Bc0[3]
183 Packet a0, a1, a2, a3, c0, t0\/*, t1*\/; local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 337 Instruction *A1 = dyn_cast<Instruction>(L1->getPointerOperand());
338 if (A0 && A1 && A0->isIdenticalTo(A1) && isSafeToHoist(A0) &&
340 A1->hasOneUse() && (A1->getParent() == L1->getParent()) &&
345 hoistInstruction(BB, A0, A1);
465 Instruction *A1 = dyn_cast<Instruction>(S1->getPointerOperand());
466 if (A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() &&
467 (A0->getParent() == S0->getParent()) && A1->hasOneUse() &
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 19 UInt32 A1;
22 public void Init() { A1 = 362436069; A2 = 521288629; }
26 ((A1 = 36969 * (A1 & 0xffff) + (A1 >> 16)) << 16) ^
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 106 float *V1 = V, *A1 = A;
109 for( p = 0; p < n - 1; p++, A1 += n, V1 += n )
116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
124 App = A1[p];
151 Aip = A1[i];
155 A1[i] = (float) (Aip * c - Aiq * s);
162 Aip = A1[i];
166 A1[i] = (float) (Aip * c - Aiq * s);
171 A1[p] = (float) (App * c2 + Aqq * s2 - a);
173 A1[q] = A2[p] = 0.0f
    [all...]
  /external/speex/libspeex/
math_approx.h 156 #define A1 16469
173 sq = MULT16_16_Q13(x, ADD16(A1, MULT16_16_Q13(x, ADD16(A2, MULT16_16_Q13(x, (A3))))));
  /external/webp/src/dsp/
filters_sse2.c 43 const __m128i A1 = _mm_loadu_si128((const __m128i*)&src[i + 16]);
47 const __m128i C1 = _mm_add_epi8(A1, B1);
55 const __m128i A1 = _mm_loadu_si128((const __m128i*)&src[i + 16]);
59 const __m128i C1 = _mm_sub_epi8(A1, B1);
77 const __m128i A1 = _mm_add_epi8(A0, last);
78 const __m128i A2 = _mm_slli_si128(A1, 1);
79 const __m128i A3 = _mm_add_epi8(A1, A2);
93 const __m128i A1 = _mm_loadu_si128((const __m128i*)(src + i + 16 ));
96 const __m128i C1 = _mm_sub_epi8(A1, B1);
208 const __m128i A1 = _mm_unpacklo_epi8(A0, zero)
    [all...]
rescaler_neon.c 75 LOAD_32x4(frow + x_out + 4, A1);
77 const uint32x4_t B1 = MULT_FIX(A1, fy_scale_half);
135 const uint32x4_t A1 = MULT_FIX(in1, yscale_half);
137 const uint32x4_t B1 = vqsubq_u32(in3, A1);
144 STORE_32x8(A0, A1, irow + x_out);
157 const uint32x4_t A1 = MULT_FIX(in1, fxy_scale_half);
159 const uint16x4_t B1 = vmovn_u32(A1);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
arithmetic.s 5 A0 = ABS A1;
6 A1 = Abs a0;
7 a1 = aBs A1; define
8 A1 = abs a1, a0 = ABS A0;
82 A0 -= A1;
83 a0 -= a1 (w32);
92 a0 += a1;
93 A0 += A1 (w32)
135 a1 = r1.L * r0.H (M); define
187 a1 = -A1; define
188 a1 = -a1, a0 = -a0; define
200 a1 = a1 (s); define
    [all...]
load.s 24 A1 = 0;
25 a1 = a0 = 0; define
move2.s 30 A1.X = A1.X;
31 A1.W = A1.W;
34 R0 = A1.W;
35 R1 = A1.X;
54 A1.X = R1;
55 A1.W = R0;
58 A0.X = A1.W;
59 A0.X = A1.X
    [all...]
  /art/runtime/arch/mips/
registers_mips.h 35 A1 = 5,
  /art/runtime/arch/mips64/
registers_mips64.h 35 A1 = 5,
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 41 #define A1 5
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 41 #define A1 5
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 41 #define A1 5
  /external/apache-http/android/src/android/net/http/
RequestHandle.java 320 String A1 = username + ":" + realm + ":" + password;
326 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
365 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
371 return KD(H(A1), nonce + ":" + H(A2));
374 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
  /external/clang/test/CodeGenCXX/
destructors.cpp 52 class A1 {
53 ~A1();
56 template<> A1<char>::~A1();
  /external/clang/test/Parser/
declarators.c 3 extern int a1[];
122 A1 = 1,
  /external/clang/test/Sema/
warn-duplicate-enum.c 4 A1 = 0, // expected-note {{element A1 also has value 0}}
  /external/libxml2/
timsort.h 301 const int64_t A1 = stack[stack_curr - 2].length;
303 if (A1 <= B1) return 0;
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 419 Value *A1 = ICMP->getOperand(1);
422 // __sanitizer_cov_trace_cmp((type_size << 32) | predicate, A0, A1);
427 IRB.CreateIntCast(A1, Int64Ty, true)});

Completed in 1865 milliseconds

1 2 34 5 6 7 8