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

  /external/python/cpython2/Modules/
cgensupport.h 20 #define getidoublearray PyArg_GetDoubleArray
48 extern int PyArg_GetDoubleArray(PyObject *args, int nargs,
cgensupport.c 247 PyArg_GetDoubleArray(PyObject *args, int nargs, int i, int n, double *p_arg)
glmodule.c 145 if (!PyArg_GetDoubleArray(w, 1, 0, width, vec))
257 if (!PyArg_GetDoubleArray(args, 6, 0, arg1 , arg2))
264 if (!PyArg_GetDoubleArray(args, 6, 1, arg3 , arg4))
301 if (!PyArg_GetDoubleArray(pt, 1, 0, ncoords, pnext))
339 if (!PyArg_GetDoubleArray(args, 4, 0, arg1 , arg2))
365 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext))
409 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext))
    [all...]

Completed in 48 milliseconds