Home
last modified time | relevance | path

Searched refs:SCI_INT16 (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/includes/
H A Dh5_attributeConstants.h53 #define SCI_INT16 2 macro
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/
H A Dapi_stack_int.cpp61 *_piPrecision = SCI_INT16; in getMatrixOfIntegerPrecision()
113 …return getCommonMatrixOfInteger(_pvCtx, _piAddress, SCI_INT16, _piRows, _piCols, (void**)_psData16… in getMatrixOfInteger16()
457 …sciErr = allocCommonMatrixOfInteger(_pvCtx, _iVar, piAddr, SCI_INT16, _iRows, _iCols, (void**)&psD… in allocMatrixOfInteger16()
688 case SCI_INT16 : in allocCommonMatrixOfInteger()
748 return createCommonNamedMatrixOfInteger(_pvCtx, _pstName, SCI_INT16, _iRows, _iCols, _psData16); in createNamedMatrixOfInteger16()
802 case SCI_INT16 : in createCommonNamedMatrixOfInteger()
952 return readCommonNamedMatrixOfInteger(_pvCtx, _pstName, SCI_INT16, _piRows, _piCols, _psData16); in readNamedMatrixOfInteger16()
1027 int iRet = getCommonScalarInteger(_pvCtx, _piAddress, SCI_INT16, (void**)&psData); in getScalarInteger16()
1167 int iRet = getCommonNamedScalarInteger(_pvCtx, _pstName, SCI_INT16, (void**)&psData); in getNamedScalarInteger16()
H A Dapi_stack_list.cpp1403 case SCI_INT16 : in allocCommonMatrixOfIntegerInList()
1492 …return allocCommonMatrixOfIntegerInList(_pvCtx, _iVar, NULL, _piParent, _iItemPos, SCI_INT16, _iRo… in allocMatrixOfInteger16InList()
1554 …return createCommonMatrixOfIntegerInList(_pvCtx, _iVar, NULL, _piParent, _iItemPos, SCI_INT16, _iR… in createMatrixOfInteger16InList()
1619 …return getCommonMatrixOfIntegerInList(_pvCtx, _piParent, _iItemPos, SCI_INT16, _piRows, _piCols, (… in getMatrixOfInteger16InList()
1684 …return createCommonMatrixOfIntegerInNamedList(_pvCtx, _pstName, _piParent, _iItemPos, SCI_INT16, _… in createMatrixOfInteger16InNamedList()
1774 …return readCommonMatrixOfIntgerInNamedList(_pvCtx, _pstName, _piParent, _iItemPos, SCI_INT16, _piR… in readMatrixOfIntger16InNamedList()
/dports/math/scilab/scilab-6.1.1/scilab/modules/mpi/src/c/
H A Ddeserialization.c164 else if (iPrecision == SCI_INT16 || iPrecision == SCI_UINT16) in deserialize_int()
205 case SCI_INT16: in deserialize_int()
H A Dserialization.c240 else if (iPrecision == SCI_INT16 || iPrecision == SCI_UINT16) in serialize_int()
289 case SCI_INT16: in serialize_int()
/dports/math/scilab/scilab-6.1.1/scilab/modules/integer/sci_gateway/cpp/
H A Dsci_inttype.cpp57 pRetVal = new types::Double(SCI_INT16); in sci_inttype()
/dports/math/scilab/scilab-6.1.1/scilab/modules/matio/src/c/
H A DCreateMatlabVariable.c58 CreateIntegerVariable(pvApiCtx, iVar, SCI_INT16, matVariable, parent, item_position); in CreateMatlabVariable()
H A DCreateIntegerVariable.c97 case SCI_INT16: in CreateIntegerVariable()
/dports/devel/swig/swig-4.0.2/Lib/scilab/
H A Dscishort.swg39 if (iPrec != SCI_INT16) {
147 if (iPrec != SCI_INT16) {
H A Dscitypemaps.swg176 %scilab_typecheck_integer(SWIG_TYPECHECK_INT16, SCI_INT16, short)
191 %scilab_typecheck_integer(SWIG_TYPECHECK_INT16_ARRAY, SCI_INT16, short [ANY])
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/exps/
H A Dtoken.hxx28 #define SCI_INT16 L"int16" macro
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/template/
H A Dapi_int.hpp32 return SCI_INT16; in API_PROTO()
134 case SCI_INT16: in API_PROTO()
342 return scilab_createIntegerMatrix2d(env, SCI_INT16, row, col); in API_PROTO()
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/tests/unit_tests/
H A DhypermatIntExample.c102 case SCI_INT16: in hypermatIntExample()
H A Dcommon_read_api.c448 case SCI_INT16 : in get_integer_info()
481 case SCI_INT16 : in get_integer_info()
H A Dinteger_writing_api.c124 if (sciErr.iErr || iPrec != SCI_INT16) in read_integer()
H A Dinteger_reading_api.c125 if (sciErr.iErr || iPrec != SCI_INT16) in read_integer()
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/includes/
H A Dapi_stack_int.h32 #define SCI_INT16 2 macro
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects/src/cpp/
H A DScilabObjects.cpp570 case SCI_INT16 : in getArgumentId()
931 case SCI_INT16: in isPositiveIntegerAtAddress()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/cpp/
H A DBrowseVarManager.cpp205 case SCI_INT16: in SetBrowseVarData()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/cpp/
H A Dfromws_c.cpp255 case SCI_INT16: in fromws_c()
342 case SCI_INT16 : in fromws_c()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/sci_gateway/cpp/
H A Dsci_editvar.cpp592 case SCI_INT16 : in sci_editvar()
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/c/
H A Dh5_readDataFromFile.c352 *_piPrec = SCI_INT16; in getDatasetPrecision()
H A Dh5_readDataFromFile_v1.c296 *_piPrec = SCI_INT16; in getDatasetPrecision_v1()
/dports/math/scilab/scilab-6.1.1/scilab/modules/types/src/cpp/
H A DScilabToJava.cpp204 case SCI_INT16 : in sendVariable()
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/sci_gateway/cpp/
H A Dsci_hdf5_load_v1.cpp600 case SCI_INT16: in import_integer_v1()

12