Home
last modified time | relevance | path

Searched refs:pLowerBounds (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx503 double* pLowerBounds = new double[nVariables]; in solve() local
507 pLowerBounds[nVar] = mbNonNegative ? 0.0 : -DBL_MAX; in solve()
535 pLowerBounds[nVar] = 0.0; in solve()
547 pLowerBounds, pUpperBounds, pRowType, pRHS, NULL, in solve()
558 delete[] pLowerBounds; in solve()
/aoo42x/main/basic/source/runtime/
H A Dstep2.cxx974 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()
H A Dstep0.cxx837 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()
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx1232 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 84 milliseconds