Searched refs:PyArg_GetDoubleArray (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | cgensupport.h | 20 #define getidoublearray PyArg_GetDoubleArray 48 extern int PyArg_GetDoubleArray(PyObject *args, int nargs,
|
D | cgensupport.c | 247 PyArg_GetDoubleArray(PyObject *args, int nargs, int i, int n, double *p_arg) in PyArg_GetDoubleArray() function
|
D | cstubs | 151 if (!PyArg_GetDoubleArray(w, 1, 0, width, vec)) 274 if (!PyArg_GetDoubleArray(args, 6, 0, arg1 , arg2)) 281 if (!PyArg_GetDoubleArray(args, 6, 1, arg3 , arg4)) 318 if (!PyArg_GetDoubleArray(pt, 1, 0, ncoords, pnext)) 359 if (!PyArg_GetDoubleArray(args, 4, 0, arg1 , arg2)) 385 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext)) 432 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext))
|
D | glmodule.c | 145 if (!PyArg_GetDoubleArray(w, 1, 0, width, vec)) in gl_varray() 257 if (!PyArg_GetDoubleArray(args, 6, 0, arg1 , arg2)) in gl_nurbssurface() 264 if (!PyArg_GetDoubleArray(args, 6, 1, arg3 , arg4)) in gl_nurbssurface() 301 if (!PyArg_GetDoubleArray(pt, 1, 0, ncoords, pnext)) in gl_nurbssurface() 339 if (!PyArg_GetDoubleArray(args, 4, 0, arg1 , arg2)) in gl_nurbscurve() 365 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext)) in gl_nurbscurve() 409 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext)) in gl_pwlcurve()
|