Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_module.h95 #define MEMCPY(DST,SRC,NB,FORMAT) \ argument
98 (DST)[memCpyIndex] = (FORMAT)(SRC)[memCpyIndex]; \
101 #define GETFIELD(NAME,FIELD,FORMAT) \ argument
105 return(Py_BuildValue(FORMAT,self->instance->FIELD)); \
108 #define GETFIELDARRAY(NAME,FIELD,FORMAT) \ argument
115 #define INITARRAYFIELD(FIELD,FORMAT,SRCFORMAT,DSTFORMAT) \ argument
118 PyArray_Descr *desct=PyArray_DescrFromType(FORMAT); \
132 #define GETCARRAY(PYVAR,CVAR,FORMAT,SRCFORMAT,DSTFORMAT) \ argument
135 PyArray_Descr *desct=PyArray_DescrFromType(FORMAT); \
150 #define GETARGUMENT(FIELD,FORMAT,SRCFORMAT,DSTFORMAT) \ argument
[all …]