Searched defs:signMask (Results 1 – 7 of 7) sorted by relevance
721 deUint32 signMask = deBitMask32(numBits, 32-numBits); in deSignExtendTo32() local
1139 const deUint64 signMask = (~mask); // Used to extend the sign bit. in getRandomClearColor() local
2078 int8_t signMask; // PLUS or MINUS or both member
1177 auto signMask = getConstantLike(rewriter, loc, signBit, xAsInt); in materializeNextAfter() local
2079 int8_t signMask; // PLUS or MINUS or both member
65 const uint32_t signMask = 0x200; // 1 set at the 9th bit in Normalize10() local
3183 const T signMask = static_cast<T>(signBit ? ~extractMask : allZeros); in test_bitFieldSExtract() local