Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DNextAfterTest.h35 const UIntType max_subnormal = FPBits::MAX_SUBNORMAL; variable
75 x = __llvm_libc::bit_cast<T>(max_subnormal); in testBoundaries()
81 expected_bits = max_subnormal - 1; in testBoundaries()
94 (UIntType(1) << (BIT_WIDTH_OF_TYPE - 1)) + max_subnormal - 1; in testBoundaries()
117 expected_bits = max_subnormal; in testBoundaries()
128 expected_bits = (UIntType(1) << (BIT_WIDTH_OF_TYPE - 1)) + max_subnormal; in testBoundaries()