Searched defs:signMask (Results 1 – 4 of 4) sorted by relevance
720 deUint32 signMask = deBitMask32(numBits, 32-numBits); in deSignExtendTo32() local
2076 int8_t signMask; // PLUS or MINUS or both member
66 const uint32_t signMask = 0x200; // 1 set at the 9th bit in Normalize10() local
3179 const T signMask = static_cast<T>(signBit ? ~extractMask : allZeros); in test_bitFieldSExtract() local