Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dfloatobject.c.h121 float_conjugate_impl(PyObject *self);
126 return float_conjugate_impl(self); in float_conjugate()
/third_party/python/Objects/
Dfloatobject.c1105 float_conjugate_impl(PyObject *self) in float_conjugate_impl() function