Searched refs:FLT_CHARS (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-cris.h59 extern const char FLT_CHARS[];
H A Dtc-mmix.h40 #define FLT_CHARS mmix_flt_chars macro
H A Dtc-openrisc.c58 const char FLT_CHARS[] = "dD"; variable
H A Datof-ieee.c702 extern const char FLT_CHARS[];
709 of type TYPE (a character found in the FLT_CHARS macro), and store
727 if (strchr (FLT_CHARS, type) != NULL)
770 not put them into the FLT_CHARS macro. This is because the 'f' type
777 explicitly allow them by putting them into FLT_CHARS. */
H A Dtc-fr30.c56 const char FLT_CHARS[] = "dD"; variable
H A Dtc-ip2k.c58 const char FLT_CHARS[] = "dD"; variable
H A Dtc-lm32.c73 const char FLT_CHARS[] = "dD"; variable
H A Dtc-xc16x.c63 const char FLT_CHARS[] = "dD"; variable
H A Dtc-mt.c59 const char FLT_CHARS[] = "dD"; variable
H A Dtc-pj.c56 const char FLT_CHARS[] = "rRsSfFdDxXpP"; variable
H A Dtc-xstormy16.c55 const char FLT_CHARS[] = "dD"; variable
H A Dtc-moxie.c43 const char FLT_CHARS[] = "rRsSfFdDxXpP"; variable
H A Dtc-dlx.c85 const char FLT_CHARS[] = "rRsSfFdDxXpP"; variable
H A Dtc-iq2000.c61 const char FLT_CHARS[] = "dD"; variable
H A Dtc-or32.c98 const char FLT_CHARS[] = "rRsSfFdDxXpP"; variable
H A Dtc-avr.c258 const char FLT_CHARS[] = "dD"; variable
H A Dtc-i860.c48 const char FLT_CHARS[] = "rRsSfFdDxXpP"; variable
H A Dtc-m32c.c62 const char FLT_CHARS[] = "dD"; variable
H A Dtc-mn10200.c54 const char FLT_CHARS[] = "dD";
53 const char FLT_CHARS[] = "dD"; variable
H A Dtc-pdp11.c74 const char FLT_CHARS[] = "dDfF"; variable
H A Dtc-spu.c81 const char FLT_CHARS[] = "dDfF"; variable
H A Dtc-z80.c31 const char FLT_CHARS[] = "RrFf\0"; variable
H A Dtc-z8k.c137 const char FLT_CHARS[] = "rRsSfFdDxXpP"; variable
H A Dtc-arc.c84 const char FLT_CHARS[] = "rRsSfFdD"; variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dexpr.c52 extern const char EXP_CHARS[], FLT_CHARS[];
815 if (c && strchr (FLT_CHARS, c))
887 || strchr (FLT_CHARS, 'f') == NULL)

Completed in 309 milliseconds

123