Home
last modified time | relevance | path

Searched defs:shiftOutMask (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/libc/utils/FPUtil/
DNormalFloat.h110 const UIntType shiftOutMask = (UIntType(1) << shift) - 1; in T() local
224 const UIntType shiftOutMask = (UIntType(1) << shift) - 1; variable