Searched refs:fdigits (Results 1 – 2 of 2) sorted by relevance
1282 Py_ssize_t length, ndigits, fdigits, i; in float_fromhex() local1383 fdigits = coeff_end - s_store; in float_fromhex()1407 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex()1426 exp = exp - 4*((long)fdigits); in float_fromhex()
1457 Py_ssize_t length, ndigits, fdigits, i; in float_fromhex() local1566 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()