Searched refs:LDBL_MIN (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_bit.c | 45 { -LDBL_MIN, true}, 46 { LDBL_MIN, false},
|
/freebsd/lib/msun/tests/ |
H A D | fma_test.c | 116 test(fmal, -LDBL_MIN, LDBL_MIN, 0.0, -0.0, in test_zeroes() 170 test(fmal, LDBL_MIN, LDBL_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | float.h | 74 # undef LDBL_MIN 153 #define LDBL_MIN __LDBL_MIN__ macro
|
/freebsd/sys/arm64/include/ |
H A D | float.h | 84 #define LDBL_MIN 3.362103143112093506262677817321752603E-4932L macro
|
/freebsd/sys/riscv/include/ |
H A D | float.h | 80 #define LDBL_MIN 3.362103143112093506262677817321752603E-4932L macro
|
/freebsd/sys/x86/include/ |
H A D | float.h | 86 #define LDBL_MIN 3.3621031431120935063E-4932L macro
|
/freebsd/sys/arm/include/ |
H A D | float.h | 86 #define LDBL_MIN ((long double)DBL_MIN) macro
|
/freebsd/sys/powerpc/include/ |
H A D | float.h | 87 #define LDBL_MIN ((long double)DBL_MIN) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cfloat | 65 LDBL_MIN
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpclassify.c | 158 d0 = LDBL_MIN; in ATF_TC_BODY()
|
H A D | t_fpsetmask.c | 93 static volatile const long double ld_tiny = LDBL_MIN;
|
/freebsd/tools/regression/usr.bin/cc/ |
H A D | float.c | 246 1.0L + LDBL_MIN == 1.0L + LDBL_EPSILON); in run_tests()
|
/freebsd/lib/msun/src/ |
H A D | s_remquol.c | 154 if (y < LDBL_MIN * 2) { in remquol()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 134 SYMBOL(LDBL_MIN, None, <float.h>)
|
H A D | StdSymbolMap.inc | 395 SYMBOL(LDBL_MIN, None, <cfloat>) 396 SYMBOL(LDBL_MIN, None, <float.h>)
|