Home
last modified time | relevance | path

Searched defs:Remainder (Results 1 – 23 of 23) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-ia64.pl580 sub Remainder = 0, OutPtr subroutine
614 sub Remainder = EndPtr, InPtr subroutine
708 sub Remainder = EndPtr, InPtr // Calculate subroutine
/minix/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DIntegerDivision.cpp109 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
139 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
230 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
260 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
/minix/minix/drivers/power/acpi/executer/
H A Dexutils.c417 UINT32 Remainder; in AcpiExIntegerToString() local
H A Dexconvrt.c324 UINT32 Remainder; in AcpiExConvertToAscii() local
H A Dexregion.c87 UINT32 Remainder; in AcpiExSystemMemorySpaceHandler() local
/minix/minix/drivers/power/acpi/utilities/
H A Dutmath.c169 UINT64_OVERLAY Remainder; in AcpiUtDivide() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp91 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local
394 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
411 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
H A DBypassSlowDivision.cpp40 PHINode *Remainder; member
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp216 int64_t Remainder = FrameSize - Base; in makeFrame() local
240 int64_t Remainder = FrameSize - Base; in restoreFrame() local
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex5300 \subsection{Quotient Estimation}
5344 \subsection{Normalized Integers}
5356 \subsection{Radix-$\beta$ Division with Remainder}
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp69 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
H A DAPInt.cpp1687 APInt *Quotient, APInt *Remainder) in divide()
1941 APInt Remainder(1,0); in urem() local
1958 APInt &Quotient, APInt &Remainder) { in udivrem()
2010 APInt &Quotient, APInt &Remainder) { in sdivrem()
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h145 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp208 const SCEV *&Remainder, in FactorOutConstant()
270 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0); in FactorOutConstant() local
424 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
H A DDependenceAnalysis.cpp1072 APInt Remainder = ConstDelta; in strongSIVtest() local
1266 APInt Remainder = APDelta; in weakCrossingSIVtest() local
2323 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
H A DScalarEvolution.cpp922 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/minix/minix/llvm/passes/asr/
H A DASRPass.cpp525 …BinaryOperator *Remainder = BinaryOperator::Create(Instruction::SRem, RandFuncCall, max_offset_con… in runOnModule() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3218 const SCEV *Remainder = CollectSubexprs(*I, C, Ops, L, SE, Depth+1); in CollectSubexprs() local
3228 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local
3252 const SCEV *Remainder = in CollectSubexprs() local
3269 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp98 APInt Remainder(C1.getBitWidth(), /*Val=*/0ULL, IsSigned); in IsMultiple() local
H A DInstructionCombining.cpp1027 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp551 unsigned Remainder = 0; in SelectInt64CountDirect() local
640 unsigned Remainder = 0; in SelectInt64Direct() local
H A DPPCFastISel.cpp1988 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1763 SDValue Remainder = DAG.getNode(ISD::SUB, DL, VT, Num, Num_S_Remainder); in LowerUDIVREM() local