Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfloatobject.c1456 char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local
1560 coeff_end = s-1; in float_fromhex()
1563 coeff_end = s; in float_fromhex()
1566 ndigits = coeff_end - coeff_start; in float_fromhex()
1567 fdigits = coeff_end - s_store; in float_fromhex()
1592 coeff_end-(j) : \ in float_fromhex()
1593 coeff_end-1-(j))) in float_fromhex()