Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c2230 static PyCFunction _py_float_as_integer_ratio; variable
2288 n_d = _py_float_as_integer_ratio(tmp, NULL); in PyDecType_FromFloatExact()
5685 ASSIGN_PTR(_py_float_as_integer_ratio, cfunc_noargs(&PyFloat_Type, in PyInit__decimal()