Searched refs:MIN_NORMAL (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | FmaTest.h | 57 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 D | HypotTest.h | 74 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 D | RemQuoTest.h | 114 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 D | ILogbTest.h | 98 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 D | RIntTest.h | 112 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 D | RoundToIntegerTest.h | 256 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 D | NextAfterTest.h | 36 const UIntType min_normal = FPBits::MIN_NORMAL;
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/ |
| H A D | NextAfterLongDouble.h | 55 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 D | LongDoubleBits.h | 44 static constexpr UIntType MIN_NORMAL =
|
| /llvm-project-15.0.7/libc/test/src/math/differential_testing/ |
| H A D | BinaryOpSingleOutputDiff.h | 113 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 D | SingleInputSingleOutputDiff.h | 97 runPerfInRange(myFunc, otherFunc, /* startingBit= */ FPBits::MIN_NORMAL, in runPerf()
|
| /llvm-project-15.0.7/libc/src/math/generic/ |
| H A D | log10f.cpp | 145 if (xbits.uintval() < FPBits::MIN_NORMAL ||
|
| H A D | log2f.cpp | 128 if (xbits.uintval() < FPBits::MIN_NORMAL ||
|
| H A D | logf.cpp | 94 if (xbits.uintval() < FPBits::MIN_NORMAL ||
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | FPBits.h | 99 static constexpr UIntType MIN_NORMAL = member
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | math.rst | 208 | 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 D | FEnvImpl.h | 132 float smallValue = float(FPBits<float>(FPBits<float>::MIN_NORMAL)); in raise_except()
|
| H A D | fenv_darwin_impl.h | 160 float small_value = float(FPBits<float>(FPBits<float>::MIN_NORMAL)); in raise_except()
|