Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c1283 Py_ssize_t length, ndigits, fdigits, i; in float_fromhex() local
1384 fdigits = coeff_end - s_store; in float_fromhex()
1408 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex()
1427 exp = exp - 4*((long)fdigits); in float_fromhex()
/external/python/cpython2/Objects/
Dfloatobject.c1457 Py_ssize_t length, ndigits, fdigits, i; in float_fromhex() local
1566 fdigits = coeff_end - s_store; in float_fromhex()
1590 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex()
1609 exp = exp - 4*((long)fdigits); in float_fromhex()