Searched refs:DBL_MANL_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/include/ | ||
H A D | fpmath.h | 56 #define DBL_MANL_SIZE 32 macro |
/freebsd/lib/libc/gdtoa/ | ||
H A D | _hdtoa.c | 128 manh = (manh << 4) | (manl >> (DBL_MANL_SIZE - 4)); in __hdtoa() |