Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1022 static int findMSB (deInt32 value) in findMSB() function
1032 static int findMSB (deUint32 value) in findMSB() function
1086 …const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPre… in compare()
1087 const int maxRef = isSigned ? findMSB(deInt32(value)) : findMSB(value); in compare()