Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Datof-generic.c79 const char *string_of_decimal_exponent_marks, in atof_generic() argument
164 && (!c || !strchr (string_of_decimal_exponent_marks, c))); in atof_generic()
214 && (!c || !strchr (string_of_decimal_exponent_marks, c))); in atof_generic()
249 if (c && strchr (string_of_decimal_exponent_marks, c)) in atof_generic()
Dflonum.h88 const char *string_of_decimal_exponent_marks,