Home
last modified time | relevance | path

Searched defs:Numerator (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSupport.h51 unsigned Numerator, Denominator; variable
56 : Numerator(Cycles), Denominator(ResourceUnits) {} in Numerator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBranchProbability.cpp39 BranchProbability::BranchProbability(uint32_t Numerator, uint32_t Denominator) { in BranchProbability()
52 BranchProbability::getBranchProbability(uint64_t Numerator, in getBranchProbability()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dgradient_paint.inl21 …T Numerator = (D.x * F.x + D.y * F.y) + sqrt(Radius2 * (pow2(D.x) + pow2(D.y)) - pow2(D.x * F.y - … local
/third_party/boost/boost/units/
Dstatic_rational.hpp142 BOOST_STATIC_CONSTEXPR integer_type Numerator = N/den, member in boost::units::static_rational
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp568 static uint32_t safeDiv(uint64_t Numerator, uint64_t Divisor) { in safeDiv()
577 static uint32_t branchDiv(uint64_t Numerator, uint64_t Divisor) { in branchDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp290 const SCEV *Numerator = SE.getMulExpr(Stride, TripCount); in computeRefCost() local
DValueTracking.cpp4083 const APInt *Numerator, *Denominator; in isSafeToSpeculativelyExecute() local
DScalarEvolution.cpp10363 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations() local
/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() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp5999 SDValue Numerator = Op.getOperand(1); in LowerINTRINSIC_WO_CHAIN() local