Searched refs:FLT_MIN_EXP (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gcc/ginclude/
H A Dfloat.h61 #undef FLT_MIN_EXP macro
64 #define FLT_MIN_EXP __FLT_MIN_EXP__ macro
/freebsd-11-stable/sys/arm/include/
H A Dfloat.h56 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dfloat.h52 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dfloat.h57 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dfloat.h57 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-11-stable/sys/mips/include/
H A Dfloat.h59 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-11-stable/sys/x86/include/
H A Dfloat.h56 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h46 # undef FLT_MIN_EXP macro
98 #define FLT_MIN_EXP __FLT_MIN_EXP__ macro
H A Dopencl-c-base.h172 #define FLT_MIN_EXP -125 macro
/freebsd-11-stable/lib/msun/tests/
H A Dilogb_test.c61 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e < FLT_MAX_EXP; e++) {
H A Dexponential_test.c136 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) {
H A Dlogarithm_test.c141 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) {
H A Dinvtrig_test.c171 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP; e++) {
203 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP - 1; e++) {
/freebsd-11-stable/sys/riscv/include/
H A Dfloat.h52 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c66 ATF_REQUIRE_EQ(e, FLT_MIN_EXP);
84 ATF_REQUIRE_EQ(e, FLT_MIN_EXP - i);
/freebsd-11-stable/lib/msun/src/
H A Ds_clogf.c39 #define MIN_EXP FLT_MIN_EXP

Completed in 130 milliseconds