Lines Matching refs:pnext
268 double *pnext;
308 pnext = arg5;
318 if (!PyArg_GetDoubleArray(pt, 1, 0, ncoords, pnext))
320 pnext += ncoords;
353 double *pnext;
383 pnext = arg4;
385 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext))
387 pnext += ncoords;
409 double *data, *pnext;
430 pnext = data;
432 if (!PyArg_GetDoubleArray(PyList_GetItem(v, i), 1, 0, ncoords, pnext))
434 pnext += ncoords;