Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c1763 long_to_decimal_string(PyObject *aa) in long_to_decimal_string() function
5389 long_to_decimal_string, /* tp_repr */
5395 long_to_decimal_string, /* tp_str */
/external/python/cpython2/Objects/
Dlongobject.c1337 long_to_decimal_string(PyObject *aa, int addL) in long_to_decimal_string() function
1466 return long_to_decimal_string((PyObject *)a, addL); in _PyLong_Format()