Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java180 float atan2 = (float) Math.atan2(b, a); in fromIntInFrame() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java62 static native float atan2(float x, float y); in atan2() method in CoreMathVerifier
367 static private Target.Floaty atan2(double y, double x, Target t) { in atan2() method in CoreMathVerifier
378 static private Target.Floaty atan2(float y, float x, Target t) { in atan2() method in CoreMathVerifier