Searched refs:LDBL_MANL_SIZE (Results 1 – 7 of 7) sorted by relevance
47 #if LDBL_MANL_SIZE > 3255 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE)
25 #if LDBL_MANL_SIZE > 3250 #define MANL_SHIFT (LDBL_MANL_SIZE - 1)
37 m = 1lu << (LDBL_MANL_SIZE - 1); in logbl()
35 m = 1lu << (LDBL_MANL_SIZE - 1); in ilogbl()
42 #if LDBL_MANL_SIZE > 32
84 #define LDBL_MANL_SIZE 64 macro