Home
last modified time | relevance | path

Searched refs:A11 (Results 1 – 25 of 50) sorted by relevance

12

/external/libcxxabi/test/
Ddynamic_cast14.pass.cpp146 struct A11 struct
151 virtual ~A11() {} in ~A11() argument
165 A11* getA11() {return this;} in getA11() argument
170 public A11
178 A1* getA1_9() {return A11::getA1_9();} in getA1_9()
186 A9* getA9() {return A11::getA9();} in getA9()
188 A11* getA11() {return A11::getA11();} in getA11()
211 A11* getA11() {return A12::getA11();} in getA11()
226 A11 a11; in test()
492 assert(dynamic_cast<A11*>(a11.getA1_3()) == a11.getA11()); in test()
[all …]
/external/opencv3/modules/video/src/opencl/
Dpyrlk.cl234 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/
Dpyrlk.cu152 float A11 = 0; in sparseKernel() local
182 accum(A11, dIdx * dIdx); in sparseKernel()
188 …reduce<BLOCK_SIZE>(smem_tuple(smem1, smem2, smem3), thrust::tie(A11, A12, A22), tid, thrust::make_… in sparseKernel()
193 smem1[0] = A11; in sparseKernel()
201 A11 = smem1[0]; in sparseKernel()
205 float D = A11 * A22 - A12 * A12; in sparseKernel()
217 A11 *= D; in sparseKernel()
272 delta.y = A12 * b1 - A11 * b2; in sparseKernel()
388 float A11 = A11i; in denseKernel() local
392 float D = A11 * A22 - A12 * A12; in denseKernel()
[all …]
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixVector.h189 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);
/external/opencv/cv/src/
Dcvsamplers.cpp610 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; \
650 xs += A11; ys += A21; \
686 double A11 = matrix[0], A12 = matrix[1], A13 = matrix[2]-A11*dx-A12*dy; \
696 double xe = A11*(win_size.width-1) + A12*y + A13; \
711 xs += A11; \
734 xs += A11; ys += A21; \
Dcvimgwarp.cpp1234 float A11 = (float)matrix[0], A12 = (float)matrix[1], A13 = (float)matrix[2];\
1247 for( x = 0; x < dsize.width; x++, xs0 += A11, ys0 += A21, ws += A31 )\
/external/clang/test/CXX/temp/temp.param/
Dp4.cpp18 template<float f> struct A11; // expected-error{{a non-type template parameter cannot have type 'fl…
/external/mesa3d/include/CL/
Dcl.hpp3261 class A11>
3273 const A11& a11,
3278 class A11, class A12>
3290 const A11& a11,
3296 class A11, class A12, class A13>
3308 const A11& a11,
3315 class A11, class A12, class A13, class A14>
3327 const A11& a11,
3335 class A11, class A12, class A13, class A14, class A15>
3347 const A11& a11,
[all …]
/external/clang/test/CodeGenObjCXX/
Darc-exceptions.mm152 // CHECK-NEXT: [[A11:%.*]] = getelementptr inbounds i8*, i8** [[A10]], i64 1
153 // CHECK-NEXT: store i8** [[A11]],
155 // CHECK: store i8* [[T0]], i8** [[A11]], align
/external/opencv3/modules/imgproc/src/
Dsamplers.cpp276 double A11 = matrix[0], A12 = matrix[1], A13 = matrix[2]; in getQuadrangleSubPix_8u32f_CnR() local
286 double xe = A11*(win_size.width-1) + A12*y + A13; in getQuadrangleSubPix_8u32f_CnR()
301 xs += A11; in getQuadrangleSubPix_8u32f_CnR()
337 xs += A11; ys += A21; in getQuadrangleSubPix_8u32f_CnR()
Dimgwarp.cpp5540 double A11 = M[4]*D, A22=M[0]*D; in ocl_warpTransform() local
5541 M[0] = A11; M[1] *= -D; in ocl_warpTransform()
5595 double A11 = M[4]*D, A22=M[0]*D; in warpAffine() local
5596 M[0] = A11; M[1] *= -D; in warpAffine()
6313 double A11 = M[step+1]*D, A22 = M[0]*D, A12 = -M[1]*D, A21 = -M[step]*D; in invertAffineTransform() local
6314 double b1 = -A11*M[2] - A12*M[step+2]; in invertAffineTransform()
6317 iM[0] = (float)A11; iM[1] = (float)A12; iM[2] = (float)b1; in invertAffineTransform()
6328 double A11 = M[step+1]*D, A22 = M[0]*D, A12 = -M[1]*D, A21 = -M[step]*D; in invertAffineTransform() local
6329 double b1 = -A11*M[2] - A12*M[step+2]; in invertAffineTransform()
6332 iM[0] = A11; iM[1] = A12; iM[2] = b1; in invertAffineTransform()
/external/eigen/Eigen/src/Cholesky/
DLLT.h318 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/llvm/test/Transforms/ScalarRepl/
Dlifetime.ll106 %A11 = getelementptr %t3, %t3* %A, i32 0, i32 0, i32 0
110 store i16 11, i16* %A11
/external/eigen/Eigen/src/LU/
DPartialPivLU.h340 BlockType A11(lu,k,k,bs,bs);
368 A11.template triangularView<UnitLower>().solveInPlace(A12);
/external/opencv3/modules/video/src/
Dlkpyramid.cpp284 float A11, A12, A22; in operator ()() local
482 A11 = iA11*FLT_SCALE; in operator ()()
486 float D = A11*A22 - A12*A12; in operator ()()
487 float minEig = (A22 + A11 - std::sqrt((A11-A22)*(A11-A22) + in operator ()()
684 (float)((A12*b1 - A11*b2) * D)); in operator ()()
/external/icu/icu4c/source/test/testdata/
Dnfs4_mixed_prep_p.txt73 0A11..0A12; ; UNASSIGNED
Dnfs4_cs_prep_cs.txt73 0A11..0A12; ; UNASSIGNED
/external/icu/icu4c/source/data/sprep/
Drfc3530cs.txt81 0A11..0A12; ; UNASSIGNED
Drfc4505.txt81 0A11..0A12; ; UNASSIGNED
Drfc4011.txt81 0A11..0A12; ; UNASSIGNED
Drfc3530mixp.txt82 0A11..0A12; ; UNASSIGNED
Drfc4013.txt82 0A11..0A12; ; UNASSIGNED
Drfc3920res.txt82 0A11..0A12; ; UNASSIGNED
Drfc4518.txt81 0A11..0A12; ; UNASSIGNED
/external/libavc/encoder/arm/
Dime_distortion_metrics_a9q.s1022 @S9 S10 S11 S12 A9 A10 A11 A12

12