Searched refs:interpret_float_suffix (Results 1 – 4 of 4) sorted by relevance
45 * expr.c (interpret_float_suffix): Check for invalid suffix.
63 static unsigned int interpret_float_suffix (const uchar *, size_t);83 interpret_float_suffix (const uchar *s, size_t len) in interpret_float_suffix() function273 result = interpret_float_suffix (str, limit - str); in cpp_classify_number()
158 * expr.c (interpret_float_suffix): Identify df, dd, and dl
19336 (interpret_float_suffix, interpret_int_suffix): New.