Home
last modified time | relevance | path

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

/dports/math/clp/Clp-1.17.3/Clp/examples/
H A Dsprint2.cpp54 double * saveObj = new double [numberColumns]; in main() local
55 memcpy(saveObj, obj, numberColumns * sizeof(double)); in main()
58 memcpy(obj, saveObj, numberColumns * sizeof(double)); in main()
59 delete [] saveObj; in main()
H A DuseVolume.cpp258 double * saveObj = new double[numberColumns]; in main() local
259 memcpy(saveObj, model.objective(), numberColumns * sizeof(double)); in main()
287 memcpy(model.objective(), saveObj, numberColumns * sizeof(double)); in main()
291 delete [] saveObj; in main()
H A Ddecompose.cpp312 double * saveObj = new double [numberColumns2]; in main() local
314 memcpy(saveObj, objective2, numberColumns2 * sizeof(double)); in main()
320 objective2[i] = saveObj[i] - objective2[i]; in main()
326 memcpy(objective2, saveObj, numberColumns2 * sizeof(double)); in main()
336 objValue += solution[i] * saveObj[i]; in main()
374 objValue += solution[i] * saveObj[i]; in main()
405 delete [] saveObj; in main()
/dports/lang/nickle/nickle-2.90/
H A Dframe.c20 MemReference (frame->saveObj); in FrameMark()
42 frame->saveObj = 0; in NewFrame()
H A Dprofile.c55 ObjPtr obj = frame->saveObj; in ProfileInterrupt()
68 ObjPtr obj = frame->saveObj; in ProfileInterrupt()
H A Ddebug.c85 stat = ObjStatement (frame->saveObj, in DebugSetFrame()
91 stat = ObjStatement (frame->saveObj, in DebugSetFrame()
H A Dexecute.c30 int base, int argc, InstPtr savePc, ObjPtr saveObj) in BuildFrame() argument
66 frame->saveObj = thread->thread.continuation.frame->saveObj; in BuildFrame()
71 frame->saveObj = saveObj; in BuildFrame()
229 thread->thread.continuation.obj = thread->thread.continuation.frame->saveObj; in ThreadCall()
957 ObjValid(frame->saveObj, frame->savePc); in FrameValid()
1193 thread->thread.continuation.obj = thread->thread.continuation.frame->saveObj; in ThreadsRun()
1377 thread->thread.continuation.obj = thread->thread.continuation.frame->saveObj; in ThreadsRun()
H A Dsched.c336 TraceStatement (file, ObjStatement (frame->saveObj, frame->savePc)); in TraceFrame()
619 obj = frame->saveObj; in FarJumpContinuation()
H A Dnickle.h168 ObjPtr saveObj; member
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/appweb/ejs-2.0/ejs/
H A DejsParser.c240 EjsVar *saveObj, *exception; member
959 EjsVar *saveObj; member
1053 saveObj = ep->currentObj; in assignPropertyValue()
1070 ep->currentObj = saveObj; in assignPropertyValue()
1108 EjsVar *saveObj; in parseObjectLiteral() local
1115 saveObj = ep->currentObj; in parseObjectLiteral()
1187 ep->currentObj = saveObj; in parseObjectLiteral()
1206 EjsVar *saveObj; in parseArrayLiteral() local
1210 saveObj = ep->currentObj; in parseArrayLiteral()
1257 ep->currentObj = saveObj; in parseArrayLiteral()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACDv2/
H A Dwavefront.h43 …static bool saveObj(const char *fname,int vcount,const float *vertices,int tcount,const int *indic…
H A Dwavefront.cpp830 bool WavefrontObj::saveObj(const char *fname,int vcount,const float *vertices,int tcount,const int … in saveObj() function in WavefrontObj
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/appweb/ejs/
H A DejsParser.c152 MprVar *vp, *saveObj; in parseStmt() local
243 saveObj = ep->currentObj; in parseStmt()
247 ep->currentObj = saveObj; in parseStmt()
592 MprVar *vp, *saveProperty, *saveObj; in parseAssignment() local
598 saveObj = ep->currentObj; in parseAssignment()
604 ep->currentObj = saveObj; in parseAssignment()
1204 MprVar *saveObj; in parseFunction() local
1220 saveObj = ep->currentObj; in parseFunction()
1226 ep->currentObj = saveObj; in parseFunction()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSolve.cpp1066 double * saveObj = new double[numberColumns]; in initialSolve() local
1067 CoinMemcpyN(model2->objective(), numberColumns, saveObj); in initialSolve()
1093 CoinMemcpyN(saveObj, numberColumns, model2->objective()); in initialSolve()
1097 delete [] saveObj; in initialSolve()
4110 double * saveObj = new double [numberColumns2]; in solveDW() local
4112 memcpy(saveObj, objective2, numberColumns2 * sizeof(double)); in solveDW()
4118 objective2[i] = saveObj[i] - objective2[i]; in solveDW()
4138 objective2[i] = saveObj[i] - objective2[i]; in solveDW()
4157 objValue += solution[i] * saveObj[i]; in solveDW()
4195 objValue += solution[i] * saveObj[i]; in solveDW()
[all …]
H A DunitTest.cpp1947 double * saveObj = new double [numberColumns]; in ClpSimplexUnitTest() local
1978 saveObj[n] = objective[iColumn]; in ClpSimplexUnitTest()
1993 solution.addColumns(n, saveLower, saveUpper, saveObj, in ClpSimplexUnitTest()
2005 saveObj[n] = objective[iColumn]; in ClpSimplexUnitTest()
2019 solution.addColumns(n, saveLower, saveUpper, saveObj, in ClpSimplexUnitTest()
2102 delete [] saveObj; in ClpSimplexUnitTest()
H A DClpSimplexDual.cpp4138 double saveObj = objectiveValue_; in statusOfProblemInDual()
4164 if (fabs(saveObj - objectiveValue_) > 1.0e-5 || in statusOfProblemInDual()
4175 saveObj, objectiveValue_); in statusOfProblemInDual()
4177 if (fabs(saveObj - objectiveValue_) > 1.0e-5 || in statusOfProblemInDual()
4186 saveObj, objectiveValue_); in statusOfProblemInDual()
H A DClpSimplexNonlinear.cpp1265 double saveObj = currentObj; in pivotColumn() local
2361 if (saveObj - currentObj < 1.0e-5 && nTotalPasses > 2000) { in pivotColumn()
2387 nBigPasses, nTotalPasses, saveObj - currentObj, normFlagged); in pivotColumn()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dlodviewer.cpp280 bool saveObj(const Mesh& mesh, const char* path) in saveObj() function
538 saveObj(f.lodmesh, path); in keyhandler()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dlodviewer.cpp280 bool saveObj(const Mesh& mesh, const char* path) in saveObj() function
538 saveObj(f.lodmesh, path); in keyhandler()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp1904 double *saveObj = new double[numberColumns]; in initialSolve() local
1905 CoinMemcpyN(model2->objective(), numberColumns, saveObj); in initialSolve()
1935 delete[] saveObj; in initialSolve()
2358 delete[] saveObj; in initialSolve()
5542 double *saveObj = saveObj2[iBlock]; in solveDW() local
5550 objective2[i] = saveObj[i] - objective2[i]; in solveDW()
5592 double *saveObj = saveObj2[iBlock]; in solveDW() local
5601 objective2[i] = saveObj[i] - objective2[i]; in solveDW()
5620 objValue += solution[i] * saveObj[i]; in solveDW()
5661 objValue += solution[i] * saveObj[i]; in solveDW()
[all …]
H A DunitTest.cpp2167 double *saveObj = new double[numberColumns]; in ClpSimplexUnitTest() local
2198 saveObj[n] = objective[iColumn]; in ClpSimplexUnitTest()
2213 solution.addColumns(n, saveLower, saveUpper, saveObj, in ClpSimplexUnitTest()
2225 saveObj[n] = objective[iColumn]; in ClpSimplexUnitTest()
2239 solution.addColumns(n, saveLower, saveUpper, saveObj, in ClpSimplexUnitTest()
2322 delete[] saveObj; in ClpSimplexUnitTest()
H A DClpSimplexNonlinear.cpp1259 double saveObj = currentObj; in pivotColumn() local
2367 if (saveObj - currentObj < 1.0e-5 && nTotalPasses > 2000) { in pivotColumn()
2393 nBigPasses, nTotalPasses, saveObj - currentObj, normFlagged); in pivotColumn()
H A DClpSimplexDual.cpp4970 double saveObj = objectiveValue_; in statusOfProblemInDual()
4996 if (fabs(saveObj - objectiveValue_) > 1.0e-5 || in statusOfProblemInDual()
5007 saveObj, objectiveValue_); in statusOfProblemInDual()
5009 if (fabs(saveObj - objectiveValue_) > 1.0e-5 || in statusOfProblemInDual()
5018 saveObj, objectiveValue_); in statusOfProblemInDual()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcSolverHeuristics.cpp840 double saveObj = lpSolver->objectiveValue(); in fixVubs() local
858 lpSolver->setDualObjectiveLimit(saveObj + maxCostUp); in fixVubs()
860 double moveObj = lpSolver->objectiveValue() - saveObj; in fixVubs()
H A DCbcModel.cpp10407 double *saveObj = CoinCopyOfArray(objective, numberColumns); local
10434 memcpy(objective, saveObj, numberColumns * sizeof(double));
10435 delete[] saveObj;
13452 double saveObj = bestObjective_; local
13460 bestObjective_ = saveObj;