Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/
Datof-generic.c82 const char *string_of_decimal_exponent_marks, in atof_generic() argument
167 && (!c || !strchr (string_of_decimal_exponent_marks, c))); in atof_generic()
217 && (!c || !strchr (string_of_decimal_exponent_marks, c))); in atof_generic()
252 if (c && strchr (string_of_decimal_exponent_marks, c)) in atof_generic()
Dflonum.h89 const char *string_of_decimal_exponent_marks,