Home
last modified time | relevance | path

Searched refs:t_nctl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dcstubs265 long s_nctl, t_nctl;
298 t_nctl = arg3 - arg7;
305 if ((arg5 = PyMem_NEW(double, s_nctl*t_nctl*ncoords )) == NULL) {
312 PyList_Size(w) != t_nctl) {
316 for (t = 0; t < t_nctl; t++) {
Dglmodule.c248 long s_nctl, t_nctl; in gl_nurbssurface() local
281 t_nctl = arg3 - arg7; in gl_nurbssurface()
288 if ((arg5 = PyMem_NEW(double, s_nctl*t_nctl*ncoords )) == NULL) { in gl_nurbssurface()
295 PyList_Size(w) != t_nctl) { in gl_nurbssurface()
299 for (t = 0; t < t_nctl; t++) { in gl_nurbssurface()