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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_ilogbl.c36 for (b = LDBL_MANH_SIZE; !(u.bits.manl & m); m >>= 1)
39 m = 1lu << (LDBL_MANH_SIZE - 1);
H A Ds_logbl.c39 for (b = LDBL_MANH_SIZE; !(u.bits.manl & m); m >>= 1)
42 m = 1lu << (LDBL_MANH_SIZE - 1);
H A Ds_truncl.c33 #define MANH_SIZE (LDBL_MANH_SIZE + 1)
35 #define MANH_SIZE LDBL_MANH_SIZE
H A Ds_ceill.c33 #define MANH_SIZE (LDBL_MANH_SIZE + 1)
41 #define MANH_SIZE LDBL_MANH_SIZE
47 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
H A Ds_floorl.c33 #define MANH_SIZE (LDBL_MANH_SIZE + 1)
41 #define MANH_SIZE LDBL_MANH_SIZE
47 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
H A De_fmodl.c31 #if LDBL_MANH_SIZE > 32
43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE))
44 #define HFRAC_BITS LDBL_MANH_SIZE
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1)
68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */
H A Ds_remquol.c31 #if LDBL_MANH_SIZE > 32
43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE))
44 #define HFRAC_BITS LDBL_MANH_SIZE
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1)
71 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */
/bionic/libm/
H A Dfpmath.h84 #define LDBL_MANH_SIZE 48 macro
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dinvtrig.h34 #define MANH_SIZE (LDBL_MANH_SIZE + 1)

Completed in 118 milliseconds