Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/includes/
H A Dapi_stack_int.h348 SciErr allocMatrixOfUnsignedInteger16(void* _pvCtx, int _iVar, int _iRows, int _iCols, unsigned sho…
/dports/math/scilab-toolbox-swt/swt/src/gwsupport/
H A Dswt_gwsupport.c321 …sciErr = allocMatrixOfUnsignedInteger16(pvApiCtx, nbInputArgument(pvApiCtx) + ovar, _piRows, _piCo… in swt_gwsupport_AllocMatrixOfUnsignedInteger16()
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects/includes/
H A DScilabAbstractMemoryAllocator.hxx155 SciErr err = allocMatrixOfUnsignedInteger16(pvCtx, position, rows, cols, &_ptr); in alloc()
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/
H A Dapi_stack_int.cpp240 SciErr sciErr = allocMatrixOfUnsignedInteger16(_pvCtx, _iVar, _iRows, _iCols, &psData16); in createMatrixOfUnsignedInteger16()
562 SciErr allocMatrixOfUnsignedInteger16(void* _pvCtx, int _iVar, int _iRows, int _iCols, unsigned sho… in allocMatrixOfUnsignedInteger16() function