Searched defs:SIZEOF_FLT (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dfloat+.h138 #define SIZEOF_FLT ((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) macro
142 /* Verify that SIZEOF_FLT <= sizeof (float) etc. */
143 typedef int verify_sizeof_flt[SIZEOF_FLT <= sizeof (float) ? 1 : -1];

Completed in 1036 milliseconds