Searched refs:hex_from_char (Results 1 – 2 of 2) sorted by relevance
1101 hex_from_char(char c) { in hex_from_char() function1349 while (hex_from_char(*s) >= 0) in float_fromhex()1354 while (hex_from_char(*s) >= 0) in float_fromhex()1387 #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()