Searched defs:minExponent (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| D | vktShaderRenderDerivateTests.cpp | 240 static float convertFloatFlushToZeroRtn (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn() 281 static float convertFloatFlushToZeroRtp (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() 422 const int minExponent = getMinExponent(precision); in reverifyConstantDerivateWithFlushRelaxations() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderDerivateTests.cpp | 258 static float convertFloatFlushToZeroRtn (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn() 299 static float convertFloatFlushToZeroRtp (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() 443 const int minExponent = getMinExponent(precision); in reverifyConstantDerivateWithFlushRelaxations() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderDerivateTests.cpp | 270 static float convertFloatFlushToZeroRtn (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn() 311 static float convertFloatFlushToZeroRtp (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() 486 const int minExponent = getMinExponent(precision); in reverifyConstantDerivateWithFlushRelaxations() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APFloat.cpp | 61 APFloatBase::ExponentType minExponent; member
|