Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A DSingleInputSingleOutputDiff.h19 static constexpr UIntType MSBit = UIntType(1) << (8 * sizeof(UIntType) - 1); variable
20 static constexpr UIntType UIntMax = (MSBit - 1) + MSBit;