Searched refs:shiftOutMask (Results 1 – 1 of 1) sorted by relevance
110 const UIntType shiftOutMask = (UIntType(1) << shift) - 1; in T() local111 const UIntType shiftOutValue = mantissa & shiftOutMask; in T()224 const UIntType shiftOutMask = (UIntType(1) << shift) - 1; variable225 const UIntType shiftOutValue = mantissa & shiftOutMask;