Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h102 {"hex", (PyCFunction)float_hex, METH_NOARGS, float_hex__doc__},
108 float_hex(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_hex() function
/external/python/cpython2/Objects/
Dfloatobject.c1372 float_hex(PyObject *v) in float_hex() function
2036 {"hex", (PyCFunction)float_hex,