Searched refs:FLT_MIN (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_bit.c | 30 { -FLT_MIN, true}, 31 { FLT_MIN, false},
|
/freebsd/lib/msun/tests/ |
H A D | fma_test.c | 112 test(fmaf, -FLT_MIN, FLT_MIN, 0.0, -0.0, in test_zeroes() 168 test(fmaf, FLT_MIN, FLT_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | float.h | 72 # undef FLT_MIN 151 #define FLT_MIN __FLT_MIN__ macro
|
H A D | opencl-c-base.h | 282 #define FLT_MIN 0x1.0p-126f macro
|
/freebsd/sys/arm64/include/ |
H A D | float.h | 54 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
|
/freebsd/sys/riscv/include/ |
H A D | float.h | 50 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
|
/freebsd/sys/x86/include/ |
H A D | float.h | 56 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
|
/freebsd/sys/arm/include/ |
H A D | float.h | 56 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
|
/freebsd/sys/powerpc/include/ |
H A D | float.h | 57 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cfloat | 63 FLT_MIN
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpclassify.c | 63 d0 = FLT_MIN; in ATF_TC_BODY()
|
H A D | t_fpsetmask.c | 89 static volatile const float f_tiny = FLT_MIN;
|
/freebsd/tools/regression/usr.bin/cc/ |
H A D | float.c | 244 1.0F + FLT_MIN == 1.0F + FLT_EPSILON && in run_tests()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 73 SYMBOL(FLT_MIN, None, <float.h>)
|
H A D | StdSymbolMap.inc | 265 SYMBOL(FLT_MIN, None, <cfloat>) 266 SYMBOL(FLT_MIN, None, <float.h>)
|