Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c316 float_repr(PyFloatObject *v) in float_repr() function
1216 return float_repr((PyFloatObject *)self); in float_hex_impl()
1920 (reprfunc)float_repr, /* tp_repr */
1926 (reprfunc)float_repr, /* tp_str */
/external/python/cpython2/Objects/
Dfloatobject.c389 float_repr(PyFloatObject *v) in float_repr() function
2127 (reprfunc)float_repr, /* tp_repr */