Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestRint.rscript24 return rint(inV);
28 return rint(inV);
32 return rint(inV);
36 return rint(inV);
40 return rint(inV);
44 return rint(inV);
48 return rint(inV);
52 return rint(inV);
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py528 for pt in np.rint(p0_filtered).astype(int):
557 for x, y in np.rint(p0_filtered[st == 1]).astype(int):
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java104 static native float rint(float x); in rint() method in CoreMathVerifier
890 static private Target.Floaty rint(double d, Target t) { in rint() method in CoreMathVerifier
893 Math.rint(in.mid()), in rint()
894 Math.rint(in.min()), in rint()
895 Math.rint(in.max())); in rint()
3072 args.out = rint(args.inVDouble, t);
3079 rint(in.mid32()),
3080 rint(in.min32()),
3081 rint(in.max32()));