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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 52 UINT Denominator;
dxva2api.h 264 UINT Denominator;
dxvahd.h 220 UINT Denominator;
mfobjects.h     [all...]
ks.h     [all...]
wingdi.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 696 // Denominator.
698 const SCEV *Denominator, const SCEV **Quotient,
700 assert(Numerator && Denominator && "Uninitialized SCEV");
702 SCEVDivision D(SE, Numerator, Denominator);
706 if (Numerator == Denominator) {
719 if (Denominator->isOne()) {
725 // Split the Denominator when it is a product.
726 if (const SCEVMulExpr *T = dyn_cast<const SCEVMulExpr>(Denominator)) {
734 // the Denominator.
751 // Expr by Denominator for the following functions with empty implementation
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 624 milliseconds