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

/freebsd-11-stable/lib/libc/riscv/
H A D_fpmath.h49 #define LDBL_MANH_SIZE 20 macro
62 #define LDBL_MANH_SIZE 48
/freebsd-11-stable/lib/libc/powerpc/
H A D_fpmath.h50 #define LDBL_MANH_SIZE 20 macro
/freebsd-11-stable/lib/libc/powerpc64/
H A D_fpmath.h50 #define LDBL_MANH_SIZE 20 macro
/freebsd-11-stable/lib/libc/mips/
H A D_fpmath.h50 #define LDBL_MANH_SIZE 20 macro
/freebsd-11-stable/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_truncl.c33 #define MANH_SIZE (LDBL_MANH_SIZE + 1)
35 #define MANH_SIZE LDBL_MANH_SIZE
H A Ds_logbl.c38 for (b = LDBL_MANH_SIZE; !(u.bits.manl & m); m >>= 1)
41 m = 1lu << (LDBL_MANH_SIZE - 1);
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. */
/freebsd-11-stable/lib/libc/sparc64/
H A D_fpmath.h49 #define LDBL_MANH_SIZE 48 macro
/freebsd-11-stable/lib/libc/aarch64/
H A D_fpmath.h50 #define LDBL_MANH_SIZE 48 macro
/freebsd-11-stable/lib/libc/amd64/
H A D_fpmath.h49 #define LDBL_MANH_SIZE 32 macro
/freebsd-11-stable/lib/libc/i386/
H A D_fpmath.h48 #define LDBL_MANH_SIZE 32 macro
/freebsd-11-stable/lib/libc/arm/
H A D_fpmath.h61 #define LDBL_MANH_SIZE 20 macro
/freebsd-11-stable/lib/libc/gdtoa/
H A D_hldtoa.c50 #define MANH_SIZE LDBL_MANH_SIZE
52 #define MANH_SIZE (LDBL_MANH_SIZE - 1)
/freebsd-11-stable/lib/msun/ld80/
H A Dinvtrig.h34 #define MANH_SIZE LDBL_MANH_SIZE
/freebsd-11-stable/lib/msun/ld128/
H A Dinvtrig.h34 #define MANH_SIZE (LDBL_MANH_SIZE + 1)

Completed in 105 milliseconds