Lines Matching refs:FORMAT
95 #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
154 PyArray_Descr *desct=PyArray_DescrFromType(FORMAT); \