Searched refs:hex_from_char (Results 1 – 1 of 1) sorted by relevance
1121 hex_from_char(char c) { in hex_from_char() function1369 while (hex_from_char(*s) >= 0) in float_fromhex()1374 while (hex_from_char(*s) >= 0) in float_fromhex()1407 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex()