Home
last modified time | relevance | path

Searched defs:IS_DECIMAL_MARK (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Datof-generic.c105 #define IS_DECIMAL_MARK(c) ((c) == '.') in atof_generic() macro
107 #define IS_DECIMAL_MARK(c) (0 != strchr (string_of_decimal_marks, (c))) in atof_generic() macro