Searched defs:BM (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dbyte_reader.js238 'BM' : 'bmp',
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk enumerator in enum:Eigen::internal::__anon20998
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/
H A DTypeBasedAliasAnalysis.cpp459 const MDNode *BM = LocB.TBAATag; local
460 if (!BM) return AliasAnalysis::alias(LocA, LocB);
463 if (Aliases(AM, BM))
H A DDependenceAnalysis.cpp1277 // Computes the GCD of AM and BM.
1281 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, argument
1286 APInt G1 = BM.abs();
1299 Y = BM.slt(0) ? B1 : -B1;
1379 DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n");
1399 APInt BM = ConstDstCoeff->getValue()->getValue(); local
1401 if (findGCD(Bits, AM, BM, ConstDelta->getValue()->getValue(), G, X, Y)) {
1424 // test(BM/G, LM-X) and test(-BM/G, X-UM)
1425 APInt TMUL = BM
1803 APInt BM = ConstDstCoeff->getValue()->getValue(); local
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java167 BM(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum

Completed in 430 milliseconds