Searched defs:Dividend (Results 1 – 14 of 14) sorted by relevance
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/ |
D | math.c | 136 IN UINT64 Dividend, in DivU64x32()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/ |
D | math.c | 136 IN UINT64 Dividend, in DivU64x32()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/ |
D | math.c | 74 IN UINT64 Dividend, in DivU64x32()
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 34 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()
|
D | BypassSlowDivision.cpp | 31 Value *Dividend; member 82 Value *Dividend = I->getOperand(0); in insertFastDiv() local
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 154 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/ |
D | ScaledNumber.cpp | 58 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/ |
D | SystemZISelDAGToDAG.cpp | 627 SDNode *Dividend; in Select() local 709 SDNode *Dividend = N0.getNode(); in Select() local
|
/external/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 38 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1220 static Instruction *CvtFDivConstToReciprocal(Value *Dividend, Constant *Divisor, in CvtFDivConstToReciprocal()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1583 bool isRemainderZero(const SCEVConstant *Dividend, in isRemainderZero()
|
D | ScalarEvolution.cpp | 1022 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 747 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8762 SDValue Dividend = U->getOperand(0); in combineRepeatedFPDivisors() local
|