HomeSort by relevance Sort by last modified time
    Searched refs:FLT_CHARS (Results 1 - 25 of 71) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/config/
tc-cris.h 58 extern const char FLT_CHARS[];
tc-mmix.h 39 #define FLT_CHARS mmix_flt_chars
atof-ieee.c 701 extern const char FLT_CHARS[];
708 of type TYPE (a character found in the FLT_CHARS macro), and store
726 if (strchr (FLT_CHARS, type) != NULL)
769 not put them into the FLT_CHARS macro. This is because the 'f' type
776 explicitly allow them by putting them into FLT_CHARS. */
tc-fr30.c 55 const char FLT_CHARS[] = "dD";
tc-ip2k.c 57 const char FLT_CHARS[] = "dD";
tc-lm32.c 72 const char FLT_CHARS[] = "dD";
tc-or1k.c 56 const char FLT_CHARS[] = "dD";
tc-xc16x.c 63 const char FLT_CHARS[] = "dD";
tc-mt.c 59 const char FLT_CHARS[] = "dD";
tc-pj.c 55 const char FLT_CHARS[] = "rRsSfFdDxXpP";
tc-xstormy16.c 54 const char FLT_CHARS[] = "dD";
tc-moxie.c 42 const char FLT_CHARS[] = "rRsSfFdDxXpP";
tc-dlx.c 84 const char FLT_CHARS[] = "rRsSfFdDxXpP";
tc-epiphany.c 59 const char FLT_CHARS[] = "fFdD";
tc-iq2000.c 60 const char FLT_CHARS[] = "dD";
tc-i860.c 47 const char FLT_CHARS[] = "rRsSfFdDxXpP";
    [all...]
tc-m32c.c 62 const char FLT_CHARS[] = "dD";
    [all...]
tc-mn10200.c 53 const char FLT_CHARS[] = "dD";
tc-pdp11.c 73 const char FLT_CHARS[] = "dDfF";
tc-rl78.c 44 const char FLT_CHARS[] = "dD";
    [all...]
tc-spu.c 81 const char FLT_CHARS[] = "dDfF";
tc-tilegx.c 66 const char FLT_CHARS[] = "rRsSfFdDxXpP";
    [all...]
tc-tilepro.c 63 const char FLT_CHARS[] = "rRsSfFdDxXpP";
    [all...]
tc-xgate.c 33 const char FLT_CHARS[] = "dD";
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
expr.c 49 extern const char EXP_CHARS[], FLT_CHARS[];
815 if (c && strchr (FLT_CHARS, c))
887 || strchr (FLT_CHARS, 'f') == NULL)
    [all...]

Completed in 325 milliseconds

1 2 3