Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c3592 PyDec_AsFloat(PyObject *dec) in PyDec_AsFloat() function
4470 f = PyDec_AsFloat(self); in dec_complex()
4719 (unaryfunc) PyDec_AsFloat,