Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h149 float_as_integer_ratio_impl(PyObject *self);
154 return float_as_integer_ratio_impl(self); in float_as_integer_ratio()
/external/python/cpython3/Objects/
Dfloatobject.c1534 float_as_integer_ratio_impl(PyObject *self) in float_as_integer_ratio_impl() function