Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c1122 hex_from_char(char c) { in hex_from_char() function
1370 while (hex_from_char(*s) >= 0) in float_fromhex()
1375 while (hex_from_char(*s) >= 0) in float_fromhex()
1408 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex()
/external/python/cpython2/Objects/
Dfloatobject.c1301 hex_from_char(char c) { in hex_from_char() function
1552 while (hex_from_char(*s) >= 0) in float_fromhex()
1557 while (hex_from_char(*s) >= 0) in float_fromhex()
1590 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex()