Home
last modified time | relevance | path

Searched refs: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
111 const UIntType shiftOutValue = mantissa & shiftOutMask; in T()
224 const UIntType shiftOutMask = (UIntType(1) << shift) - 1; variable
225 const UIntType shiftOutValue = mantissa & shiftOutMask;