Home
last modified time | relevance | path

Searched refs:setEntry (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/src/
H A DDcoParams.cpp225 setEntry(cutDisable, 20); in setDefaultEntries()
238 setEntry(cutOaAlpha, 1); in setDefaultEntries()
239 setEntry(cutOaGamma, 50); in setDefaultEntries()
252 setEntry(cutIpmFreq, 1); in setDefaultEntries()
254 setEntry(cutOaFreq, 1); in setDefaultEntries()
255 setEntry(difference, -1); in setDefaultEntries()
260 setEntry(lookAhead, 4); in setDefaultEntries()
265 setEntry(logLevel, 2); in setDefaultEntries()
271 setEntry(cutFactor, 4.0); in setDefaultEntries()
277 setEntry(objSense, 1.0); in setDefaultEntries()
[all …]
H A DDcoParams.hpp258 void setEntry(const chrParams key, const char * val) { in setEntry() function in DcoParams
261 void setEntry(const chrParams key, const char val) { in setEntry() function in DcoParams
264 void setEntry(const chrParams key, const bool val) { in setEntry() function in DcoParams
267 void setEntry(const intParams key, const char * val) { in setEntry() function in DcoParams
270 void setEntry(const intParams key, const int val) { in setEntry() function in DcoParams
273 void setEntry(const dblParams key, const char * val) { in setEntry() function in DcoParams
276 void setEntry(const dblParams key, const double val) { in setEntry() function in DcoParams
279 void setEntry(const strParams key, const char * val) { in setEntry() function in DcoParams
282 void setEntry(const strArrayParams key, const char *val) { in setEntry() function in DcoParams
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsParams.cpp216 setEntry(bufSpare, 256); in setDefaultEntries()
218 setEntry(eliteSize, 1); in setDefaultEntries()
220 setEntry(hubMsgLevel, 0); in setDefaultEntries()
221 setEntry(hubNum, 1); in setDefaultEntries()
223 setEntry(logFileLevel, 0); in setDefaultEntries()
228 setEntry(msgLevel, 2); in setDefaultEntries()
232 setEntry(processNum, 2); in setDefaultEntries()
239 setEntry(workerMsgLevel, 0); in setDefaultEntries()
249 setEntry(tolerance, 1.0e-6); in setDefaultEntries()
251 setEntry(zeroLoad, 1.0e-6); in setDefaultEntries()
[all …]
H A DAlpsParams.h313 void setEntry(const boolParams key, const char * val) { in setEntry() function
316 void setEntry(const boolParams key, const char val) { in setEntry() function
319 void setEntry(const boolParams key, const bool val) { in setEntry() function
322 void setEntry(const intParams key, const char * val) { in setEntry() function
325 void setEntry(const intParams key, const int val) { in setEntry() function
328 void setEntry(const dblParams key, const char * val) { in setEntry() function
331 void setEntry(const dblParams key, const double val) { in setEntry() function
334 void setEntry(const strParams key, const char * val) { in setEntry() function
337 void setEntry(const strArrayParams key, const char *val) { in setEntry() function
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisParams.cpp149 setEntry(useCons, true); in setDefaultEntries()
158 setEntry(heurRound, 0); in setDefaultEntries()
159 setEntry(cutClique, 0); in setDefaultEntries()
160 setEntry(cutGomory, 0); in setDefaultEntries()
162 setEntry(cutKnapsack, 0); in setDefaultEntries()
163 setEntry(cutMir, 0); in setDefaultEntries()
165 setEntry(cutProbing, 0); in setDefaultEntries()
166 setEntry(cutTwoMir, -2); in setDefaultEntries()
168 setEntry(lookAhead, 4); in setDefaultEntries()
169 setEntry(objSense, 1); in setDefaultEntries()
[all …]
H A DBlisParams.h211 void setEntry(const boolParams key, const char * val) { in setEntry() function
214 void setEntry(const boolParams key, const char val) { in setEntry() function
217 void setEntry(const boolParams key, const bool val) { in setEntry() function
220 void setEntry(const intParams key, const char * val) { in setEntry() function
223 void setEntry(const intParams key, const int val) { in setEntry() function
226 void setEntry(const dblParams key, const char * val) { in setEntry() function
229 void setEntry(const dblParams key, const double val) { in setEntry() function
232 void setEntry(const strParams key, const char * val) { in setEntry() function
235 void setEntry(const strArrayParams key, const char *val) { in setEntry() function
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dremap_tests.cpp116 a.setEntry(0, rgba(255, 0, 0, 255)); in TEST()
143 a.setEntry(0, rgba(0, 0, 0, 255)); in TEST()
145 a.setEntry(2, rgba(0, 0, 0, 255)); in TEST()
150 b.setEntry(2, rgba(0, 0, 0, 255)); in TEST()
151 b.setEntry(3, rgba(0, 0, 0, 255)); in TEST()
170 a.setEntry(0, rgba(0, 0, 0, 255)); in TEST()
172 a.setEntry(2, rgba(0, 0, 0, 255)); in TEST()
177 b.setEntry(2, rgba(0, 0, 0, 255)); in TEST()
178 b.setEntry(3, rgba(0, 0, 0, 255)); in TEST()
197 a.setEntry(0, rgba(0, 0, 0, 255)); in TEST()
[all …]
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/examples/VRP/
H A DVrpModel.h84 AlpsPar()->setEntry(AlpsParams::searchStrategy, in VrpModel()
86 AlpsPar()->setEntry(AlpsParams::staticBalanceScheme, 1); // Spiral in VrpModel()
87 AlpsPar()->setEntry(AlpsParams::nodeLogInterval, 20); in VrpModel()
88 BlisPar()->setEntry(BlisParams::branchStrategy, in VrpModel()
91 BlisPar()->setEntry(BlisParams::branchStrategyRampUp, in VrpModel()
95 BlisPar()->setEntry(BlisParams::cutFlowCoverStrategy, in VrpModel()
99 BlisPar()->setEntry(BlisParams::cutMirStrategy,BlisCutStrategyNone); in VrpModel()
106 BlisPar()->setEntry(BlisParams::cutFactor, ALPS_DBL_MAX); in VrpModel()
107 BlisPar()->setEntry(BlisParams::cutPass, ALPS_INT_MAX); in VrpModel()
108 BlisPar()->setEntry(BlisParams::tailOff, -1000.0); in VrpModel()
[all …]
H A DVrpParams.cpp81 setEntry(doGreedy, true); in setDefaultEntries()
83 setEntry(doExtraInRoot, false); in setDefaultEntries()
85 setEntry(tspProb, false); in setDefaultEntries()
91 setEntry(numRoutes, VRP_NOT_SET); in setDefaultEntries()
93 setEntry(verbosity, 0); in setDefaultEntries()
95 setEntry(greedyNumTrials, 5); in setDefaultEntries()
97 setEntry(whichConnectedRoutine, BOTH); in setDefaultEntries()
99 setEntry(maxNumCutsInShrink, 200); in setDefaultEntries()
101 setEntry(whichTspCuts, ALL_TSP_CUTS); in setDefaultEntries()
H A DVrpParams.h130 void setEntry(const boolParams key, const char * val) { in setEntry() function
133 void setEntry(const boolParams key, const char val) { in setEntry() function
136 void setEntry(const boolParams key, const bool val) { in setEntry() function
139 void setEntry(const intParams key, const char * val) { in setEntry() function
142 void setEntry(const intParams key, const int val) { in setEntry() function
145 void setEntry(const dblParams key, const char * val) { in setEntry() function
148 void setEntry(const dblParams key, const double val) { in setEntry() function
151 void setEntry(const strParams key, const char * val) { in setEntry() function
154 void setEntry(const strArrayParams key, const char *val) { in setEntry() function
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dcallables_br.cpp50 pal.setEntry(4 * i + 192, 0, 0, 0); in _c_ferrcycle()
51 pal.setEntry(4 * i + 193, 30, 12, 12); in _c_ferrcycle()
52 pal.setEntry(4 * i + 194, 28, 47, 54); in _c_ferrcycle()
53 pal.setEntry(4 * i + 195, 63, 63, 63); in _c_ferrcycle()
58 pal.setEntry(j + 16 * i + 192, 0, 0, 0); in _c_ferrcycle()
59 pal.setEntry(j + 16 * i + 196, 30, 12, 12); in _c_ferrcycle()
60 pal.setEntry(j + 16 * i + 200, 28, 47, 54); in _c_ferrcycle()
66 pal.setEntry(i + 192, 0, 0, 0); in _c_ferrcycle()
67 pal.setEntry(i + 208, 30, 12, 12); in _c_ferrcycle()
68 pal.setEntry(i + 224, 28, 47, 54); in _c_ferrcycle()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DBOBYQAOptimizer.java712 work2.setEntry(k, suma); in bobyqb()
1287 hcol.setEntry(k, ZERO); in altmov()
1455 work1.setEntry(i, ZERO); in altmov()
1861 xbdi.setEntry(i, ZERO); in trsbox()
1868 xbdi.setEntry(i, ONE); in trsbox()
1898 s.setEntry(i, ZERO); in trsbox()
2062 s.setEntry(i, ZERO); in trsbox()
2082 s.setEntry(i, ZERO); in trsbox()
2256 hs.setEntry(j, ZERO); in trsbox()
2365 zMatrix.setEntry(i, 0, in update()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DBOBYQAOptimizer.java707 work2.setEntry(k, suma); in bobyqb()
1282 hcol.setEntry(k, ZERO); in altmov()
1450 work1.setEntry(i, ZERO); in altmov()
1856 xbdi.setEntry(i, ZERO); in trsbox()
1863 xbdi.setEntry(i, ONE); in trsbox()
1893 s.setEntry(i, ZERO); in trsbox()
2057 s.setEntry(i, ZERO); in trsbox()
2077 s.setEntry(i, ZERO); in trsbox()
2251 hs.setEntry(j, ZERO); in trsbox()
2360 zMatrix.setEntry(i, 0, in update()
[all …]
/dports/math/psurface/psurface-2.0.0-13-gb5b6825/test/
H A Dsparsematrixtest.cpp45 id.setEntry(i, i, 1); in test()
87 test1.setEntry(0, 0, 1); in test()
88 test1.setEntry(0, 1, 2); in test()
89 test1.setEntry(0, 2, 3); in test()
90 test1.setEntry(1, 1, 2); in test()
91 test1.setEntry(2, 2, 3); in test()
113 test2.setEntry(0, 0, 1); in test()
114 test2.setEntry(1, 1, 1); in test()
115 test2.setEntry(2, 2, 1); in test()
116 test2.setEntry(3, 3, 1); in test()
[all …]
/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/
H A Dkentrymaptest.cpp52 map.setEntry(group1, key1, value1, EntryOptions()); in testSimple()
54 map.setEntry(group1, key2, value2, EntryOptions()); in testSimple()
91 map.setEntry(group1, key1, value1, EntryDefault); in testDefault()
93 map.setEntry(group1, key2, value2, EntryOptions()); in testDefault()
108 map.setEntry(group1, key1, value2, EntryOptions()); in testDefault()
128 map.setEntry(group1, key1, value1, EntryDefault); in testDelete()
129 map.setEntry(group1, key2, value2, EntryDefault); in testDelete()
141 map.setEntry(group1, key1, value1, EntryGlobal); in testGlobal()
145 map.setEntry(group1, key1, value2, EntryOptions()); in testGlobal()
153 map.setEntry(group1, key1, value1, EntryImmutable); in testImmutable()
[all …]
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-smith-form.h59 for(size_t i = 0; i < n; ++i) b.setEntry(i,two); in makeBumps()
64 if (r < 17) b.setEntry(i,R.one); in makeBumps()
65 if (r == 17) b.setEntry(i,two); in makeBumps()
66 if (r == 18) b.setEntry(i,three); in makeBumps()
67 if (r == 19) b.setEntry(i,nine); in makeBumps()
69 b.setEntry(n-2,x); in makeBumps()
70 b.setEntry(n-1,R.zero); in makeBumps()
76 b.setEntry(i,R.negin(x)); in makeBumps()
88 d.setEntry(0,b.getEntry(x,0)); in prefixProduct()
92 d.setEntry(i,R.mulin(x, y)); in prefixProduct()
[all …]
H A Dtest-weak-popov-form.C39 M.setEntry(0, 1, R.one); in main()
40 M.setEntry(1, 1, R.one); in main()
41 M.setEntry(2, 1, R.one); in main()
42 M.setEntry(2, 2, R.one); in main()
45 V.setEntry(0, 0, R.one); in main()
46 V.setEntry(1, 0, R.one); in main()
47 V.setEntry(2, 0, R.one); in main()
48 V.setEntry(3, 0, R.one); in main()
H A Dtest-smith-form-iliopoulos.C72 U.setEntry(i, j, R.zero);
73 U.setEntry(i, i, R.one);
77 V.setEntry(i, j, R.zero);
78 V.setEntry(i, i, R.one);
105 if (n > 0) D.setEntry(0,0,x); in testRandom()
108 D.setEntry(i,i, R.mulin(x, y)); in testRandom()
110 if (n > 0) D.setEntry(n-1,n-1, R.zero); in testRandom()
115 L.setEntry(i,j, R.init(x, rand() % 10)); in testRandom()
116 U.setEntry(j,i, R.init(x, rand() % 10)); in testRandom()
118 L.setEntry(i,i, R.one); in testRandom()
[all …]
H A Dtest-regression.C56 A.setEntry(0,0, 1); in testSolveSparse()
57 A.setEntry(0,1, 2); in testSolveSparse()
58 A.setEntry(0,2, 3); in testSolveSparse()
60 A.setEntry(1,1, 2); in testSolveSparse()
61 A.setEntry(1,2, 5); in testSolveSparse()
62 A.setEntry(2,0, 2); in testSolveSparse()
63 A.setEntry(2,1, 3); in testSolveSparse()
64 A.setEntry(2,2, 1); in testSolveSparse()
147 M.setEntry(0,0,1); in testFlatDixonSolver()
148 M.setEntry(0,1,1); in testFlatDixonSolver()
[all …]
H A Dtest-opencl-domain.C127 A.setEntry(k,j,G.random(tmp)); in testMul()
128 B.setEntry(k,j,G.random(tmp)); in testMul()
178 B.setEntry(k,j,G.random(tmp)); in testMulinLeft()
229 A.setEntry(k,j,G.random(tmp)); in testMulinRight()
283 A.setEntry(k,j,G.random(tmp)); in testAxpy()
284 B.setEntry(k,j,G.random(tmp)); in testAxpy()
285 C.setEntry(k,j,G.random(tmp)); in testAxpy()
335 A.setEntry(k,j,G.random(tmp)); in testAxpyin()
336 B.setEntry(k,j,G.random(tmp)); in testAxpyin()
390 A.setEntry(k,j,G.random(tmp)); in testMaxpy()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DConjugateGradientTest.java65 a.setEntry(0, 0, -1.); in testNonPositiveDefiniteLinearOperator()
66 a.setEntry(0, 1, 2.); in testNonPositiveDefiniteLinearOperator()
67 a.setEntry(1, 0, 3.); in testNonPositiveDefiniteLinearOperator()
68 a.setEntry(1, 1, 4.); in testNonPositiveDefiniteLinearOperator()
72 b.setEntry(0, -1.); in testNonPositiveDefiniteLinearOperator()
73 b.setEntry(1, -1.); in testNonPositiveDefiniteLinearOperator()
89 b.setEntry(j, 1.); in testUnpreconditionedSolution()
112 b.setEntry(j, 1.); in testUnpreconditionedInPlaceSolutionWithInitialGuess()
138 b.setEntry(j, 1.); in testUnpreconditionedSolutionWithInitialGuess()
301 b.setEntry(0, -1d); in testNonPositiveDefinitePreconditioner()
[all …]
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Abc/
H A DAbcParams.h146 void setEntry(const boolParams key, const char * val) { in setEntry() function
149 void setEntry(const boolParams key, const char val) { in setEntry() function
152 void setEntry(const boolParams key, const bool val) { in setEntry() function
155 void setEntry(const intParams key, const char * val) { in setEntry() function
158 void setEntry(const intParams key, const int val) { in setEntry() function
161 void setEntry(const dblParams key, const char * val) { in setEntry() function
164 void setEntry(const dblParams key, const double val) { in setEntry() function
167 void setEntry(const strParams key, const char * val) { in setEntry() function
170 void setEntry(const strArrayParams key, const char *val) { in setEntry() function
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Knap/
H A DKnapParams.h143 void setEntry(const chrParams key, const char * val) { in setEntry() function
146 void setEntry(const chrParams key, const char val) { in setEntry() function
149 void setEntry(const chrParams key, const bool val) { in setEntry() function
152 void setEntry(const intParams key, const char * val) { in setEntry() function
155 void setEntry(const intParams key, const int val) { in setEntry() function
158 void setEntry(const dblParams key, const char * val) { in setEntry() function
161 void setEntry(const dblParams key, const double val) { in setEntry() function
164 void setEntry(const strParams key, const char * val) { in setEntry() function
167 void setEntry(const strArrayParams key, const char *val) { in setEntry() function
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_RDFContactGTK.cpp53 setEntry( w_name, m_name ); in createEditor()
54 setEntry( w_nick, m_nick ); in createEditor()
55 setEntry( w_email, m_email ); in createEditor()
56 setEntry( w_homePage, m_homePage ); in createEditor()
57 setEntry( w_imageUrl, m_imageUrl ); in createEditor()
58 setEntry( w_phone, m_phone ); in createEditor()
59 setEntry( w_jabberID, m_jabberID ); in createEditor()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DSparseFieldVector.java166 res.setEntry(key, entries.get(key).add(value)); in add()
168 res.setEntry(key, value); in add()
199 res.setEntry(i + virtualSize, v.getEntry(i)); in append()
211 res.setEntry(virtualSize, d); in append()
299 res.setEntry(key - index, iter.value()); in getSubVector()
313 setEntry(i, getEntry(i).add(d)); in mapAddToSelf()
343 setEntry(i, field.getOne().divide(getEntry(i))); in mapInvToSelf()
426 setEntry(i, value); in set()
446 setEntry(i + index, v.getEntry(i)); in setSubVector()
666 setEntry(i, visitor.visit(i, getEntry(i))); in walkInDefaultOrder()
[all …]

12345678910>>...56