Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfloatobject.c1280 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local
1368 coeff_start = s; in float_fromhex()
1382 ndigits = coeff_end - coeff_start; in float_fromhex()