Searched defs:minExponent (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
H A D | RSUtils.java | 51 int minExponent = Math.min(Math.getExponent(min), 0); in genRandomDoubles() local 102 int minExponent = Math.min(Math.getExponent(min), 0); in genRandomFloats() local
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | RSUtils.java | 73 int minExponent = Math.min(Math.getExponent(min), 0); in genRandomDoubles() local 124 int minExponent = Math.min(Math.getExponent(min), 0); in genRandomFloats() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 289 static float convertFloatFlushToZeroRtn(float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn() 332 static float convertFloatFlushToZeroRtp(float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() 507 const int minExponent = getMinExponent(precision); in reverifyConstantDerivateWithFlushRelaxations() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 294 static float convertFloatFlushToZeroRtn(float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn() 337 static float convertFloatFlushToZeroRtp(float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() 482 const int minExponent = getMinExponent(precision); in reverifyConstantDerivateWithFlushRelaxations() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APFloat.cpp | 51 APFloat::ExponentType minExponent; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 61 APFloatBase::ExponentType minExponent; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 78 APFloatBase::ExponentType minExponent; member
|