Searched refs:pLowerBounds (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sccomp/source/solver/ |
H A D | solver.cxx | 496 double* pLowerBounds = new double[nVariables]; in solve() local 500 pLowerBounds[nVar] = mbNonNegative ? 0.0 : -DBL_MAX; in solve() 528 pLowerBounds[nVar] = 0.0; in solve() 540 pLowerBounds, pUpperBounds, pRowType, pRHS, NULL, in solve() 551 delete[] pLowerBounds; in solve()
|
/aoo41x/main/basic/source/runtime/ |
H A D | step0.cxx | 837 short nActualDim, sal_Int32* pActualIndices, sal_Int32* pLowerBounds, sal_Int32* pUpperBounds ) in implCopyDimArray() argument 840 for( ri = pLowerBounds[nActualDim] ; ri <= pUpperBounds[nActualDim] ; ri++ ) in implCopyDimArray() 845 pActualIndices, pLowerBounds, pUpperBounds ); in implCopyDimArray() 880 sal_Int32* pLowerBounds = new sal_Int32[nDims]; in StepREDIMP() local 915 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepREDIMP() 931 0, pActualIndices, pLowerBounds, pUpperBounds ); in StepREDIMP() 935 delete[] pLowerBounds; in StepREDIMP()
|
H A D | step2.cxx | 974 short nActualDim, sal_Int32* pActualIndices, sal_Int32* pLowerBounds, sal_Int32* pUpperBounds ) in implCopyDimArray_DCREATE() argument 977 for( ri = pLowerBounds[nActualDim] ; ri <= pUpperBounds[nActualDim] ; ri++ ) in implCopyDimArray_DCREATE() 982 pActualIndices, pLowerBounds, pUpperBounds ); in implCopyDimArray_DCREATE() 1060 sal_Int32* pLowerBounds = new sal_Int32[nDims]; in StepDCREATE_IMPL() local 1080 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepDCREATE_IMPL() 1095 0, pActualIndices, pLowerBounds, pUpperBounds ); in StepDCREATE_IMPL() 1098 delete [] pLowerBounds; in StepDCREATE_IMPL()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1232 sal_Int32* pActualIndices, sal_Int32* pLowerBounds, sal_Int32* pUpperBounds ) in implRekMultiDimArrayToSequence() argument 1250 sal_Int32 nLower = pLowerBounds[nActualDim]; in implRekMultiDimArrayToSequence() 1264 nMaxDimIndex, nActualDim + 1, pActualIndices, pLowerBounds, pUpperBounds ); in implRekMultiDimArrayToSequence() 1542 sal_Int32* pLowerBounds = new sal_Int32[nDims]; in sbxToUnoValue() local 1551 pActualIndices[j] = pLowerBounds[j] = lBound; in sbxToUnoValue() 1556 nDims - 1, 0, pActualIndices, pLowerBounds, pUpperBounds ); in sbxToUnoValue() 1559 delete[] pLowerBounds; in sbxToUnoValue()
|
Completed in 97 milliseconds