Home
last modified time | relevance | path

Searched refs:lp2 (Results 1 – 6 of 6) sorted by relevance

/external/eigen/test/
Dpermutationmatrices.cpp57 LeftPermutationType lp2(lv2); in permutationmatrices() local
58 Matrix<Scalar,Rows,Rows> lm2(lp2); in permutationmatrices()
59 VERIFY_IS_APPROX((lp*lp2).toDenseMatrix().template cast<Scalar>(), lm*lm2); in permutationmatrices()
86 lp2 = lp; in permutationmatrices()
90 lp2.applyTranspositionOnTheLeft(i, j); in permutationmatrices()
93 VERIFY_IS_APPROX(lm, lp2.toDenseMatrix().template cast<Scalar>()); in permutationmatrices()
/external/opencv3/modules/features2d/misc/java/test/
DFeatures2dTest.java123 List<Point> lp2 = new ArrayList<Point>(adm.length); in testPTOD() local
129 lp2.add(qkp[dm.queryIdx].pt); in testPTOD()
133 MatOfPoint2f points2 = new MatOfPoint2f(lp2.toArray(new Point[0])); in testPTOD()
/external/llvm/test/CodeGen/X86/
Dinconsistent_landingpad.ll19 %lp2 = landingpad { i8*, i32 }
/external/clang/test/Analysis/
Dmalloc-sizeof.c18 …long *lp2 = malloc(5 * sizeof(double)); // expected-warning {{Result of 'malloc' is converted to a… in foo() local
/external/lzma/DOC/
Dlzma-sdk.txt295 2) LZMA e file.bin file.lzma -lc0 -lp2
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc183 const std::string& lt2, const std::string& lp2, in Result()
186 local_type2(lt2), local_proto2(lp2), remote_type2(rt2), in Result()