Home
last modified time | relevance | path

Searched refs:getCommonMatrixOfInteger (Results 1 – 3 of 3) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/
H A Dapi_stack_int.cpp86 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_UINT8, _piRows, _piCols, (void**)_pucData8… in getMatrixOfUnsignedInteger8()
91 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_UINT16, _piRows, _piCols, (void**)_pusData… in getMatrixOfUnsignedInteger16()
96 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_UINT32, _piRows, _piCols, (void**)_puiData… in getMatrixOfUnsignedInteger32()
102 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_UINT64, _piRows, _piCols, (void**)_pullDat… in getMatrixOfUnsignedInteger64()
108 … return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_INT8, _piRows, _piCols, (void**)_pcData8); in getMatrixOfInteger8()
113 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_INT16, _piRows, _piCols, (void**)_psData16… in getMatrixOfInteger16()
118 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_INT32, _piRows, _piCols, (void**)_piData32… in getMatrixOfInteger32()
124 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_INT64, _piRows, _piCols, (void**)_pllData6… in getMatrixOfInteger64()
128 SciErr getCommonMatrixOfInteger(void* _pvCtx, int* _piAddress, int _iPrecision, int* _piRows, int* … in getCommonMatrixOfInteger() function
980 sciErr = getCommonMatrixOfInteger(_pvCtx, piAddr, _iPrecision, _piRows, _piCols, &pvData); in readCommonNamedMatrixOfInteger()
[all …]
H A Dapi_internal_int.h19 SciErr getCommonMatrixOfInteger(void* _pvCtx, int* _piAddress, int _iPrecision, int* _piRows, int* …
H A Dapi_stack_list.cpp1580 sciErr = getCommonMatrixOfInteger(_pvCtx, piAddr, _iPrecision, _piRows, _piCols, _pvData); in getCommonMatrixOfIntegerInList()
1729 sciErr = getCommonMatrixOfInteger(_pvCtx, piAddr, _iPrecision, _piRows, _piCols, &pvData); in readCommonMatrixOfIntgerInNamedList()