Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c1281 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local
1369 coeff_start = s; in float_fromhex()
1383 ndigits = coeff_end - coeff_start; in float_fromhex()
/external/python/cpython2/Objects/
Dfloatobject.c1455 char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local
1551 coeff_start = s; in float_fromhex()
1565 ndigits = coeff_end - coeff_start; in float_fromhex()