Home
last modified time | relevance | path

Searched refs:RHSValues (Results 1 – 23 of 23) sorted by relevance

/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/src/
H A DCoinProblem.c31 pProblem->RHSValues = NULL; in coinCreateProblemObject()
87 if (pProblem->RHSValues) free(pProblem->RHSValues); in coinClearProblemObject()
159 …if (RHSValues) pProblem->RHSValues = (double*) malloc(pProblem->RowCount * sizeof(double… in coinStoreMatrix()
170 (RHSValues && !pProblem->RHSValues) || in coinStoreMatrix()
182 …if (RHSValues) memcpy(pProblem->RHSValues, RHSValues, pProblem->RowCount * sizeof(dou… in coinStoreMatrix()
376 pProblem->RowLower[i] = pProblem->RHSValues ? pProblem->RHSValues[i] : -CoinDblMax; in coinComputeRowLowerUpper()
385 pProblem->RowUpper[i] = pProblem->RHSValues ? pProblem->RHSValues[i] : CoinDblMax; in coinComputeRowLowerUpper()
389 pProblem->RowLower[i] = pProblem->RHSValues ? pProblem->RHSValues[i] : -CoinDblMax; in coinComputeRowLowerUpper()
394 pProblem->RowLower[i] = pProblem->RHSValues ? pProblem->RHSValues[i] : 0.0; in coinComputeRowLowerUpper()
395 pProblem->RowUpper[i] = pProblem->RHSValues ? pProblem->RHSValues[i] : 0.0; in coinComputeRowLowerUpper()
[all …]
H A DCoinProblem.h24 double* RHSValues; member
83 double* UpperBounds, const char* RowType, double* RHSValues, double* RangeValues,
H A DCoinMP.h175 double* RHSValues, double* RangeValues, int* MatrixBegin,
188 double* RHSValues, double* RangeValues, int* MatrixBegin,
196 double* RHSValues, double* RangeValues, int* MatrixBegin,
343 double* RHSValues, double* RangeValues, int* MatrixBegin,
356 double* RHSValues, double* RangeValues, int* MatrixBegin,
364 double* RHSValues, double* RangeValues, int* MatrixBegin,
H A DCoinMP.cpp181 double* RHSValues, double* RangeValues, int* MatrixBegin, in CoinLoadMatrix() argument
189 RHSValues, RangeValues, MatrixBegin, MatrixCount, MatrixIndex, in CoinLoadMatrix()
225 double* RHSValues, double* RangeValues, int* MatrixBegin, in CoinLoadProblem() argument
234 RHSValues, RangeValues, MatrixBegin, MatrixCount, MatrixIndex, in CoinLoadProblem()
250 double* RHSValues, double* RangeValues, int* MatrixBegin, in CoinLoadProblemBuf() argument
259 RHSValues, RangeValues, MatrixBegin, MatrixCount, MatrixIndex, in CoinLoadProblemBuf()
H A DCoinCbc.cpp1027 pResult->SlackValues[i] = pProblem->RHSValues[i] - pResult->RowActivity[i]; in CbcRetrieveSolutionResults()
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DICoinMP.hpp67 double* RHSValues; member
H A DICoinMP.cpp59 pCoin->RHSValues = NULL; in CoinCreateProblem()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp981 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
984 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
990 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp976 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
979 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
985 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp1028 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1031 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1037 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGExprAgg.cpp1032 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1035 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1041 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp1002 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1005 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1011 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp1003 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1006 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1012 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1002 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1005 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1011 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGExprAgg.cpp1035 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1038 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1044 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp1030 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1033 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1039 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp1030 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1033 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1039 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp1035 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1038 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1044 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp1035 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1038 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1044 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1035 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1038 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1044 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp1030 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1033 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1039 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprAgg.cpp1035 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1038 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1044 RHSValues.second, K, ".i"); in VisitBinCmp()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGExprAgg.cpp1035 RHSValues = EmitOperand(E->getRHS()); in VisitBinCmp() local
1038 Value *Cmp = EmitCompare(Builder, CGF, E, LHSValues.first, RHSValues.first, in VisitBinCmp()
1044 RHSValues.second, K, ".i"); in VisitBinCmp()