Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/ginclude/
HDfloat.h121 #undef FLT_MIN
124 #define FLT_MIN __FLT_MIN__ macro
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDfloat.h64 # undef FLT_MIN
114 #define FLT_MIN __FLT_MIN__ macro
/NextBSD/lib/msun/tests/
HDfma_test.c115 test(fmaf, -FLT_MIN, FLT_MIN, 0.0, -0.0, in test_zeroes()
173 test(fmaf, FLT_MIN, FLT_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
/NextBSD/sys/arm64/include/
HDfloat.h53 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/NextBSD/sys/sparc64/include/
HDfloat.h58 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/NextBSD/sys/x86/include/
HDfloat.h57 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/NextBSD/sys/mips/include/
HDfloat.h60 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/NextBSD/sys/arm/include/
HDfloat.h57 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/NextBSD/sys/powerpc/include/
HDfloat.h58 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/NextBSD/sys/riscv/include/
HDfloat.h53 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
/NextBSD/contrib/libc++/include/
Dcfloat57 FLT_MIN
Dmodule.modulemap72 FLT_MIN, FLT_MIN_10_EXP, FLT_MIN_EXP,
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_fpclassify.c63 d0 = FLT_MIN; in ATF_TC_BODY()
HDt_fpsetmask.c77 static volatile const float f_tiny = FLT_MIN;
/NextBSD/tools/regression/usr.bin/cc/
HDfloat.c246 1.0F + FLT_MIN == 1.0F + FLT_EPSILON && in run_tests()