Home
last modified time | relevance | path

Searched refs:SIZEOF_FLT (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dfloat+.h138 #define SIZEOF_FLT ((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) macro
143 typedef int verify_sizeof_flt[SIZEOF_FLT <= sizeof (float) ? 1 : -1];
Dsignbitf.c59 return (memcmp (&plus_zero, &arg_mem, SIZEOF_FLT) != 0); in gl_signbitf()
Disnan.c72 # define SIZE SIZEOF_FLT