Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c910 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; in double_round() local
951 if (mybuf != shortbuf) in double_round()
/external/python/cpython2/Objects/
Dfloatobject.c1095 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; in _Py_double_round() local
1220 if (mybuf != shortbuf) in _Py_double_round()