Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c350 else if (convert_to_double(&(obj), &(dbl)) < 0) \
356 convert_to_double(PyObject **v, double *dbl) in convert_to_double() function