Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h188 float_as_integer_ratio_impl(PyObject *self);
193 return float_as_integer_ratio_impl(self); in float_as_integer_ratio()
/aosp_15_r20/external/python/cpython3/Objects/
Dfloatobject.c1569 float_as_integer_ratio_impl(PyObject *self) in float_as_integer_ratio_impl() function