Home
last modified time | relevance | path

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

/freebsd/lib/libc/gdtoa/
H A D_hdtoa.c41 #define DBL_ADJ (DBL_MAX_EXP - 2) macro
85 *decpt = u.bits.exp - DBL_ADJ; in __hdtoa()
92 *decpt = u.bits.exp - (514 + DBL_ADJ); in __hdtoa()