HomeSort by relevance Sort by last modified time
    Searched refs:PyArg_GetFloatArray (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Modules/
cgensupport.h 22 #define getifloatarray PyArg_GetFloatArray
50 extern int PyArg_GetFloatArray(PyObject *args, int nargs,
cgensupport.c 280 PyArg_GetFloatArray(PyObject *args, int nargs, int i, int n, float *p_arg)
glmodule.c 218 if (!PyArg_GetFloatArray(wnorm, 1, 0, 3, norm) ||
219 !PyArg_GetFloatArray(wvec, 1, 0, 3, vec))
    [all...]

Completed in 200 milliseconds