Home
last modified time | relevance | path

Searched refs:GetSize (Results 176 – 200 of 18321) sorted by relevance

12345678910>>...733

/dports/comms/qsstv/qsstv/drmtx/common/matlib/
H A DMatlib.h178 Init(vecI.GetSize());
187 Init(vecI.GetSize());
258 {_VECOP(T, vecA.GetSize(), vecA[i] * rB);}
531 const int iSizeA = vecA.GetSize(); in Merge()
546 const int iSizeA = vecA.GetSize(); in Merge()
547 const int iSizeB = vecB.GetSize(); in Merge()
567 const int iSizeA = vecA.GetSize(); in Merge()
568 const int iSizeB = vecB.GetSize(); in Merge()
569 const int iSizeC = vecC.GetSize(); in Merge()
707 const int iSizeB = cvB.GetSize();
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/actions/
H A DLandscapeActions.cc68 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionAnalyzeLandscape()
118 for (int i = 0; i < depths.GetSize(); i++) { in Process()
304 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionDumpLandscape()
529 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionPredictWLandscape()
579 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionPredictNuLandscape()
632 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionRandomLandscape()
703 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionSampleLandscape()
769 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionHillClimb()
901 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionPairTestLandscape()
1009 if (largs.GetSize()) m_filename = largs.PopWord(); in cActionAnalyzePopulation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dcurvedshapes.cxx56 if ( aRectPoly.GetSize() >= 2 ) in DrawEllipse()
60 mpGraphics->DrawPolyLine( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse()
65 mpGraphics->DrawPolygon( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse()
104 if ( aArcPoly.GetSize() >= 2 ) in DrawArc()
107 mpGraphics->DrawPolyLine( aArcPoly.GetSize(), pPtAry, this ); in DrawArc()
145 if ( aPiePoly.GetSize() >= 2 ) in DrawPie()
149 mpGraphics->DrawPolyLine( aPiePoly.GetSize(), pPtAry, this ); in DrawPie()
154 mpGraphics->DrawPolygon( aPiePoly.GetSize(), pPtAry, this ); in DrawPie()
193 if ( aChordPoly.GetSize() >= 2 ) in DrawChord()
197 mpGraphics->DrawPolyLine( aChordPoly.GetSize(), pPtAry, this ); in DrawChord()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dcurvedshapes.cxx57 if ( aRectPoly.GetSize() >= 2 ) in DrawEllipse()
61 mpGraphics->DrawPolyLine( aRectPoly.GetSize(), pPtAry, *this ); in DrawEllipse()
66 mpGraphics->DrawPolygon( aRectPoly.GetSize(), pPtAry, *this ); in DrawEllipse()
106 if ( aArcPoly.GetSize() >= 2 ) in DrawArc()
109 mpGraphics->DrawPolyLine( aArcPoly.GetSize(), pPtAry, *this ); in DrawArc()
148 if ( aPiePoly.GetSize() >= 2 ) in DrawPie()
152 mpGraphics->DrawPolyLine( aPiePoly.GetSize(), pPtAry, *this ); in DrawPie()
157 mpGraphics->DrawPolygon( aPiePoly.GetSize(), pPtAry, *this ); in DrawPie()
197 if ( aChordPoly.GetSize() >= 2 ) in DrawChord()
201 mpGraphics->DrawPolyLine( aChordPoly.GetSize(), pPtAry, *this ); in DrawChord()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/data_loaders/csra/test/
H A Dtest_csra_loader.cpp187 BOOST_CHECK_EQUAL(git.GetSize(), 1u); in BOOST_AUTO_TEST_CASE()
212 BOOST_CHECK(git.GetSize() % 6 == 0); in BOOST_AUTO_TEST_CASE()
272 BOOST_CHECK_EQUAL(git.GetSize(), 1u); in BOOST_AUTO_TEST_CASE()
297 BOOST_CHECK(git.GetSize() % 6 == 0); in BOOST_AUTO_TEST_CASE()
355 BOOST_CHECK_EQUAL(git.GetSize(), 1u); in BOOST_AUTO_TEST_CASE()
380 BOOST_CHECK(git.GetSize() % 6 == 0); in BOOST_AUTO_TEST_CASE()
442 BOOST_CHECK_EQUAL(git.GetSize(), 1u); in BOOST_AUTO_TEST_CASE()
479 BOOST_CHECK(git.GetSize() % 6 == 0); in BOOST_AUTO_TEST_CASE()
731 BOOST_CHECK(git.GetSize() % 6 == 0); in BOOST_AUTO_TEST_CASE()
822 BOOST_CHECK(git.GetSize() % 6 == 0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gtest/
H A DTestVideoTrackEncoder.cpp47 mozilla::gfx::IntSize GetSize() const in GetSize() function in YUVBufferGenerator
310 generator.GetSize(), in TEST()
397 generator.GetSize(), in TEST()
484 generator.GetSize(), in TEST()
521 generator.GetSize(), in TEST()
527 generator.GetSize(), in TEST()
533 generator.GetSize(), in TEST()
575 generator.GetSize(), in TEST()
588 generator.GetSize(), in TEST()
599 generator.GetSize(), in TEST()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/test/
H A DODEParallelTests.cpp17 A = Eigen::MatrixXd::Ones(comm->GetSize()*sizeLocal, comm->GetSize()*sizeLocal); in RHS()
25 Eigen::VectorXd globalIn = Eigen::VectorXd::Zero(comm->GetSize()*inputSizes(0)); in GetGlobal()
26 for( unsigned int rank=0; rank<comm->GetSize(); ++rank ) { in GetGlobal()
62 …jacobian = A.block(comm->GetRank()*inputSizes(0), 0, inputSizes(0), comm->GetSize()*inputSizes(0)); in JacobianImpl()
95 pt.put<unsigned int>("ODE.GlobalSize", comm->GetSize()*sizeLocal); in ParallelODETests()
109 for( unsigned int rank=0; rank<comm->GetSize(); ++rank ) { in TearDown()
125 Eigen::MatrixXd fulljac(comm->GetSize()*sizeLocal*outTimes.size(), comm->GetSize()*sizeLocal); in TearDown()
126 for( unsigned int i=0; i<comm->GetSize(); ++i ) { in TearDown()
130 …lock(t*comm->GetSize()*sizeLocal+i*sizeLocal, 0, sizeLocal, comm->GetSize()*sizeLocal) = temp.bloc… in TearDown()
135 …const Eigen::VectorXd expectedGrad = fulljac.transpose()*Eigen::VectorXd::Ones(comm->GetSize()*siz… in TearDown()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/demo/
H A Dcache_demo.cpp79 size_t GetSize(void) const { return m_Size; } in GetSize() function in CObjElement
107 _ASSERT(element->GetSize() == (size_t)i*10); in SimpleCacheDemo()
124 size_t GetSize(void) const { return m_Size; } in GetSize() function in CHeapElement
174 _ASSERT(element->GetSize() == (size_t)i*10); in HeapCacheDemo()
196 m_Total -= value->GetSize(); in RemoveElement()
201 m_Total += value->GetSize(); in InsertElement()
213 else if (value->GetSize() > kMaxMemCacheSize) { in CanInsertElement()
246 if (element->GetSize() <= kMaxMemCacheSize) { in MemoryCacheDemo()
256 _ASSERT(element->GetSize() == (size_t)i*10); in MemoryCacheDemo()
326 _ASSERT(cache.GetSize() == 1); in EmptyOnOverflowDemo()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/model/
H A Dlte-rlc-tm.cc79 NS_LOG_FUNCTION (this << m_rnti << (uint32_t) m_lcid << p->GetSize ()); in DoTransmitPdcpPdu()
81 if (m_txBufferSize + p->GetSize () <= m_maxTxBufferSize) in DoTransmitPdcpPdu()
85 m_txBufferSize += p->GetSize (); in DoTransmitPdcpPdu()
95 NS_LOG_LOGIC ("packet size = " << p->GetSize ()); in DoTransmitPdcpPdu()
127 if (txOpParams.bytes < packet->GetSize ()) in DoNotifyTxOpportunity()
130 " (PDU size: " << packet->GetSize () << ")"); in DoNotifyTxOpportunity()
134 m_txBufferSize -= packet->GetSize (); in DoNotifyTxOpportunity()
137 m_txPdu (m_rnti, m_lcid, packet->GetSize ()); in DoNotifyTxOpportunity()
166 NS_LOG_FUNCTION (this << m_rnti << (uint32_t) m_lcid << rxPduParams.p->GetSize ()); in DoReceivePdu()
168 m_rxPdu (m_rnti, m_lcid, rxPduParams.p->GetSize (), 0); in DoReceivePdu()
H A Dlte-rlc-am.cc174 m_txonBufferSize += p->GetSize (); in DoTransmitPdcpPdu()
273 m_txPdu (m_rnti, m_lcid, packet->GetSize ()); in DoNotifyTxOpportunity()
475 (firstSegment->GetSize () > 2047) in DoNotifyTxOpportunity()
510 if (firstSegment->GetSize () > 0) in DoNotifyTxOpportunity()
542 dataFieldAddedSize = newSegment->GetSize (); in DoNotifyTxOpportunity()
565 dataFieldAddedSize = firstSegment->GetSize (); in DoNotifyTxOpportunity()
666 if (packet->GetSize () > 0) in DoNotifyTxOpportunity()
698 m_byteWithoutPoll += packet->GetSize (); in DoNotifyTxOpportunity()
744 m_txedBufferSize += packet->GetSize (); in DoNotifyTxOpportunity()
749 m_txPdu (m_rnti, m_lcid, packet->GetSize ()); in DoNotifyTxOpportunity()
[all …]
H A Dlte-rlc-um.cc94 if (m_txBufferSize + p->GetSize () <= m_maxTxBufferSize) in DoTransmitPdcpPdu()
103 m_txBufferSize += p->GetSize (); in DoTransmitPdcpPdu()
165 m_txBufferSize -= firstSegment->GetSize (); in DoNotifyTxOpportunity()
176 (firstSegment->GetSize () > 2047) in DoNotifyTxOpportunity()
211 if (firstSegment->GetSize () > 0) in DoNotifyTxOpportunity()
243 dataFieldAddedSize = newSegment->GetSize (); in DoNotifyTxOpportunity()
265 dataFieldAddedSize = firstSegment->GetSize (); in DoNotifyTxOpportunity()
320 m_txBufferSize -= firstSegment->GetSize (); in DoNotifyTxOpportunity()
356 if (packet->GetSize () > 0) in DoNotifyTxOpportunity()
387 m_txPdu (m_rnti, m_lcid, packet->GetSize ()); in DoNotifyTxOpportunity()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/backends/btor/
H A Dbtor.cc212 int width_ay = std::max(GetSize(cell->getPort(ID::A)), GetSize(cell->getPort(ID::Y))); in export_cell()
272 if (GetSize(sig) < width) { in export_cell()
438 if (GetSize(sig) > 1) { in export_cell()
456 int width = std::max(GetSize(cell->getPort(ID::A)), GetSize(cell->getPort(ID::Y))); in export_cell()
511 if (GetSize(sig) > 1) { in export_cell()
547 if (GetSize(sig) > 1) { in export_cell()
959 while (i+GetSize(c) < GetSize(sig) && sig[i+GetSize(c)].wire == nullptr) in get_sig_nid()
975 i += GetSize(c)-1; in get_sig_nid()
984 while (i+GetSize(s) < GetSize(sig) && sig[i+GetSize(s)].wire != nullptr && in get_sig_nid()
998 i += GetSize(s)-1; in get_sig_nid()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DMsgChannel.cpp344 reliableSend.CopyToBuffer( tmp.GetData() + tmp.GetSize() ); in WriteMessageData()
345 tmp.SetSize( tmp.GetSize() + reliableSend.GetTotalSize() ); in WriteMessageData()
349 tmp.WriteData( msg.GetData(), msg.GetSize() ); in WriteMessageData()
352 out.WriteShort( tmp.GetSize() ); in WriteMessageData()
357 compressor->Write( tmp.GetData(), tmp.GetSize() ); in WriteMessageData()
376 compressor->Read( out.GetData(), out.GetSize() ); in ReadMessageData()
435 fragLength = unsentMsg.GetSize() - unsentFragmentStart; in SendNextFragment()
446 UpdateOutgoingRate( time, msg.GetSize() ); in SendNextFragment()
519 UpdateOutgoingRate( time, unsentMsg.GetSize() ); in SendMessage()
554 UpdateIncomingRate( time, msg.GetSize() ); in Process()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dmemfile.cxx97 if (m_position > m_data.GetSize()) { in Read()
102 if ((m_position + len) > m_data.GetSize()) in Read()
103 len = m_data.GetSize() - m_position; in Read()
131 return m_data.GetSize(); in GetLength()
145 if (pos > m_data.GetSize()) in SetPosition()
151 if (pos < -m_position || pos > (m_data.GetSize() - m_position)) in SetPosition()
157 if (-pos > m_data.GetSize()) in SetPosition()
159 m_position = m_data.GetSize() - pos; in SetPosition()
H A Dasner.cxx835 return dummy.GetSize(); in GetDataLength()
1018 SetSize(GetSize()); in SetConstraintBounds()
1099 PINDEX len = arr.GetSize(); in operator =()
1171 SetSize(GetSize()); in SetConstraintBounds()
1183 return value.GetSize(); in GetDataLength()
1343 return value.GetSize()-1; in GetDataLength()
1646 return value.GetSize()*2; in GetDataLength()
2356 while (i < GetSize()) { in PrintOn()
2360 if (i+j < GetSize()) in PrintOn()
2386 if (newPos > GetSize()) in SetPosition()
[all …]
/dports/biology/avida/avida-2.12.4-src/libs/apto/unittests/core/
H A DString.cc39 EXPECT_EQ(0, s1.GetSize()); in TEST()
41 EXPECT_EQ(0, s2.GetSize()); in TEST()
43 EXPECT_EQ(0, s3.GetSize()); in TEST()
47 EXPECT_EQ(0, s4.GetSize()); in TEST()
53 EXPECT_EQ(11, s5.GetSize()); in TEST()
55 EXPECT_EQ(3, s6.GetSize()); in TEST()
59 EXPECT_EQ(0, s7.GetSize()); in TEST()
61 EXPECT_EQ(0, s8.GetSize()); in TEST()
198 EXPECT_EQ(3, s1.GetSize()); in TEST()
204 EXPECT_EQ(4, s1.GetSize()); in TEST()
[all …]
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/attic/
H A DLocalize_method.cpp73 if(dummy>3*orbs.GetSize()) in read()
175 int m=a.GetSize(); in norm_i()
184 int m=a.GetSize(); in normalize()
222 int m=a.GetSize(); in func()
239 int m=a.GetSize(); in dfunc()
285 Array2 <doublevar> RM(orbs.GetSize(),orbs.GetSize()); //rotation_matrix in run()
286 Array3 <doublevar> overlap_ma_R_all(r_max.GetDim(0),orbs.GetSize(),orbs.GetSize()); in run()
315 if(orbs.GetSize()<=0) in run()
374 for(int i=0; i<orbs.GetSize(); i++){ in run()
485 for (int k=0;k<orbs.GetSize();k++) in run()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcResourceLib.cc33 for (int i = 0; i < m_resource_array.GetSize(); i++) delete m_resource_array[i]; in ~cResourceLib()
41 const int new_id = m_resource_array.GetSize(); in AddResource()
51 for (int i = 0; i < m_resource_array.GetSize(); i++) { in GetResource()
62 tArray<double> levels(m_resource_array.GetSize()); in GetInitialResourceLevels()
63 …for (int i = 0; i < m_resource_array.GetSize(); i++) levels[i] = m_resource_array[i]->GetInitial(); in GetInitialResourceLevels()
74 …for (int i = 0; i < m_resource_array.GetSize(); i++) if (m_resource_array[i]->GetName() == res_nam… in DoesResourceExist()
94 res->SetIndex(m_resource_array.GetSize() - 1 - m_num_deme_resources); in SetResourceIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestNsDeque.cpp146 EXPECT_EQ(70u, theDeque.GetSize()) in TEST()
155 EXPECT_EQ(35u, theDeque.GetSize()) in TEST()
204 EXPECT_EQ(6u, d.GetSize()) << "OriginalFlaw size check #1"; in TEST()
211 EXPECT_EQ(2u, d.GetSize()) << "OriginalFlaw size check #2"; in TEST()
293 EXPECT_EQ(0u, d.GetSize()) << "Size should be 0"; in CheckIfQueueEmpty()
316 EXPECT_EQ(numberOfEntries, d.GetSize()); in TEST()
536 EXPECT_EQ(1u, deque.GetSize()); in TEST()
552 EXPECT_EQ(0u, deque.GetSize()); in TEST()
557 EXPECT_EQ(0u, deque.GetSize()); in TEST()
572 EXPECT_EQ(cnt, deque.GetSize()); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestNsDeque.cpp146 EXPECT_EQ(70u, theDeque.GetSize()) in TEST()
155 EXPECT_EQ(35u, theDeque.GetSize()) in TEST()
204 EXPECT_EQ(6u, d.GetSize()) << "OriginalFlaw size check #1"; in TEST()
211 EXPECT_EQ(2u, d.GetSize()) << "OriginalFlaw size check #2"; in TEST()
293 EXPECT_EQ(0u, d.GetSize()) << "Size should be 0"; in CheckIfQueueEmpty()
316 EXPECT_EQ(numberOfEntries, d.GetSize()); in TEST()
536 EXPECT_EQ(1u, deque.GetSize()); in TEST()
552 EXPECT_EQ(0u, deque.GetSize()); in TEST()
557 EXPECT_EQ(0u, deque.GetSize()); in TEST()
572 EXPECT_EQ(cnt, deque.GetSize()); in TEST()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestNsDeque.cpp146 EXPECT_EQ(70u, theDeque.GetSize()) in TEST()
155 EXPECT_EQ(35u, theDeque.GetSize()) in TEST()
204 EXPECT_EQ(6u, d.GetSize()) << "OriginalFlaw size check #1"; in TEST()
211 EXPECT_EQ(2u, d.GetSize()) << "OriginalFlaw size check #2"; in TEST()
293 EXPECT_EQ(0u, d.GetSize()) << "Size should be 0"; in CheckIfQueueEmpty()
316 EXPECT_EQ(numberOfEntries, d.GetSize()); in TEST()
536 EXPECT_EQ(1u, deque.GetSize()); in TEST()
552 EXPECT_EQ(0u, deque.GetSize()); in TEST()
557 EXPECT_EQ(0u, deque.GetSize()); in TEST()
572 EXPECT_EQ(cnt, deque.GetSize()); in TEST()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkImageRegionReverseConstIterator.h175 … m_SpanBeginOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in ImageRegionReverseConstIterator()
177 …m_SpanEndOffset = m_SpanBeginOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in ImageRegionReverseConstIterator()
186 … m_SpanBeginOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in ImageRegionReverseConstIterator()
188 …m_SpanEndOffset = m_SpanBeginOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in ImageRegionReverseConstIterator()
197 … m_SpanBeginOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in ImageRegionReverseConstIterator()
199 …m_SpanEndOffset = m_SpanBeginOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in ImageRegionReverseConstIterator()
221 …m_SpanBeginOffset = m_SpanEndOffset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in GoToEnd()
230 … m_SpanBeginOffset = this->m_Offset + static_cast< OffsetValueType >( this->m_Region.GetSize()[0] ) in SetIndex()
232 …m_SpanEndOffset = m_SpanBeginOffset - static_cast< OffsetValueType >( this->m_Region.GetSize()[0] … in SetIndex()
261 size = this->m_Region.GetSize();
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DWidgetSlider.cpp239 Vector2f content = parent_box.GetSize(); in FormatElements()
248 LayoutEngine::BuildBox(track_box, parent_box.GetSize(), track); in FormatElements()
249 content = track_box.GetSize(); in FormatElements()
256 content.y = parent_box.GetSize().y; in FormatElements()
265 Vector2f arrow_size = arrow_box.GetSize(); in FormatElements()
319 Vector2f bar_box_content = bar_box.GetSize(); in FormatBar()
323 bar_box_content.y = parent->GetBox().GetSize().y; in FormatBar()
328 Vector2f track_size = track->GetBox().GetSize(); in FormatBar()
397 …float traversable_track_length = track->GetBox().GetSize(Box::CONTENT).x - bar->GetBox().GetSize(B… in ProcessEvent()
409 …float traversable_track_length = track->GetBox().GetSize(Box::CONTENT).y - bar->GetBox().GetSize(B… in ProcessEvent()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/passes/opt/
H A Dshare.cc113 if (GetSize(p.in_a) == 0 || GetSize(p.in_b) == 0) in bits_macc_port()
135 bool mul1 = GetSize(p1.in_a) && GetSize(p1.in_b); in cmp_macc_ports()
136 bool mul2 = GetSize(p2.in_a) && GetSize(p2.in_b); in cmp_macc_ports()
138 int w1 = mul1 ? GetSize(p1.in_a) * GetSize(p1.in_b) : GetSize(p1.in_a) + GetSize(p1.in_b); in cmp_macc_ports()
139 int w2 = mul2 ? GetSize(p2.in_a) * GetSize(p2.in_b) : GetSize(p2.in_a) + GetSize(p2.in_b); in cmp_macc_ports()
168 bool mul1 = GetSize(p1.in_a) && GetSize(p1.in_b); in share_macc_ports()
169 bool mul2 = GetSize(p2.in_a) && GetSize(p2.in_b); in share_macc_ports()
176 if ((GetSize(p1.in_a) && GetSize(p1.in_a) < w1) || (GetSize(p1.in_b) && GetSize(p1.in_b) < w1)) { in share_macc_ports()
183 if ((GetSize(p2.in_a) && GetSize(p2.in_a) < w2) || (GetSize(p2.in_b) && GetSize(p2.in_b) < w2)) { in share_macc_ports()
225 …int score = 1000 + abs(GetSize(p1.in_a) - GetSize(p2.in_a)) * max(abs(GetSize(p1.in_b) - GetSize(p… in share_macc_ports()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DtBuffer.h62 offset %= data.GetSize(); in Add()
69 if (offset < 0) offset += data.GetSize(); in Pop()
76 if (index < 0) index += data.GetSize();
77 assert(index >= 0 && index < data.GetSize());
81 int GetCapacity() const { return data.GetSize(); } in GetCapacity()
83 int GetNumStored() const { return (total <= data.GetSize()) ? total : data.GetSize(); } in GetNumStored()

12345678910>>...733