/third_party/openssl/test/recipes/10-test_bn_data/ |
D | bnmul.txt | 926 Remainder = -1 931 Remainder = 0 936 Remainder = 1 941 Remainder = -2 946 Remainder = -3 951 Remainder = 4 956 Remainder = 5 961 Remainder = -6 966 Remainder = -7 971 Remainder = 8 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 48 Value *Remainder; member 51 : Quotient(InQuotient), Remainder(InRemainder) {} in QuotRemPair() 60 Value *Remainder = nullptr; member 172 return isDivisionOp() ? Value.Quotient : Value.Remainder; in getReplacement() 273 DivRemPair.Remainder = Builder.CreateSRem(Dividend, Divisor); in createSlowBB() 276 DivRemPair.Remainder = Builder.CreateURem(Dividend, Divisor); in createSlowBB() 303 DivRemPair.Remainder = in createFastBB() 319 RemPhi->addIncoming(LHS.Remainder, LHS.BB); in createDivRemPhiNodes() 320 RemPhi->addIncoming(RHS.Remainder, RHS.BB); in createDivRemPhiNodes() 418 Long.Remainder = Dividend; in insertFastDivAndRem() [all …]
|
D | IntegerDivision.cpp | 90 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local 95 return Remainder; in generatedUnsignedRemainderCode() 389 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), in expandRemainder() local 394 Rem->replaceAllUsesWith(Remainder); in expandRemainder() 408 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local 412 Rem->replaceAllUsesWith(Remainder); in expandRemainder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | Hash.cpp | 30 const uint8_t *Remainder = reinterpret_cast<const uint8_t *>(Longs.end()); in hashStringV1() local 36 uint16_t Value = *reinterpret_cast<const ulittle16_t *>(Remainder); in hashStringV1() 38 Remainder += 2; in hashStringV1() 44 Result ^= *(Remainder++); in hashStringV1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1627 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide() argument 1648 if ((Remainder?4:3)*n+2*m+1 <= 128) { in divide() 1652 if (Remainder) in divide() 1658 if (Remainder) in divide() 1681 if (Remainder) in divide() 1763 if (Remainder) { in divide() 1765 if (Remainder->BitWidth != RHS.BitWidth) { in divide() 1766 if (Remainder->isSingleWord()) in divide() 1767 Remainder->VAL = 0; in divide() 1769 delete [] Remainder->pVal; in divide() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1479 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide() argument 1499 if ((Remainder?4:3)*n+2*m+1 <= 128) { in divide() 1503 if (Remainder) in divide() 1509 if (Remainder) in divide() 1532 if (Remainder) in divide() 1587 if (Remainder) { in divide() 1589 Remainder[i] = Make_64(R[i*2+1], R[i*2]); in divide() 1727 APInt Remainder(BitWidth, 0); in urem() local 1728 divide(U.pVal, lhsWords, RHS.U.pVal, rhsWords, nullptr, Remainder.U.pVal); in urem() 1729 return Remainder; in urem() [all …]
|
D | ScaledNumber.cpp | 70 uint64_t Remainder = Dividend64 % Divisor; in divide32() local 77 return getRounded<uint32_t>(Quotient, Shift, Remainder >= getHalf(Divisor)); in divide32()
|
D | SHA1.cpp | 218 const size_t Remainder = std::min<size_t>( in update() local 220 for (size_t I = 0; I < Remainder; ++I) in update() 222 Data = Data.drop_front(Remainder); in update()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 230 int64_t Remainder = FrameSize - Base; in makeFrame() local 232 if (isInt<16>(-Remainder)) in makeFrame() 233 BuildAddiuSpImm(MBB, I, -Remainder); in makeFrame() 235 adjustStackPtrBig(SP, -Remainder, MBB, I, Mips::V0, Mips::V1); in makeFrame() 254 int64_t Remainder = FrameSize - Base; in restoreFrame() local 258 if (isInt<16>(Remainder)) in restoreFrame() 259 BuildAddiuSpImm(MBB, I, Remainder); in restoreFrame() 261 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1); in restoreFrame()
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | bignum.txt | 28 Extending the maximum transform length (Chinese Remainder Theorem): 33 recover the result using the Chinese Remainder Theorem. 43 result = crt3(c1, c2, c3) # Chinese Remainder Theorem 78 crt.c -> Chinese Remainder Theorem: use information from three
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 386 unsigned Remainder = in prepareBaseForDispFormChain() local 388 if (RemainderOffsetInfo.find(Remainder) == RemainderOffsetInfo.end()) in prepareBaseForDispFormChain() 389 RemainderOffsetInfo[Remainder] = std::make_pair(j, 1); in prepareBaseForDispFormChain() 391 RemainderOffsetInfo[Remainder].second++; in prepareBaseForDispFormChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 472 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local 479 copy_if_else(Relocs.begin(), Relocs.end(), std::back_inserter(Remainder), in sortRelocs() 484 for (auto &R : Remainder) { in sortRelocs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1184 APInt Remainder = ConstDelta; in strongSIVtest() local 1185 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest() 1187 LLVM_DEBUG(dbgs() << "\t Remainder = " << Remainder << "\n"); in strongSIVtest() 1189 if (Remainder != 0) { in strongSIVtest() 1372 APInt Remainder = APDelta; in weakCrossingSIVtest() local 1373 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest() 1374 LLVM_DEBUG(dbgs() << "\t Remainder = " << Remainder << "\n"); in weakCrossingSIVtest() 1375 if (Remainder != 0) { in weakCrossingSIVtest() 1385 Remainder = Distance.srem(Two); in weakCrossingSIVtest() 1386 LLVM_DEBUG(dbgs() << "\t Remainder = " << Remainder << "\n"); in weakCrossingSIVtest() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 83 Remainder = 51, enumerator
|