Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dfloatobject.c.h69 float___ceil___impl(PyObject *self);
74 return float___ceil___impl(self); in float___ceil__()
/third_party/python/Objects/
Dfloatobject.c909 float___ceil___impl(PyObject *self) in float___ceil___impl() function