HomeSort by relevance Sort by last modified time
    Searched defs:LU (Results 1 - 11 of 11) sorted by null

  /external/eigen/bench/btl/actions/
action_lu_solve.hh 65 typename Interface::gene_matrix LU;
70 Interface::matrix_from_stl(LU,A_stl);
87 // LU factorization
88 Interface::copy_matrix(A,LU,size);
89 Interface::LU_factor(LU,pivot,size);
91 // LU solve
93 Interface::LU_solve(LU,pivot,B,X,size);
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 314 auto LU = L->use_begin(), LE = L->use_end();
316 skipUnmappedUsers(LU, LE, LM);
319 while (LU != LE) {
324 if (LM.lookup(LU->getUser()) != RM.lookup(RU->getUser())) {
328 if (LU->getOperandNo() != RU->getOperandNo()) {
332 skipUnmappedUsers(++LU, LE, LM);
  /external/llvm/lib/IR/
LegacyPassManager.cpp 559 SmallPtrSet<Pass *, 8> &LU = DMI->second;
560 for (Pass *LUP : LU) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 457 const SCEVUnknown *LU = cast<SCEVUnknown>(LHS);
462 const Value *LV = LU->getValue(), *RV = RU->getValue();
    [all...]
ValueTracking.cpp 598 Operator *LU = dyn_cast<Operator>(L);
599 if (!LU)
601 unsigned Opcode = LU->getOpcode();
610 Value *LL = LU->getOperand(0);
611 Value *LR = LU->getOperand(1);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 482 const SCEVUnknown *LU = cast<SCEVUnknown>(LHS);
487 const Value *LV = LU->getValue(), *RV = RU->getValue();
    [all...]
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 829 /// folded in \p LU at isel time.
831 /// This function returns true if \p LU can accommodate what \p F
838 const LSRUse &LU, const Formula &F);
839 // Get the cost of the scaling factor used in F for LU.
841 const LSRUse &LU, const Formula &F);
888 const LSRUse &LU,
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 298 milliseconds