Searched refs:DBL_MANH_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/include/ | ||
H A D | fpmath.h | 55 #define DBL_MANH_SIZE 20 macro |
/freebsd/lib/libc/gdtoa/ | ||
H A D | _hdtoa.c | 127 *s = xdigs[(manh >> (DBL_MANH_SIZE - 4)) & 0xf]; in __hdtoa() |