Searched refs:LDBL_TOTAL_BIT (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfloat+.h132 #define LDBL_TOTAL_BIT ((LDBL_MANT_BIT - 1) + LDBL_EXP_BIT + 1) macro
137 LDBL_TOTAL_BIT = 80 bits, i.e. 10 bytes of consecutive memory, but
141 #define SIZEOF_LDBL ((LDBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT)

Completed in 15 milliseconds