Home
last modified time | relevance | path

Searched refs:DBL_MANL_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/include/
H A Dfpmath.h56 #define DBL_MANL_SIZE 32 macro
/freebsd/lib/libc/gdtoa/
H A D_hdtoa.c128 manh = (manh << 4) | (manl >> (DBL_MANL_SIZE - 4)); in __hdtoa()