Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c1159 quorem(Bigint *b, Bigint *S) in quorem() function
1379 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp()
2744 dig = quorem(b,S) + '0'; in _Py_dg_dtoa()
2814 *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()