Home
last modified time | relevance | path

Searched refs:tan (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestTan.rs24 return tan(inV);
28 return tan(inV);
32 return tan(inV);
36 return tan(inV);
40 return tan(inV);
44 return tan(inV);
48 return tan(inV);
52 return tan(inV);
/cts/tests/tests/transition/src/android/transition/cts/
DArcMotionTest.java112 float ratio = (float) Math.tan(Math.PI / 8); in testMaximumAngle()
128 float ey = (float) (Math.tan(Math.PI / 4) * 50); in testMinimumHorizontalAngle()
145 ey = (float) (Math.tan(Math.PI / 4) * 62.5f); in testMinimumHorizontalAngle()
184 ex = (float) (Math.tan(Math.PI / 4) * 37.5f); in testMinimumVerticalAngle()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathMeasureTest.java62 float[] tan = { 1f }; in testGetPosTanArraysTooSmall() local
64 mPathMeasure.getPosTan(distance, pos, tan); in testGetPosTanArraysTooSmall()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java109 static native float tan(float x); in tan() method in CoreMathVerifier
1005 static private Target.Floaty tan(double d, Target t) { in tan() method in CoreMathVerifier
1007 double min = Math.tan(in.min()); in tan()
1008 double max = Math.tan(in.max()); in tan()
1015 return t.newFloaty(Math.tan(d), min, max); in tan()
1019 static private Target.Floaty tan(float f, Target t) { in tan() method in CoreMathVerifier
1021 float min = tan(in.min32()); in tan()
1022 float max = tan(in.max32()); in tan()
1029 return t.new32(tan(f), min, max); in tan()
1051 double min = Math.tan(in.min()); in tanpi()
[all …]
DMatrixTest.rs810 const float invTan = 1.f / tan(radians(fovy / 2.f));
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java179 / (2 * Math.tan(fovDegrees / 2 * Math.PI / 180.0f))); in focalLengthPixels()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java641 assertEquals(Math.tan(angle), Math.tan(c.orientation), 0.1); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java521 double fx = width/2/Math.tan(alpha/2.0); in init()
DRVCVXCheckAnalyzer.java816 float fc = (float)(meta.frameWidth/2.0/Math.tan(meta.fovWidth/2.0)); in analyzeVideo()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex16839 public static native double tan(
18066 public static native double tan(