Home
last modified time | relevance | path

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

/external/eigen/test/
Dpermutationmatrices.cpp65 LeftPermutationType lp2(lv2); in permutationmatrices() local
66 Matrix<Scalar,Rows,Rows> lm2(lp2); in permutationmatrices()
67 VERIFY_IS_APPROX((lp*lp2).toDenseMatrix().template cast<Scalar>(), lm*lm2); in permutationmatrices()
94 lp2 = lp; in permutationmatrices()
98 lp2.applyTranspositionOnTheLeft(i, j); in permutationmatrices()
101 VERIFY_IS_APPROX(lm, lp2.toDenseMatrix().template cast<Scalar>()); in permutationmatrices()
/external/llvm/test/CodeGen/X86/
Dinconsistent_landingpad.ll19 %lp2 = landingpad { i8*, i32 }
/external/swiftshader/third_party/llvm-7.0/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/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.h76 virtual LRESULT OnCplMsg(HWND hWndCPl, UINT msg, LPARAM lp1, LPARAM lp2);
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js765 var lp2 = lr4_lowpass(f2);
772 connect(hp1, lp2);
784 return lp2.output();
802 lp2.config(s, value);
/external/lzma/DOC/
Dlzma-sdk.txt296 2) LZMA e file.bin file.lzma -lc0 -lp2
/external/u-boot/lib/lzma/
Dlzma.txt245 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()