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 64 UINT Denominator;
dxva2api.h 272 UINT Denominator;
    [all...]
dxvahd.h 224 UINT Denominator;
mfobjects.h     [all...]
ks.h     [all...]
wingdi.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 698 // Denominator.
700 const SCEV *Denominator, const SCEV **Quotient,
702 assert(Numerator && Denominator && "Uninitialized SCEV");
704 SCEVDivision D(SE, Numerator, Denominator);
708 if (Numerator == Denominator) {
721 if (Denominator->isOne()) {
727 // Split the Denominator when it is a product.
728 if (const SCEVMulExpr *T = dyn_cast<SCEVMulExpr>(Denominator)) {
736 // the Denominator.
753 // Expr by Denominator for the following functions with empty implementation
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 392 milliseconds