Home
last modified time | relevance | path

Searched defs:Dividend (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/
Dmath.c136 IN UINT64 Dividend, in DivU64x32()
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/
Dmath.c136 IN UINT64 Dividend, in DivU64x32()
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
Dmath.c74 IN UINT64 Dividend, in DivU64x32()
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp34 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor, in generateSignedRemainderCode()
80 static Value *generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, in generatedUnsignedRemainderCode()
104 static Value *generateSignedDivisionCode(Value *Dividend, Value *Divisor, in generateSignedDivisionCode()
151 static Value *generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, in generateUnsignedDivisionCode()
DBypassSlowDivision.cpp31 Value *Dividend; member
82 Value *Dividend = I->getOperand(0); in insertFastDiv() local
/external/llvm/include/llvm/Support/
DScaledNumber.h154 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient()
171 inline std::pair<uint32_t, int16_t> getQuotient32(uint32_t Dividend, in getQuotient32()
177 inline std::pair<uint64_t, int16_t> getQuotient64(uint64_t Dividend, in getQuotient64()
684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
/external/llvm/lib/Support/
DScaledNumber.cpp58 std::pair<uint32_t, int16_t> ScaledNumbers::divide32(uint32_t Dividend, in divide32()
81 std::pair<uint64_t, int16_t> ScaledNumbers::divide64(uint64_t Dividend, in divide64()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp627 SDNode *Dividend; in Select() local
709 SDNode *Dividend = N0.getNode(); in Select() local
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp38 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1220 static Instruction *CvtFDivConstToReciprocal(Value *Dividend, Constant *Divisor, in CvtFDivConstToReciprocal()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1583 bool isRemainderZero(const SCEVConstant *Dividend, in isRemainderZero()
DScalarEvolution.cpp1022 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp747 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8762 SDValue Dividend = U->getOperand(0); in combineRepeatedFPDivisors() local