Home
last modified time | relevance | path

Searched refs:FLT_MIN_EXP (Results 1 – 17 of 17) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDfloat.h54 # undef FLT_MIN_EXP
127 #define FLT_MIN_EXP __FLT_MIN_EXP__ macro
HDopencl-c-base.h279 #define FLT_MIN_EXP -125 macro
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_fpclassify.c66 ATF_REQUIRE_EQ(e, FLT_MIN_EXP); in ATF_TC_BODY()
84 ATF_REQUIRE_EQ(e, FLT_MIN_EXP - i); in ATF_TC_BODY()
/freebsd-14-stable/sys/riscv/include/
HDfloat.h51 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-14-stable/sys/arm64/include/
HDfloat.h55 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-14-stable/sys/x86/include/
HDfloat.h57 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-14-stable/sys/arm/include/
HDfloat.h57 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-14-stable/sys/powerpc/include/
HDfloat.h58 #define FLT_MIN_EXP (-125) /* emin */ macro
/freebsd-14-stable/lib/msun/tests/
HDilogb_test.c64 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e < FLT_MAX_EXP; e++) { in ATF_TC_BODY()
HDexponential_test.c133 for (int i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) { in ATF_TC_BODY()
HDinvtrig_test.c170 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP; e++) { in ATF_TC_BODY()
202 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP - 1; e++) { in ATF_TC_BODY()
HDlogarithm_test.c132 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) { in ATF_TC_BODY()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcfloat39 FLT_MIN_EXP
/freebsd-14-stable/lib/msun/src/
HDs_clogf.c36 #define MIN_EXP FLT_MIN_EXP
/freebsd-14-stable/contrib/llvm-project/libcxx/src/include/
HDto_chars_floating_point.h54 static constexpr int32_t _Minimum_binary_exponent = FLT_MIN_EXP - 1;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc75 SYMBOL(FLT_MIN_EXP, None, <float.h>)
HDStdSymbolMap.inc269 SYMBOL(FLT_MIN_EXP, None, <cfloat>)
270 SYMBOL(FLT_MIN_EXP, None, <float.h>)