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

/freebsd-11-stable/lib/libc/riscv/
H A D_fpmath.h50 #define LDBL_MANL_SIZE 32 macro
63 #define LDBL_MANL_SIZE 64
/freebsd-11-stable/lib/libc/powerpc/
H A D_fpmath.h51 #define LDBL_MANL_SIZE 32 macro
/freebsd-11-stable/lib/libc/powerpc64/
H A D_fpmath.h51 #define LDBL_MANL_SIZE 32 macro
/freebsd-11-stable/lib/libc/mips/
H A D_fpmath.h51 #define LDBL_MANL_SIZE 32 macro
/freebsd-11-stable/lib/libc/sparc64/
H A D_fpmath.h50 #define LDBL_MANL_SIZE 64 macro
/freebsd-11-stable/lib/libc/aarch64/
H A D_fpmath.h51 #define LDBL_MANL_SIZE 64 macro
/freebsd-11-stable/lib/libc/amd64/
H A D_fpmath.h50 #define LDBL_MANL_SIZE 32 macro
/freebsd-11-stable/lib/libc/i386/
H A D_fpmath.h49 #define LDBL_MANL_SIZE 32 macro
/freebsd-11-stable/lib/libc/arm/
H A D_fpmath.h62 #define LDBL_MANL_SIZE 32 macro
/freebsd-11-stable/lib/msun/src/
H A Ds_modfl.c45 #if LDBL_MANL_SIZE > 32
53 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE)
H A Ds_ilogbl.c35 m = 1lu << (LDBL_MANL_SIZE - 1);
H A Ds_logbl.c37 m = 1lu << (LDBL_MANL_SIZE - 1);
H A De_fmodl.c25 #if LDBL_MANL_SIZE > 32
50 #define MANL_SHIFT (LDBL_MANL_SIZE - 1)
H A Ds_remquol.c25 #if LDBL_MANL_SIZE > 32
50 #define MANL_SHIFT (LDBL_MANL_SIZE - 1)
H A De_hypotl.c42 #if LDBL_MANL_SIZE > 32
/freebsd-11-stable/lib/libc/gdtoa/
H A D_hldtoa.c61 #if LDBL_MANL_SIZE > 32
150 manh = (manh << 4) | (manl >> (LDBL_MANL_SIZE - 4));

Completed in 88 milliseconds