Home
last modified time | relevance | path

Searched refs:MIN_NORMAL (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DFmaTest.h57 T v = T(FPBits(FPBits::MIN_NORMAL + UIntType(1))); in test_special_numbers()
58 EXPECT_FP_EQ(func(T(1) / T(FPBits::MIN_NORMAL << 1), v, in test_special_numbers()
59 T(FPBits(FPBits::MIN_NORMAL))), in test_special_numbers()
86 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in test_normal_range()
87 for (UIntType v = FPBits::MIN_NORMAL, w = FPBits::MAX_NORMAL; in test_normal_range()
88 v <= FPBits::MAX_NORMAL && w >= FPBits::MIN_NORMAL; in test_normal_range()
H A DHypotTest.h74 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in test_normal_range()
76 for (UIntType v = FPBits::MIN_NORMAL, w = FPBits::MAX_NORMAL; in test_normal_range()
77 v <= FPBits::MAX_NORMAL && w >= FPBits::MIN_NORMAL; in test_normal_range()
H A DRemQuoTest.h114 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in testNormalRange()
115 for (UIntType v = FPBits::MIN_NORMAL, w = FPBits::MAX_NORMAL; in testNormalRange()
116 v <= FPBits::MAX_NORMAL && w >= FPBits::MIN_NORMAL; in testNormalRange()
H A DILogbTest.h98 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in test_normal_range()
99 for (UIntType v = FPBits::MIN_NORMAL; v <= FPBits::MAX_NORMAL; v += STEP) { in test_normal_range()
H A DRIntTest.h112 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in testNormalRange()
113 for (UIntType i = FPBits::MIN_NORMAL; i <= FPBits::MAX_NORMAL; i += STEP) { in testNormalRange()
H A DRoundToIntegerTest.h256 constexpr UIntType STEP = (FPBits::MAX_NORMAL - FPBits::MIN_NORMAL) / COUNT; in testNormalRange()
257 for (UIntType i = FPBits::MIN_NORMAL; i <= FPBits::MAX_NORMAL; i += STEP) { in testNormalRange()
H A DNextAfterTest.h36 const UIntType min_normal = FPBits::MIN_NORMAL;
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DNextAfterLongDouble.h55 int_val = SIGN_VAL + FPBits::MIN_NORMAL; in nextafter()
67 if (int_val == (SIGN_VAL + FPBits::MIN_NORMAL)) { in nextafter()
88 if (int_val == FPBits::MIN_NORMAL) { in nextafter()
101 int_val = FPBits::MIN_NORMAL; in nextafter()
H A DLongDoubleBits.h44 static constexpr UIntType MIN_NORMAL =
/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A DBinaryOpSingleOutputDiff.h113 run_perf_in_range(myFunc, otherFunc, /* startingBit= */ FPBits::MIN_NORMAL, in run_perf()
131 myFunc, otherFunc, /* startingBit= */ FPBits::MIN_NORMAL, in run_diff()
H A DSingleInputSingleOutputDiff.h97 runPerfInRange(myFunc, otherFunc, /* startingBit= */ FPBits::MIN_NORMAL, in runPerf()
/llvm-project-15.0.7/libc/src/math/generic/
H A Dlog10f.cpp145 if (xbits.uintval() < FPBits::MIN_NORMAL ||
H A Dlog2f.cpp128 if (xbits.uintval() < FPBits::MIN_NORMAL ||
H A Dlogf.cpp94 if (xbits.uintval() < FPBits::MIN_NORMAL ||
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFPBits.h99 static constexpr UIntType MIN_NORMAL = member
/llvm-project-15.0.7/libc/docs/
H A Dmath.rst208 | fmodf | 73 | 263 | - | - | [MIN_NORMAL, MAX_N…
212 | fmod | 595 | 3297 | - | - | [MIN_NORMAL, MAX_N…
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h132 float smallValue = float(FPBits<float>(FPBits<float>::MIN_NORMAL)); in raise_except()
H A Dfenv_darwin_impl.h160 float small_value = float(FPBits<float>(FPBits<float>::MIN_NORMAL)); in raise_except()