Searched refs:deIntMaxValue32 (Results 1 – 5 of 5) sorted by relevance
176 DE_TEST_ASSERT(deIntMaxValue32(1) == 0); in deInt32_selfTest()177 DE_TEST_ASSERT(deIntMaxValue32(2) == 1); in deInt32_selfTest()178 DE_TEST_ASSERT(deIntMaxValue32(32) == 0x7FFFFFFF); in deInt32_selfTest()
677 DE_INLINE deInt32 deIntMaxValue32 (int numBits) in deIntMaxValue32() function
1583 return tcu::IVec4((numBits[0] > 0) ? (deIntMaxValue32(numBits[0])) : (0), in getNBitSignedIntegerVec4MaxValue()1584 (numBits[1] > 0) ? (deIntMaxValue32(numBits[1])) : (0), in getNBitSignedIntegerVec4MaxValue()1585 (numBits[2] > 0) ? (deIntMaxValue32(numBits[2])) : (0), in getNBitSignedIntegerVec4MaxValue()1586 (numBits[3] > 0) ? (deIntMaxValue32(numBits[3])) : (0)); in getNBitSignedIntegerVec4MaxValue()
2319 input.push_back(static_cast<deInt8>(deIntMaxValue32(8)));// A 8-bit positive number in getDataset()2370 input.push_back(static_cast<deInt16>(deIntMaxValue32(16)));// A 16-bit positive number in getDataset()2421 input.push_back(deIntMaxValue32(32)); in getDataset()
359 return deIntMaxValue32(numBits); in getNBitIntegerMaxValue()