HomeSort by: relevance | last modified time | path
    Searched defs:SIZEOF_FLT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
float+.h 138 #define SIZEOF_FLT ((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)
142 /* Verify that SIZEOF_FLT <= sizeof (float) etc. */
143 typedef int verify_sizeof_flt[SIZEOF_FLT <= sizeof (float) ? 1 : -1];
  /src/external/gpl3/gdb.old/dist/gnulib/import/
float+.h 138 #define SIZEOF_FLT ((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)
142 /* Verify that SIZEOF_FLT <= sizeof (float) etc. */
143 typedef int verify_sizeof_flt[SIZEOF_FLT <= sizeof (float) ? 1 : -1];

Completed in 21 milliseconds