Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dfloatobject.c.h15 float_is_integer_impl(PyObject *self);
20 return float_is_integer_impl(self); in float_is_integer()
/third_party/python/Objects/
Dfloatobject.c854 float_is_integer_impl(PyObject *self) in float_is_integer_impl() function