Searched defs:signBit (Results 1 – 10 of 10) sorted by relevance
30 const uint32x2_t signBit = { (uint2) 0x80000000 }; in foo() local
109 …inline int signBit (void) const { return (int)(m_value >> (ExponentBits+MantissaBits)) & 1; … in signBit() function in tcu::Float231 const StorageType signBit = static_cast<StorageType>(sign < 0 ? 1 : 0); in constructBits() local
465 const deUint32 signBit = 1u << (bits-1); in signExtend() local
518 uint32_t signBit = (offset & 0x800000) >> 23; in adjustFixupValue() local554 uint32_t signBit = (offset & 0x400000) >> 22; in adjustFixupValue() local
558 uint32_t signBit = (offset & 0x800000) >> 23; in adjustFixupValue() local594 uint32_t signBit = (offset & 0x400000) >> 22; in adjustFixupValue() local
223 #define signBit (REP_C(1) << (significandBits + exponentBits)) macro
611 const deUint64 signBit = 1ull << (bits-1); in signExtend() local
513 const string signBit = (isSigned) ? "1" : "0"; in getOtherSizeTypes() local2956 const T signBit = static_cast<T>(x & (1 << (y + z - 1))); in test_bitFieldSExtract() local
698 const deUint32 signBit = 1u << (bits-1); in signExtend() local
385 const int signBit = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0); in generateBuffer() local