HomeSort by relevance Sort by last modified time
    Searched refs:A11 (Results 1 - 25 of 42) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.d 11 Registers restored: A11, B3
16 0x80 0x03 pop {A10, A11}
21 0x88 0x63 pop {A10, A11, B3, B10, B15}
26 Registers restored: A11, B3
32 Registers restored: \(compact\) A11, B3
37 0xa0 0x22 pop compact {A11, B3}
43 Registers restored: \(compact\) A11, B3
49 Registers restored: \(compact\) A10, A11, B3, B10
67 Registers restored: A11, A15
73 Registers restored: \(compact\) A11, A1
    [all...]
unwind-2.d 11 Registers restored: A11, B3
16 0x80 0x03 pop {A10, A11}
21 0x88 0x63 pop {A10, A11, B3, B10, B15}
26 Registers restored: A11, B3
32 Registers restored: \(compact\) A11, B3
37 0xa0 0x22 pop compact {A11, B3}
43 Registers restored: \(compact\) A11, B3
49 Registers restored: \(compact\) A10, A11, B3, B10
67 Registers restored: A11, A15
73 Registers restored: \(compact\) A11, A1
    [all...]
unwind-1.s 10 stw .d2t1 A11, *+B15(12)
21 stw .d2t1 A11, *+B15(8)
41 stdw .d2t1 A11:A10, *+B15(8)
56 stw .d2t1 A11, *+B15(12)
70 stw .d2t1 A11, *B15--(8)
84 stw .d2t1 A11, *B15--(8)
99 stw .d2t1 A11, *B15--(8)
117 stdw .d2t1 A11:A10, *B15--(8)
167 stw .d2t1 A11, *+B15(12)
183 stw .d2t1 A11, *B15--(8
    [all...]
unwind-2.s 10 stw .d2t1 A11, *+B15(12)
21 stw .d2t1 A11, *+B15(8)
41 stdw .d2t1 A11:A10, *+B15(8)
56 stw .d2t1 A11, *+B15(12)
70 stw .d2t1 A11, *B15--(8)
84 stw .d2t1 A11, *B15--(8)
99 stw .d2t1 A11, *B15--(8)
117 stdw .d2t1 A11:A10, *B15--(8)
167 stw .d2t1 A11, *+B15(12)
183 stw .d2t1 A11, *B15--(8
    [all...]
unwind-bad-2.s 12 stw .d2t1 A11, *+B15(8)
26 stw .d2t1 A11, *B15--(8)
  /external/clang/test/CXX/temp/temp.param/
p4.cpp 18 template<float f> struct A11; // expected-error{{a non-type template parameter cannot have type 'float'}}
  /external/libcxxabi/test/
dynamic_cast14.pass.cpp 146 struct A11
151 virtual ~A11() {}
165 A11* getA11() {return this;}
170 public A11
178 A1* getA1_9() {return A11::getA1_9();}
186 A9* getA9() {return A11::getA9();}
188 A11* getA11() {return A11::getA11();}
211 A11* getA11() {return A12::getA11();}
226 A11 a11 local
947 A11 a11; local
1668 A11 a11; local
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast14.cpp 145 struct A11
150 virtual ~A11() {}
164 A11* getA11() {return this;}
169 public A11
177 A1* getA1_9() {return A11::getA1_9();}
185 A9* getA9() {return A11::getA9();}
187 A11* getA11() {return A11::getA11();}
210 A11* getA11() {return A12::getA11();}
225 A11 a11 local
946 A11 a11; local
1667 A11 a11; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast14.pass.cpp 146 struct A11
151 virtual ~A11() {}
165 A11* getA11() {return this;}
170 public A11
178 A1* getA1_9() {return A11::getA1_9();}
186 A9* getA9() {return A11::getA9();}
188 A11* getA11() {return A11::getA11();}
211 A11* getA11() {return A12::getA11();}
226 A11 a11 local
947 A11 a11; local
1668 A11 a11; local
    [all...]
  /external/opencv3/modules/video/src/opencl/
pyrlk.cl 234 float* A11, float* A12, float* A22, float w)
249 *A11 += dIdx * dIdx;
339 float A11 = 0;
354 &A11, &A12, &A22,1);
359 &A11, &A12, &A22,1);
363 &A11, &A12, &A22,wx);
368 &A11, &A12, &A22,1);
373 &A11, &A12, &A22,1);
377 &A11, &A12, &A22,wx);
382 &A11, &A12, &A22,wy)
    [all...]
  /external/opencv3/modules/cudaoptflow/src/cuda/
pyrlk.cu 152 float A11 = 0;
182 accum(A11, dIdx * dIdx);
188 reduce<BLOCK_SIZE>(smem_tuple(smem1, smem2, smem3), thrust::tie(A11, A12, A22), tid, thrust::make_tuple(plus<float>(), plus<float>(), plus<float>()));
193 smem1[0] = A11;
201 A11 = smem1[0];
205 float D = A11 * A22 - A12 * A12;
217 A11 *= D;
272 delta.y = A12 * b1 - A11 * b2;
388 float A11 = A11i;
392 float D = A11 * A22 - A12 * A12
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 189 LhsPacket A00, A01, A02, A03, A10, A11, A12, A13;
198 A11 = pload<LhsPacket>(&lhs1[j-1+LhsPacketSize]); palign<1>(A01,A11);
208 A01 = pload<LhsPacket>(&lhs1[j-1+2*LhsPacketSize]); palign<1>(A11,A01);
214 T1 = pcj.pmadd(A11, ptmp1, T1);
459 LhsPacket A01, A02, A03, A11, A12, A13;
467 A11 = pload<LhsPacket>(&lhs1[j-1+LhsPacketSize]); palign<1>(A01,A11);
473 A01 = pload<LhsPacket>(&lhs1[j-1+2*LhsPacketSize]); palign<1>(A11,A01);
481 ptmp1 = pcj.pmadd(A11, b, ptmp1)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 378 class A11 = default_policy,
397 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A11>::value);
403 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list;
507 class A11 = default_policy,
513 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list;
699 template <class A1, class A2, class A3, class A4, class A5, class A6, class A7, class A8, class A9, class A10, class A11>
700 inline typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&)
702 typedef typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>::type result_type;
    [all...]
  /external/opencv/cv/src/
cvsamplers.cpp 152 worktype a11, a12, a21, a22, b1, b2; \
164 a11 = scale_macro((1.f-a)*(1.f-b)); \
191 worktype s0 = cast_macro(src[j])*a11 + \
195 worktype s1 = cast_macro(src[j+1])*a11 + \
206 worktype s0 = cast_macro(src[j])*a11 + \
239 worktype s0 = cast_macro(src[j])*a11 + \
610 double A11 = matrix[0], A12 = matrix[1], A13 = matrix[2]-A11*dx-A12*dy; \
620 double xe = A11*(win_size.width-1) + A12*y + A13; \
636 xs += A11; \
    [all...]
  /external/opencv3/modules/imgproc/src/
samplers.cpp 136 _WTp a11, a12, a21, a22, b1, b2; local
148 a11 = scale_op((1.f-a)*(1.f-b));
169 _WTp s0 = src[j]*a11 + src[j+cn]*a12 + src[j+src_step]*a21 + src[j+src_step+cn]*a22;
170 _WTp s1 = src[j+1]*a11 + src[j+cn+1]*a12 + src[j+src_step+1]*a21 + src[j+src_step+cn+1]*a22;
177 _WTp s0 = src[j]*a11 + src[j+cn]*a12 + src[j+src_step]*a21 + src[j+src_step+cn]*a22;
208 s0 = src[j]*a11 + src[j+cn]*a12 + src2[j]*a21 + src2[j+cn]*a22;
276 double A11 = matrix[0], A12 = matrix[1], A13 = matrix[2];
286 double xe = A11*(win_size.width-1) + A12*y + A13;
301 xs += A11;
337 xs += A11; ys += A21
    [all...]
  /external/mesa3d/include/CL/
cl.hpp     [all...]
  /external/eigen/Eigen/src/Cholesky/
LLT.h 314 // lu = A10 | A11 | -
318 Block<MatrixType,Dynamic,Dynamic> A11(m,k, k, bs,bs);
323 if((ret=unblocked(A11))>=0) return k+ret;
324 if(rs>0) A11.adjoint().template triangularView<Upper>().template solveInPlace<OnTheRight>(A21);
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 336 // lu = A_0 | A_1 | A_2 = A10 | A11 | A12
340 BlockType A11(lu,k,k,bs,bs);
346 // recursively call the blocked LU algorithm on [A11^T A21^T]^T
367 // A12 = A11^-1 A12
368 A11.template triangularView<UnitLower>().solveInPlace(A12);
  /external/opencv3/modules/video/src/
lkpyramid.cpp 284 float A11, A12, A22;
482 A11 = iA11*FLT_SCALE;
486 float D = A11*A22 - A12*A12;
487 float minEig = (A22 + A11 - std::sqrt((A11-A22)*(A11-A22) +
684 (float)((A12*b1 - A11*b2) * D));
    [all...]
  /external/icu/icu4c/source/data/sprep/
rfc3530cs.txt 81 0A11..0A12; ; UNASSIGNED
rfc3530mixp.txt 82 0A11..0A12; ; UNASSIGNED
rfc3920res.txt 82 0A11..0A12; ; UNASSIGNED
rfc4011.txt 81 0A11..0A12; ; UNASSIGNED
rfc4013.txt 82 0A11..0A12; ; UNASSIGNED
rfc4505.txt 81 0A11..0A12; ; UNASSIGNED

Completed in 1954 milliseconds

1 2