Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c1306 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local
1394 coeff_start = s; in float_fromhex()
1408 ndigits = coeff_end - coeff_start; in float_fromhex()