Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcgensupport.c62 extractdouble(register PyObject *v, double *p_arg) in extractdouble() function
258 if (!extractdouble(w, &p_arg[i])) in PyArg_GetDoubleArray()
269 if (!extractdouble(w, &p_arg[i])) in PyArg_GetDoubleArray()