Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestAcos.rscript24 return acos(inV);
28 return acos(inV);
32 return acos(inV);
36 return acos(inV);
40 return acos(inV);
44 return acos(inV);
48 return acos(inV);
52 return acos(inV);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorSynchronizationTestActivity.java152 return Math.toDegrees(Math.acos((vec1[0] * vec2[0] + vec1[1] * vec2[1] + vec1[2] * vec2[2]) in angleBetweenVecsDegrees()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java166 … double angle = Math.acos(MathsUtils.dotProduct(values, adjustedXAxis, MathsUtils.VECTOR_3D)); in calculateRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLArrowSensorTestRenderer.java182 mAngle = (float) Math.acos(dotProduct(event.values, Z_AXIS)); in onSensorChanged()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java57 static native float acos(float x); in acos() method in CoreMathVerifier
240 static private Target.Floaty acos(double d, Target t) { in acos() method in CoreMathVerifier
243 Math.acos(in.mid()), in acos()
244 Math.acos(in.min()), in acos()
245 Math.acos(in.max())); in acos()
249 static private Target.Floaty acos(float f, Target t) { in acos() method in CoreMathVerifier
252 acos(in.mid32()), in acos()
253 acos(in.min32()), in acos()
254 acos(in.max32())); in acos()
276 return t.divide(acos(d, t), pi(t)); in acospi()
[all …]