Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c290 else if (convert_to_double(&(obj), &(dbl)) < 0) \
296 convert_to_double(PyObject **v, double *dbl) in convert_to_double() function
/external/python/cpython2/Objects/
Dfloatobject.c306 else if (convert_to_double(&(obj), &(dbl)) < 0) \
310 convert_to_double(PyObject **v, double *dbl) in convert_to_double() function