Searched refs:FLT_MIN (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcc/ginclude/
H A Dfloat.h121 #undef FLT_MIN macro
124 #define FLT_MIN __FLT_MIN__ macro
/freebsd-11-stable/sys/arm/include/
H A Dfloat.h57 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dfloat.h53 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dfloat.h58 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dfloat.h58 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/freebsd-11-stable/sys/mips/include/
H A Dfloat.h60 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/freebsd-11-stable/sys/x86/include/
H A Dfloat.h57 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h64 # undef FLT_MIN macro
122 #define FLT_MIN __FLT_MIN__ macro
H A Dopencl-c-base.h175 #define FLT_MIN 0x1.0p-126f macro
/freebsd-11-stable/sys/riscv/include/
H A Dfloat.h53 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c63 d0 = FLT_MIN;
H A Dt_fpsetmask.c89 static volatile const float f_tiny = FLT_MIN;
/freebsd-11-stable/tools/regression/usr.bin/cc/
H A Dfloat.c246 1.0F + FLT_MIN == 1.0F + FLT_EPSILON &&
/freebsd-11-stable/lib/msun/tests/
H A Dfma_test.c115 test(fmaf, -FLT_MIN, FLT_MIN, 0.0, -0.0,
173 test(fmaf, FLT_MIN, FLT_MIN, NAN, NAN, ALL_STD_EXCEPT, 0);

Completed in 139 milliseconds