Searched refs:hex_from_char (Results 1 – 2 of 2) sorted by relevance
1122 hex_from_char(char c) { in hex_from_char() function1370 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()
1301 hex_from_char(char c) { in hex_from_char() function1552 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()