Home
last modified time | relevance | path

Searched refs:sign_bit_index (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp9705 static const GLuint sign_bit_index = sizeof(T) * 8 - 1; /* 7, 15, 31 */ in verifyFloat() local
9706 static const T sign_bit_mask = 1 << sign_bit_index; /* 0x80.. */ in verifyFloat()