Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java288 final int clamp(int c) { in clamp() method in ImageProcessingTest.BlendFunc
DCoreMathVerifier.java413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp() method in CoreMathVerifier
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java742 private static double clamp(double low, double high, double value) { in clamp() method in RawConverter