Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DNextAfterTest.h34 const UIntType min_subnormal = FPBits::MIN_SUBNORMAL; variable
99 x = __llvm_libc::bit_cast<T>(min_subnormal); in testBoundaries()
101 expected_bits = min_subnormal + 1; in testBoundaries()
109 (UIntType(1) << (BIT_WIDTH_OF_TYPE - 1)) + min_subnormal + 1; in testBoundaries()