Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java176 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation() argument
182 RSUtils.genRandomDoubles(seed, minValue, maxValue, inArray, false); in createRandomFloatAllocation()
186 RSUtils.genRandomFloats(seed, (float) minValue, (float) maxValue, inArray, false); in createRandomFloatAllocation()
190 RSUtils.genRandomFloat16s(seed, minValue, maxValue, inArray, false); in createRandomFloatAllocation()
277 double minValue = Float16Utils.convertFloat16ToDouble(minArray[i]); in enforceOrdering() local
279 if (minValue > maxValue) { in enforceOrdering()
DCoreMathVerifier.java413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp() argument
414 return t.newFloaty(Math.min(maxValue, Math.max(minValue, value))); in clamp()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1011 float minValue = 0; in verifyFocusDistance() local
1033 resultDistances[i], minValue, maxValue); in verifyFocusDistance()
2373 float minValue = 0;
2376 float range = maxValue - minValue;
2380 testValues[i] = minValue;
2383 testValues[repeatMin+i] = minValue + stepSize * i;