Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dfloatobject.c.h51 float___floor___impl(PyObject *self);
56 return float___floor___impl(self); in float___floor__()
/third_party/python/Objects/
Dfloatobject.c895 float___floor___impl(PyObject *self) in float___floor___impl() function