Searched refs:DBL_MANL_SIZE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Libc-1044.1.2/fbsdcompat/
H A Dfpmath.h49 #define DBL_MANL_SIZE 32 macro
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A D_hdtoa.c183 for (; s > s0 + sigfigs - (DBL_MANL_SIZE / 4) - 1 && s > s0; s--) {
/macosx-10.10/ruby-106/ruby/
H A Dutil.c3809 #define DBL_MANL_SIZE 32
3908 manh = (manh << 4) | (manl >> (DBL_MANL_SIZE - 4));

Completed in 77 milliseconds