Home
last modified time | relevance | path

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

/external/llvm-project/libc/test/src/math/
Dsqrtl_test.cpp20 constexpr UIntType HiddenBit = variable
38 for (UIntType mant = 1; mant < HiddenBit; mant <<= 1) { in TEST()
47 constexpr UIntType step = HiddenBit / count; in TEST()
Dsqrt_test.cpp20 constexpr UIntType HiddenBit = variable
38 for (UIntType mant = 1; mant < HiddenBit; mant <<= 1) { in TEST()
47 constexpr UIntType step = HiddenBit / count; in TEST()
Dsqrtf_test.cpp20 constexpr UIntType HiddenBit = variable
38 for (UIntType mant = 1; mant < HiddenBit; mant <<= 1) { in TEST()
47 constexpr UIntType step = HiddenBit / count; in TEST()