Home
last modified time | relevance | path

Searched refs:otherComp (Results 1 – 11 of 11) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Imaging/Math/
H A DvtkImageWeightedSum.cxx227 int otherComp = inData[0][i]->GetNumberOfScalarComponents(); in ThreadedRequestData() local
228 if (otherType != scalarType || otherComp != numComp) in ThreadedRequestData()
233 << " has " << otherComp << " components of type " in ThreadedRequestData()
/dports/math/vtk9/VTK-9.1.0/Imaging/Math/
H A DvtkImageWeightedSum.cxx218 int otherComp = inData[0][i]->GetNumberOfScalarComponents(); in ThreadedRequestData() local
219 if (otherType != scalarType || otherComp != numComp) in ThreadedRequestData()
224 << i << " has " << otherComp << " components of type " << otherType in ThreadedRequestData()
/dports/math/vtk6/VTK-6.2.0/Imaging/Math/
H A DvtkImageWeightedSum.cxx227 int otherComp = inData[0][i]->GetNumberOfScalarComponents(); in ThreadedRequestData() local
228 if (otherType != scalarType || otherComp != numComp) in ThreadedRequestData()
233 << " has " << otherComp << " components of type " in ThreadedRequestData()
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dcomphandler.cpp468 bool otherComp = false; in moveClausesLong() local
474 otherComp = true; in moveClausesLong()
478 if (thisComp && otherComp) { in moveClausesLong()
490 assert(thisComp && !otherComp); in moveClausesLong()
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dcomphandler.cpp468 bool otherComp = false; in moveClausesLong() local
474 otherComp = true; in moveClausesLong()
478 if (thisComp && otherComp) { in moveClausesLong()
490 assert(thisComp && !otherComp); in moveClausesLong()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/varianteval/
H A DVariantEval.java600 for ( VariantContext otherComp : compSet ) { in processComp()
601 if ( otherComp != comp && ! compHasMatchingEval(otherComp, evalSetBySample) ) { in processComp()
603 nec.apply(referenceContext, readsContext, featureContext, otherComp, null); in processComp()
/dports/astro/celestia/celestia-1.6.1/src/tools/
H A Dbuildstardb.cpp757 int aComp = 0, bComp = 0, cComp = 0, dComp = 0, eComp = 0, otherComp = 0; in main() local
774 otherComp++; break; in main()
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/
H A Dbuildstardb.cpp757 int aComp = 0, bComp = 0, cComp = 0, dComp = 0, eComp = 0, otherComp = 0; in main() local
774 otherComp++; break; in main()
/dports/cad/veroroute/VeroRoute/Src/
H A DBoard_components.cpp446 const Component& otherComp = m_compMgr.GetComponentById( iOtherCompId ); in PutDown() local
447 assert( otherComp.GetType() == COMP::WIRE ); in PutDown()
450 const int& origId = otherComp.GetOrigId(lyr, iOtherPinIndex); in PutDown()
/dports/astro/celestia-gtk/celestia-1.6.1/src/
H A Dbuildstardb.cpp1201 int aComp = 0, bComp = 0, cComp = 0, dComp = 0, eComp = 0, otherComp = 0; in main() local
1218 otherComp++; break; in main()
/dports/astro/celestia/celestia-1.6.1/src/
H A Dbuildstardb.cpp1201 int aComp = 0, bComp = 0, cComp = 0, dComp = 0, eComp = 0, otherComp = 0; in main() local
1218 otherComp++; break; in main()