Home
last modified time | relevance | path

Searched refs:LDBL_MANL_SIZE (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_modfl.c47 #if LDBL_MANL_SIZE > 32
55 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE)
De_fmodl.c25 #if LDBL_MANL_SIZE > 32
50 #define MANL_SHIFT (LDBL_MANL_SIZE - 1)
Ds_remquol.c25 #if LDBL_MANL_SIZE > 32
50 #define MANL_SHIFT (LDBL_MANL_SIZE - 1)
Ds_logbl.c37 m = 1lu << (LDBL_MANL_SIZE - 1); in logbl()
Ds_ilogbl.c35 m = 1lu << (LDBL_MANL_SIZE - 1); in ilogbl()
De_hypotl.c42 #if LDBL_MANL_SIZE > 32
/bionic/libm/
Dfpmath.h84 #define LDBL_MANL_SIZE 64 macro