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

/freebsd-9.3-release/lib/libc/mips/
H A D_fpmath.h51 #define LDBL_MANL_SIZE 32 macro
/freebsd-9.3-release/lib/libc/powerpc/
H A D_fpmath.h44 #define LDBL_MANL_SIZE 32 macro
/freebsd-9.3-release/lib/libc/powerpc64/
H A D_fpmath.h44 #define LDBL_MANL_SIZE 32 macro
/freebsd-9.3-release/lib/libc/amd64/
H A D_fpmath.h50 #define LDBL_MANL_SIZE 32 macro
/freebsd-9.3-release/lib/libc/i386/
H A D_fpmath.h49 #define LDBL_MANL_SIZE 32 macro
/freebsd-9.3-release/lib/libc/sparc64/
H A D_fpmath.h50 #define LDBL_MANL_SIZE 64 macro
/freebsd-9.3-release/lib/libc/arm/
H A D_fpmath.h62 #define LDBL_MANL_SIZE 32 macro
/freebsd-9.3-release/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.c38 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.c57 #if LDBL_MANL_SIZE > 32
/freebsd-9.3-release/lib/libc/ia64/
H A D_fpmath.h77 #define LDBL_MANL_SIZE 32 macro
/freebsd-9.3-release/lib/libc/gdtoa/
H A D_hldtoa.c61 #if LDBL_MANL_SIZE > 32
150 manh = (manh << 4) | (manl >> (LDBL_MANL_SIZE - 4));

Completed in 146 milliseconds