Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c1163 quorem(Bigint *b, Bigint *S) in quorem() function
1383 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp()
2727 dig = quorem(b,S) + '0'; in _Py_dg_dtoa()
2797 *s++ = dig = quorem(b,S) + '0'; in _Py_dg_dtoa()
/external/python/cpython2/Python/
Ddtoa.c1233 quorem(Bigint *b, Bigint *S) in quorem() function
1482 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp()
2817 dig = quorem(b,S) + '0'; in _Py_dg_dtoa()
2887 *s++ = dig = quorem(b,S) + '0'; in _Py_dg_dtoa()