Searched refs:int_to_decimal_string (Results 1 – 2 of 2) sorted by relevance
1172 int_to_decimal_string(PyIntObject *v) { in int_to_decimal_string() function1213 return int_to_decimal_string(v); in _PyInt_Format()1424 (reprfunc)int_to_decimal_string, /* tp_repr */1430 (reprfunc)int_to_decimal_string, /* tp_str */
1146 int_to_decimal_string(PyIntObject *v) { in int_to_decimal_string() function1187 return int_to_decimal_string(v); in _PyInt_Format()1393 (reprfunc)int_to_decimal_string, /* tp_repr */1399 (reprfunc)int_to_decimal_string, /* tp_str */