Searched refs:getEpsFromBits (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 144 inline float getEpsFromBits (float value, int numAccurateBits) in getEpsFromBits() function 685 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1137 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1245 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1373 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1471 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1588 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 148 inline float getEpsFromBits (float value, int numAccurateBits) in getEpsFromBits() function 762 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1219 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1327 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1455 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1553 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1670 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
|