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