Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DNextAfterTest.h37 const UIntType max_normal = FPBits::MAX_NORMAL; variable
138 x = __llvm_libc::bit_cast<T>(max_normal); in testBoundaries()
148 expected_bits = max_normal; in testBoundaries()
155 expected_bits = (UIntType(1) << (BIT_WIDTH_OF_TYPE - 1)) + max_normal; in testBoundaries()