Searched refs:max_subnormal (Results 1 – 1 of 1) sorted by relevance
35 const UIntType max_subnormal = FPBits::MAX_SUBNORMAL; variable75 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()