Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java155 public static <TValue extends Number> double clamp(TValue val, TValue min, TValue max) { in clamp() method in SensorCtsHelper
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java302 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.java837 private static double clamp(double low, double high, double value) { in clamp() method in RawConverter
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java680 private static float clamp(float f) { in clamp() method in BitmapTest
684 private static float clamp(float f, float min, float max) { in clamp() method in BitmapTest