Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/ginclude/
HDfloat.h60 #undef DBL_MIN_EXP
63 #define DBL_MIN_EXP __DBL_MIN_EXP__ macro
/dragonfly/include/
HDfloat.h71 #define DBL_MIN_EXP (-1021) macro
/dragonfly/tools/regression/lib/libm/
HDtest-ilogb.c49 for (e = DBL_MIN_EXP - DBL_MANT_DIG; e < DBL_MAX_EXP; e++) { in main()
HDtest-exponential.c140 for (i = DBL_MIN_EXP - DBL_MANT_DIG; i < DBL_MAX_EXP; i++) { in run_exp2_tests()
HDtest-logarithm.c138 for (i = DBL_MIN_EXP - DBL_MANT_DIG; i < DBL_MAX_EXP; i++) { in run_log2_tests()
HDtest-invtrig.c193 for (e = DBL_MIN_EXP - DBL_MANT_DIG; e <= DBL_MAX_EXP; e++) { in test_special_atan2()
225 for (e = DBL_MIN_EXP - DBL_MANT_DIG; e <= DBL_MAX_EXP - 1; e++) { in test_special_atan2()
/dragonfly/contrib/mpfr/src/
HDmpfr-impl.h443 defined(DBL_MANT_DIG) && defined(DBL_MIN_EXP) && defined(DBL_MAX_EXP)
445 DBL_MIN_EXP == -1021 && DBL_MAX_EXP == 1024