Searched refs:PyArg_GetFloatArray (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | cgensupport.h | 22 #define getifloatarray PyArg_GetFloatArray 50 extern int PyArg_GetFloatArray(PyObject *args, int nargs,
|
D | cgensupport.c | 280 PyArg_GetFloatArray(PyObject *args, int nargs, int i, int n, float *p_arg) in PyArg_GetFloatArray() function
|
D | cstubs | 232 if (!PyArg_GetFloatArray(wnorm, 1, 0, 3, norm) || 233 !PyArg_GetFloatArray(wvec, 1, 0, 3, vec))
|
D | glmodule.c | 218 if (!PyArg_GetFloatArray(wnorm, 1, 0, 3, norm) || in gen_nvarray() 219 !PyArg_GetFloatArray(wvec, 1, 0, 3, vec)) in gen_nvarray()
|