Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h82 float_conjugate_impl(PyObject *self);
87 return float_conjugate_impl(self); in float_conjugate()
/external/python/cpython3/Objects/
Dfloatobject.c1106 float_conjugate_impl(PyObject *self) in float_conjugate_impl() function