MIN_NORMAL_EXP     84 maint/gnulib/tests/test-frexp.h   for (i = 1, x = L_(1.0); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP    106 maint/gnulib/tests/test-frexp.h   for (i = 1, x = - L_(1.0); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP    128 maint/gnulib/tests/test-frexp.h   for (i = 1, x = L_(1.01); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP    152 maint/gnulib/tests/test-frexp.h   for (i = 1, x = L_(1.73205); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP     77 maint/gnulib/tests/test-ilogb.h   for (i = 1, x = L_(1.0); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP     93 maint/gnulib/tests/test-ilogb.h   for (i = 1, x = - L_(1.0); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP    109 maint/gnulib/tests/test-ilogb.h   for (i = 1, x = L_(1.01); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP    125 maint/gnulib/tests/test-ilogb.h   for (i = 1, x = L_(1.73205); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP     70 maint/gnulib/tests/test-logb.h   for (i = 1, x = L_(1.0); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP     86 maint/gnulib/tests/test-logb.h   for (i = 1, x = - L_(1.0); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP    102 maint/gnulib/tests/test-logb.h   for (i = 1, x = L_(1.01); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP    118 maint/gnulib/tests/test-logb.h   for (i = 1, x = L_(1.73205); i >= MIN_NORMAL_EXP; i--, x *= L_(0.5))
MIN_NORMAL_EXP     35 maint/gnulib/tests/test-printf-frexpl.c # define MIN_SUBNORMAL_EXP MIN_NORMAL_EXP
MIN_NORMAL_EXP     38 maint/gnulib/tests/test-printf-frexpl.c # define MIN_SUBNORMAL_EXP MIN_NORMAL_EXP
MIN_NORMAL_EXP     70 maint/gnulib/tests/test-printf-frexpl.c   for (i = 1, x = 1.0L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
MIN_NORMAL_EXP     92 maint/gnulib/tests/test-printf-frexpl.c   for (i = 1, x = 1.01L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
MIN_NORMAL_EXP    116 maint/gnulib/tests/test-printf-frexpl.c   for (i = 1, x = 1.73205L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)