Home
last modified time | relevance | path

Searched refs:getCol (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/dports/science/siconos/siconos-4.4.0/control/src/tests/
H A DTwistingTest.cpp157 data.getCol(3, lambda1); in test_Twisting_ZOH()
158 data.getCol(4, lambda2); in test_Twisting_ZOH()
162 dataRef.getCol(3, lambda1Ref); in test_Twisting_ZOH()
163 dataRef.getCol(4, lambda2Ref); in test_Twisting_ZOH()
192 data.getCol(3, lambda1); in test_Twisting_Lsodar()
193 data.getCol(4, lambda2); in test_Twisting_Lsodar()
197 dataRef.getCol(3, lambda1Ref); in test_Twisting_Lsodar()
227 data.getCol(3, lambda1); in test_RegularTwisting_ZOH()
228 data.getCol(4, lambda2); in test_RegularTwisting_ZOH()
262 data.getCol(3, lambda1); in test_RegularTwisting_Lsodar()
[all …]
H A DSMCTest.cpp188 data.getCol(3, lambda1); in test_itw_ZOH()
189 data.getCol(4, lambda2); in test_itw_ZOH()
193 dataRef.getCol(3, lambda1Ref); in test_itw_ZOH()
194 dataRef.getCol(4, lambda2Ref); in test_itw_ZOH()
223 data.getCol(3, lambda1); in test_itw_Lsodar()
224 data.getCol(4, lambda2); in test_itw_Lsodar()
228 dataRef.getCol(3, lambda1Ref); in test_itw_Lsodar()
229 dataRef.getCol(4, lambda2Ref); in test_itw_Lsodar()
/dports/databases/pear-DB_QueryTool/DB_QueryTool-1.1.2/tests/
H A DHaving.php25 $this->assertEquals(array(), $user->getCol('company_id')); // there are no company with 2 workers
47 $this->assertEquals(array(1), $user->getCol('company_id')); // company 1 has exactly 2 workers
62 …$this->assertEquals(array(1, 5), $user->getCol('company_id')); // company 1 and 5 has exactly 2 wo…
113 $this->assertEquals(array(5), $user->getCol('company_id')); // first test
121 $this->assertEquals(array(5), $user->getCol('company_id')); // second test
H A DLimit.php60 $this->assertEquals(1,sizeof($user->getCol('id',0,1)));
62 $this->assertEquals(2,sizeof($user->getCol('id',0,2)));
64 $this->assertEquals(3,sizeof($user->getCol('id')));
/dports/databases/pear-MDB_QueryTool/MDB_QueryTool-1.2.3/tests/
H A DHavingTest.php27 … $this->assertEquals(array(), $user->getCol('company_id')); // there are no company with 2 workers
49 … $this->assertEquals(array(1), $user->getCol('company_id')); // company 1 has exactly 2 workers
64 …$this->assertEquals(array(1, 5), $user->getCol('company_id')); // company 1 and 5 has exactly 2 wo…
115 $this->assertEquals(array(5), $user->getCol('company_id')); // first test
123 $this->assertEquals(array(5), $user->getCol('company_id')); // second test
H A DLimitTest.php62 $this->assertEquals(1, sizeof($user->getCol('id', 0, 1)));
64 $this->assertEquals(2, sizeof($user->getCol('id', 0, 2)));
66 $this->assertEquals(3, sizeof($user->getCol('id')));
/dports/databases/pear-DB/DB-1.11.0/tests/driver/
H A D18get.phpt123 print "testing getCol:\n";
131 print "testing getCol with invalid column id:\n";
141 print "testing getCol with 1 col:\n";
145 print "testing getCol with b col:\n";
340 testing getCol:
347 testing getCol on query with no records:
351 testing getCol with invalid column id:
353 testing getCol with 1 col:
360 testing getCol with b col:
367 testing getCol with b col, scalar params:
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_LargeMatrixCsStorage.cpp92 out << "col 1 (row & adrs) : " <<Ar1.getCol(1) << "\n"; in unit_LargeMatrixCsStorage()
93 out << "col 2 (row & adrs) : " <<Ar1.getCol(2) << "\n"; in unit_LargeMatrixCsStorage()
94 out << "col 3 (row & adrs) : " <<Ar1.getCol(3) << "\n"; in unit_LargeMatrixCsStorage()
95 out << "col 9 (row & adrs) : " <<Ar1.getCol(9) << "\n"; in unit_LargeMatrixCsStorage()
199 out << "col 1 (row & adrs) : " <<Ac1.getCol(1) << "\n"; in unit_LargeMatrixCsStorage()
200 out << "col 2 (row & adrs) : " <<Ac1.getCol(2) << "\n"; in unit_LargeMatrixCsStorage()
201 out << "col 3 (row & adrs) : " <<Ac1.getCol(3) << "\n"; in unit_LargeMatrixCsStorage()
202 out << "col 9 (row & adrs) : " <<Ac1.getCol(9) << "\n"; in unit_LargeMatrixCsStorage()
255 out << "col 1 (row & adrs) : " <<As1.getCol(1) << "\n"; in unit_LargeMatrixCsStorage()
256 out << "col 2 (row & adrs) : " <<As1.getCol(2) << "\n"; in unit_LargeMatrixCsStorage()
[all …]
H A Dunit_LargeMatrixSkylineStorage.cpp98 out << "col 1 (col & adrs) : " <<As1.getCol(1) << "\n"; in unit_LargeMatrixSkylineStorage()
99 out << "col 2 (col & adrs) : " <<As1.getCol(2) << "\n"; in unit_LargeMatrixSkylineStorage()
100 out << "col 3 (col & adrs) : " <<As1.getCol(3) << "\n"; in unit_LargeMatrixSkylineStorage()
101 out << "col 9 (col & adrs) : " <<As1.getCol(9) << "\n"; in unit_LargeMatrixSkylineStorage()
156 out << "col 1 (col & adrs) : " <<Ad1.getCol(1) << "\n"; in unit_LargeMatrixSkylineStorage()
157 out << "col 2 (col & adrs) : " <<Ad1.getCol(2) << "\n"; in unit_LargeMatrixSkylineStorage()
158 out << "col 3 (col & adrs) : " <<Ad1.getCol(3) << "\n"; in unit_LargeMatrixSkylineStorage()
159 out << "col 9 (col & adrs) : " <<Ad1.getCol(9) << "\n"; in unit_LargeMatrixSkylineStorage()
/dports/databases/pear-MDB_QueryTool/MDB_QueryTool-1.2.3/tests/simpletest_tests/
H A Dmdb_querytool_testHaving.php37 $this->assertEqual(array(), $this->qt->getCol('company_id'));
62 $this->assertEqual(array(1), $this->qt->getCol('company_id'));
80 $this->assertEqual(array(1, 5), $this->qt->getCol('company_id'));
140 $this->assertEqual(array(5), $this->qt->getCol('company_id'));
149 $this->assertEqual(array(5), $this->qt->getCol('company_id'));
H A Dmdb_querytool_testLimit.php65 $this->assertEqual(1, sizeof($this->qt->getCol('id', 0, 1)));
67 $this->assertEqual(2, sizeof($this->qt->getCol('id', 0, 2)));
69 $this->assertEqual(3, sizeof($this->qt->getCol('id')));
/dports/databases/pear-DB_QueryTool/DB_QueryTool-1.1.2/tests/simpletest_tests/
H A Ddb_querytool_testHaving.php37 $this->assertEqual(array(), $this->qt->getCol('company_id'));
62 $this->assertEqual(array(1), $this->qt->getCol('company_id'));
80 $this->assertEqual(array(1, 5), $this->qt->getCol('company_id'));
140 $this->assertEqual(array(5), $this->qt->getCol('company_id'));
149 $this->assertEqual(array(5), $this->qt->getCol('company_id'));
H A Ddb_querytool_testLimit.php65 $this->assertEqual(1, sizeof($this->qt->getCol('id', 0, 1)));
67 $this->assertEqual(2, sizeof($this->qt->getCol('id', 0, 2)));
69 $this->assertEqual(3, sizeof($this->qt->getCol('id')));
/dports/science/plumed/plumed2-2.7.2/src/multicolvar/
H A DVolumeTetrapore.cpp299 …uep[0].setCol( 0, ( crossProduct( dcross[0].getCol(0), bisector ) + crossProduct( cross, dbisector… in setupRegions()
300 …uep[0].setCol( 1, ( crossProduct( dcross[0].getCol(1), bisector ) + crossProduct( cross, dbisector… in setupRegions()
301 …uep[0].setCol( 2, ( crossProduct( dcross[0].getCol(2), bisector ) + crossProduct( cross, dbisector… in setupRegions()
303 …uep[1].setCol( 0, ( crossProduct( dcross[1].getCol(0), bisector ) + crossProduct( cross, dbisector… in setupRegions()
304 …uep[1].setCol( 1, ( crossProduct( dcross[1].getCol(1), bisector ) + crossProduct( cross, dbisector… in setupRegions()
305 …uep[1].setCol( 2, ( crossProduct( dcross[1].getCol(2), bisector ) + crossProduct( cross, dbisector… in setupRegions()
307 …uep[2].setCol( 0, ( crossProduct( dcross[2].getCol(0), bisector ) + crossProduct( cross, dbisector… in setupRegions()
308 …uep[2].setCol( 1, ( crossProduct( dcross[2].getCol(1), bisector ) + crossProduct( cross, dbisector… in setupRegions()
309 …uep[2].setCol( 2, ( crossProduct( dcross[2].getCol(2), bisector ) + crossProduct( cross, dbisector… in setupRegions()
H A DVolumeCavity.cpp269 …dperp[0].setCol( 0, ( crossProduct( dcross[0].getCol(0), bi ) + crossProduct( cross, dbi[0].getCol in setupRegions()
270 …dperp[0].setCol( 1, ( crossProduct( dcross[0].getCol(1), bi ) + crossProduct( cross, dbi[0].getCol in setupRegions()
271 …dperp[0].setCol( 2, ( crossProduct( dcross[0].getCol(2), bi ) + crossProduct( cross, dbi[0].getCol in setupRegions()
273 …dperp[1].setCol( 0, ( crossProduct( dcross[1].getCol(0), bi ) + crossProduct( cross, dbi[1].getCol in setupRegions()
274 …dperp[1].setCol( 1, ( crossProduct( dcross[1].getCol(1), bi ) + crossProduct( cross, dbi[1].getCol in setupRegions()
275 …dperp[1].setCol( 2, ( crossProduct( dcross[1].getCol(2), bi ) + crossProduct( cross, dbi[1].getCol in setupRegions()
277 dperp[2].setCol( 0, ( crossProduct( dcross[2].getCol(0), bi ) ) ); in setupRegions()
278 dperp[2].setCol( 1, ( crossProduct( dcross[2].getCol(1), bi ) ) ); in setupRegions()
279 dperp[2].setCol( 2, ( crossProduct( dcross[2].getCol(2), bi ) ) ); in setupRegions()
/dports/science/dynare/dynare-4.6.4/dynare++/kord/
H A Dglobal_check.cc182 ConstVector yj{ysmat.getCol(j)}; in check()
183 ConstVector xj{x.getCol(j)}; in check()
184 Vector outj{out.getCol(j)}; in check()
206 Vector yj{y_mat.getCol(j)}; in checkAlongShocksAndSave()
230 ConstVector err0{errors.getCol(0)}; in checkAlongShocksAndSave()
237 Vector error{err_out.getCol(j)}; in checkAlongShocksAndSave()
244 ConstVector coljj{errors.getCol(jj)}; in checkAlongShocksAndSave()
326 Vector ycol{ymat.getCol(icol)}; in checkOnEllipseAndSave()
351 Vector ycol{ymat.getCol(icol)}; in checkOnEllipseAndSave()
/dports/science/dynare/dynare-4.6.4/dynare++/tl/cc/
H A Dtwod_matrix.cc109 getCol(to) = m.getCol(from); in copyColumn()
115 getCol(to).add(d, m.getCol(from)); in addColumn()
/dports/net/gerbera/gerbera-1.9.2/src/database/
H A Dsql_database.cc312 #define getCol(rw, idx) (rw)->col(to_underlying((idx))) macro
1324 obj->setID(std::stoi(getCol(row, BrowseCol::id))); in createObjectFromRow()
1328 obj->setTitle(getCol(row, BrowseCol::dc_title)); in createObjectFromRow()
1329 …obj->setClass(fallbackString(getCol(row, BrowseCol::upnp_class), getCol(row, BrowseCol::ref_upnp_c… in createObjectFromRow()
1343 …std::string auxdataStr = fallbackString(getCol(row, BrowseCol::auxdata), getCol(row, BrowseCol::re… in createObjectFromRow()
1386 …item->setMimeType(fallbackString(getCol(row, BrowseCol::mime_type), getCol(row, BrowseCol::ref_mim… in createObjectFromRow()
1394 …item->setLocation(fallbackString(getCol(row, BrowseCol::location), getCol(row, BrowseCol::ref_loca… in createObjectFromRow()
1422 obj->setID(std::stoi(getCol(row, SearchCol::id))); in createObjectFromSearchRow()
1426 obj->setTitle(getCol(row, SearchCol::dc_title)); in createObjectFromSearchRow()
1477 …metaData.emplace_back(getCol(row, MetadataCol::property_name), getCol(row, MetadataCol::property_v… in retrieveMetaDataForObject()
[all …]
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/shapes/
H A DRGBLEDShape.java70 long r = getCol(ioState.getInput(0)); in readObservableValues()
71 long g = getCol(ioState.getInput(1)); in readObservableValues()
72 long b = getCol(ioState.getInput(2)); in readObservableValues()
77 long getCol(ObservableValue c) { in getCol() method in RGBLEDShape
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Shadertoy/presets/default/
H A Dvangogh.frag.glsl20 vec4 getCol(vec2 pos)
33 return length(getCol(pos).xyz)+0.0001*length(pos-0.5*Res0);
56 return floor(0.8*getCol(pos)+1.1*getRand(1.2*pos));
58 return floor(0.8*getCol(pos)+1.1*mix(getRand(0.7*pos),getRand(1.7*pos),fact));
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dcluster_assembly_function.cpp50 …void hmat::ClusterAssemblyFunction<T>::getCol(int index, Vector<typename Types<T>::dp> &result) co… in getCol() function in hmat::hmat::ClusterAssemblyFunction
54 f.getCol(rows, cols, index, info.user_data, &result, stratum); in getCol()
57 f.getCol(rows, cols, index, info.user_data, &result, stratum); in getCol()
91 getCol(j, vec); in assemble()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
112 if (getCol() != 0) in print()
113 OS << ':' << getCol(); in print()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
112 if (getCol() != 0) in print()
113 OS << ':' << getCol(); in print()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
112 if (getCol() != 0) in print()
113 OS << ':' << getCol(); in print()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
112 if (getCol() != 0) in print()
113 OS << ':' << getCol(); in print()

12345678910>>...28