Searched refs:coeff_start (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | floatobject.c | 1260 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local 1348 coeff_start = s; in float_fromhex() 1362 ndigits = coeff_end - coeff_start; in float_fromhex()
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 1455 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()
|