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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk
57 // process the remaining rows per chunk of BM rows
58 for(Index ib=i0; ib<m; ib+=BM)
60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 465 const MDNode *BM = LocB.AATags.TBAA;
466 if (!BM) return AliasAnalysis::alias(LocA, LocB);
469 if (Aliases(AM, BM))
DependenceAnalysis.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 92 BM = chr(19) # byte macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 92 BM = chr(19) # byte macro
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 307 milliseconds