Home
last modified time | relevance | path

Searched refs:atan (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestAtan.rscript24 return atan(inV);
28 return atan(inV);
32 return atan(inV);
36 return atan(inV);
40 return atan(inV);
44 return atan(inV);
48 return atan(inV);
52 return atan(inV);
/cts/apps/CameraITS/tests/scene0/
Dtest_metadata.py142 fov = 2 * math.degrees(math.atan(diag / (2 * fl)))
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java61 static native float atan(float x); in atan() method in CoreMathVerifier
325 static private Target.Floaty atan(double d, Target t) { in atan() method in CoreMathVerifier
328 Math.atan(in.mid()), in atan()
329 Math.atan(in.min()), in atan()
330 Math.atan(in.max())); in atan()
333 static private Target.Floaty atan(float f, Target t) { in atan() method in CoreMathVerifier
336 atan(in.mid32()), in atan()
337 atan(in.min32()), in atan()
338 atan(in.max32())); in atan()
360 return t.divide(atan(d, t), pi(t)); in atanpi()
[all …]
/cts/apps/CameraITS/tests/scene4/
Dtest_multi_camera_alignment.py108 fov = round(2 * math.degrees(math.atan(diag / (2 * focal_l))), 2)
/cts/apps/CameraITS/utils/
Dits_session_utils.py991 fov = str(round(2 * math.degrees(math.atan(diag / (2 * focal_l))), 2))