Searched refs:getEpsFromBits (Results 1 – 3 of 3) 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 763 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1220 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1328 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1456 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1554 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1671 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 152 inline float getEpsFromBits (float value, int numAccurateBits) in getEpsFromBits() function 866 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1426 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1548 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1690 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1802 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() 1933 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare()
|