Searched refs:partCount (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 472 unsigned int partCount, in lostFractionThroughTruncation() argument 477 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation() 484 if (bits <= partCount * APFloatBase::integerPartWidth && in lostFractionThroughTruncation() 710 count = partCount(); in initialize() 732 assert(rhs.partCount() >= partCount()); in copySignificand() 735 partCount()); in copySignificand() 746 unsigned numParts = partCount(); in makeNaN() 830 const unsigned PartCount = partCount(); in isSignificandAllOnes() 852 const unsigned PartCount = partCount(); in isSignificandAllZeros() 898 return std::equal(significandParts(), significandParts() + partCount(), in bitwiseIsEqual() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 98 deUint32 partCount; member 589 …viceSize> tfBufBindingSizes = generateSizesList(m_parameters.bufferSize, m_parameters.partCount); in iterate() 600 for (deUint32 drawNdx = 0; drawNdx < m_parameters.partCount; ++drawNdx) in iterate() 666 const size_t tfcBufSize = 16 * sizeof(deUint32) * m_parameters.partCount; in iterate() 670 … tfcBufBindingOffsets = generateOffsetsList(generateSizesList(tfcBufSize, m_parameters.partCount)); in iterate() 673 …eviceSize> chunkSizesList = generateSizesList(m_parameters.bufferSize, m_parameters.partCount); in iterate() 684 for (size_t drawNdx = 0; drawNdx < m_parameters.partCount; ++drawNdx) in iterate() 772 [](deUint32 partCount) { return partCount; }, in getTopologyParametersMap() 780 [](deUint32 partCount) { return partCount; }, in getTopologyParametersMap() 788 [](deUint32 partCount) { return 2u * (partCount - 1); }, in getTopologyParametersMap() [all …]
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | rfc4253.js | 71 var partCount = algs.info[key.type].parts.length; 73 partCount = algs.privInfo[key.type].parts.length; 75 while (!sshbuf.atEnd() && parts.length < partCount)
|
D | openssh-cert.js | 76 var partCount = algs.info[key.type].parts.length; 77 while (parts.length < partCount)
|
/third_party/icu/icu4c/source/test/intltest/ |
D | datadrivennumberformattestsuite.cpp | 130 int32_t partCount = splitBy(parts, UPRV_LENGTHOF(parts), 0x20); in setTupleField() local 131 if (partCount < 3) { in setTupleField()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 231 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() 491 unsigned int partCount() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 260 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() 480 unsigned int partCount() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 1159 int partCount = 0; in WriteCppReplayFunctionWithParts() local 1163 out << "void " << FmtFunction(replayFunc, contextID, frameIndex, ++partCount) << "\n"; in WriteCppReplayFunctionWithParts() 1184 if (partCount > 0 && ++callCount % kFunctionSizeLimit == 0) in WriteCppReplayFunctionWithParts() 1188 out << "void " << FmtFunction(replayFunc, contextID, frameIndex, ++partCount) << "\n"; in WriteCppReplayFunctionWithParts() 1194 if (partCount > 0) in WriteCppReplayFunctionWithParts() 1201 for (int i = 1; i <= partCount; i++) in WriteCppReplayFunctionWithParts()
|