Home
last modified time | relevance | path

Searched refs:listIn (Results 1 – 25 of 40) sorted by relevance

12

/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DMakeSimplex.cpp38 std::vector<double> &listIn, int *nbIn, in decomposeList() argument
47 int nb = listIn.size() / (*nbIn); in decomposeList()
48 for(std::size_t i = 0; i < listIn.size(); i += nb) { in decomposeList()
49 double *x = &listIn[i]; in decomposeList()
50 double *y = &listIn[i + nbNod]; in decomposeList()
51 double *z = &listIn[i + 2 * nbNod]; in decomposeList()
52 double *val = &listIn[i + 3 * nbNod]; in decomposeList()
67 listIn.clear(); in decomposeList()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkUpdateShiSparseLevelSet.hxx83 LevelSetLayerType & listIn = this->m_OutputLevelSet->GetLayer( LevelSetType::MinusOneLayer() ); in Update() local
85 auto nodeIt = listIn.begin(); in Update()
86 auto nodeEnd = listIn.end(); in Update()
117 listIn.erase( tempIt ); in Update()
189 LevelSetLayerType & listIn = this->m_OutputLevelSet->GetLayer( LevelSetType::MinusOneLayer() ); in UpdateLayerPlusOne() local
279 listIn.insert( *nodeIt ); in UpdateLayerPlusOne()
295 LevelSetLayerType & listIn = this->m_OutputLevelSet->GetLayer( LevelSetType::MinusOneLayer() ); in UpdateLayerMinusOne() local
313 auto nodeIt = listIn.begin(); in UpdateLayerMinusOne()
314 auto nodeEnd = listIn.end(); in UpdateLayerMinusOne()
337 listIn.erase( tempIt ); in UpdateLayerMinusOne()
[all …]
/dports/biology/bbmap/bbmap/current/jgi/
H A DSplitNexteraLMP.java242 ArrayList<Read> listIn=(ln!=null ? ln.list : null); in processInner() local
244 if(listIn!=null && !listIn.isEmpty()){ in processInner()
245 Read r=listIn.get(0); in processInner()
249 while(listIn!=null && listIn.size()>0){ in processInner()
252 ArrayList<Read> outLmp=new ArrayList<Read>(listIn.size()); in processInner()
253 ArrayList<Read> outFrag=new ArrayList<Read>(listIn.size()); in processInner()
254 ArrayList<Read> outUnk=new ArrayList<Read>(listIn.size()); in processInner()
255 ArrayList<Read> outSingle=new ArrayList<Read>(listIn.size()); in processInner()
257 for(int idx=0; idx<listIn.size(); idx++){ in processInner()
258 final Read r1=listIn.get(idx); in processInner()
[all …]
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/nongap-tst/symmetry_detect/
H A DjsonToGap.py70 def extendList(listIn, newSize): argument
71 oldSize = len(listIn)
75 listIn.append(x);
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfImportMgr.java240 public boolean importStylesheetList(String listNr, List listIn) { in importStylesheetList() argument
241 RtfList rtfList = new RtfList(this.rtfDoc, listIn); in importStylesheetList()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/csv/import/core/
H A Dcsvutil.cpp46 …const QStringList listIn = data.split(m_fieldDelimiter); // firstly, split on m_fieldDelimiterCha… in parseLine() local
48 foreach (const auto it, listIn) { in parseLine()
/dports/devel/py-ddt/ddt-1.4.4/test/
H A Dtest_example.py43 def annotated2(listIn, name, docstring): argument
44 r = Mylist(listIn)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/devel/py-thrift/thrift-0.14.0/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/devel/thrift/thrift-0.14.0/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/devel/thrift-c_glib/thrift-0.14.0/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/devel/thrift-cpp/thrift-0.14.0/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/devel/node-thrift/thrift-0.14.0/test/hs/
H A DTestClient.hs189 let listIn = Vector.fromList [-2..3] function
191 listOut <- Client.testList prot listIn
192 when (listIn /= listOut) exitFailure
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dsafe-stock.test85 proc mapList {map listIn} {
87 foreach element $listIn {
92 proc mapAndSortList {map listIn} {
94 foreach element $listIn {
H A Dsafe-zipfs.test39 proc mapList {map listIn} {
41 foreach element $listIn {
46 proc mapAndSortList {map listIn} {
48 foreach element $listIn {
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dsafe-stock.test35 proc mapList {map listIn} {
37 foreach element $listIn {
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Konfigurator/
H A Dkonfiguratoritems.h322 KONFIGURATOR_NAME_VALUE_PAIR *listIn, int listInLen, QWidget *parent = 0,
H A Dkonfiguratoritems.cpp488 KONFIGURATOR_NAME_VALUE_PAIR *listIn, int listInLen, QWidget *parent, in KonfiguratorComboBox() argument
495 list[i] = listIn[i]; in KonfiguratorComboBox()
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dcfdg.ypp1108 explist[listIn] exp {
1109 $listOut = ASTexpression::Append($listIn, $exp);
1119 arglist[listIn] ',' exp3 {
1120 $listOut = $listIn->append(new ASTparen($exp3));
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-ast.h516 RepeatWithInNode(Common::String *varIn, Node *listIn, NodeList *stmtsIn) in RepeatWithInNode()
517 : LoopNode(kRepeatWithInNode), var(varIn), list(listIn), stmts(stmtsIn) {} in RepeatWithInNode()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGeneratorExpressionNode.cxx2563 std::vector<std::string> listIn = cmExpandedList(parameters.front()); in Evaluate() local
2564 if (listIn.empty()) { in Evaluate()
2573 listOut.reserve(listIn.size()); in Evaluate()
2574 for (auto const& in : listIn) { in Evaluate()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGeneratorExpressionNode.cxx2563 std::vector<std::string> listIn = cmExpandedList(parameters.front()); in Evaluate() local
2564 if (listIn.empty()) { in Evaluate()
2573 listOut.reserve(listIn.size()); in Evaluate()
2574 for (auto const& in : listIn) { in Evaluate()

12