Home
last modified time | relevance | path

Searched refs:getNumerator (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DIntegerRatio.h37 int32_t getNumerator() { in getNumerator() function
DMultiChannelResampler.cpp40 mNumerator = ratio.getNumerator(); in MultiChannelResampler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSupport.h63 unsigned getNumerator() const { return Numerator; } in getNumerator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp515 .createBranchWeights(SuccessProb.getNumerator(), in InsertStackProtectors()
516 FailureProb.getNumerator()); in InsertStackProtectors()
DMachineBasicBlock.cpp367 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) in print()
379 rint(((double)BP.getNumerator() / BP.getDenominator()) * in print()
645 Sum += Prob.getNumerator(); in validateSuccProbs()
DSafeStack.cpp472 .createBranchWeights(SuccessProb.getNumerator(), in checkStackGuard()
473 FailureProb.getNumerator()); in checkStackGuard()
DMIRPrinter.cpp659 << format("0x%08" PRIx32, MBB.getSuccProbability(I).getNumerator()) in print()
DMachineBlockPlacement.cpp686 uint32_t SuccProbN = OrigProb.getNumerator(); in getAdjustedProbability()
687 uint32_t SuccProbD = AdjustedSumProb.getNumerator(); in getAdjustedProbability()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBranchProbability.h65 uint32_t getNumerator() const { return N; } in getNumerator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp261 dbgs() << "cycles: " << Resource.second.getNumerator() << '\n'; in notifyInstructionIssued()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js82 this.getNumerator = function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp284 Weights.push_back(BP.getNumerator()); in updatePredecessorProfileMetadata()
285 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata()
287 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata()
288 Weights.push_back(BP.getNumerator()); in updatePredecessorProfileMetadata()
2289 Weights.push_back(Prob.getNumerator()); in UpdateBlockFreqAndEdgeWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1304 return Prob.getNumerator();
1452 uint32_t N = BP.getNumerator();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp10489 uint32_t Numerator = CaseProb.getNumerator(); in scaleCaseProbality()