Home
last modified time | relevance | path

Searched defs:atan (Results 1 – 11 of 11) sorted by relevance

/external/jmonkeyengine/engine/src/android/jme3tools/android/
DFixed.java272 public static int atan(int n) { in atan() method in Fixed
290 public static int atan(int x, int y) { in atan() method in Fixed
/external/valgrind/perf/
Dfbench.c347 #define atan I_atan macro
489 static double atan(x) in atan() function
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c351 #define atan I_atan macro
493 static double atan(x) in atan() function
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; in testCR() local
/external/ceres-solver/include/ceres/
Djet.h388 inline double atan (double x) { return std::atan(x); } in atan() function
461 Jet<T, N> atan(const Jet<T, N>& f) { in atan() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java511 public Complex atan() { in atan() method in Complex
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java877 public static Dfp atan(final Dfp a) { in atan() method in DfpMath
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp38 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java460 public static float atan(float fValue) { in atan() method in FastMath
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java2782 public static double atan(double x) { in atan() method in FastMath
2792 private static double atan(double xa, double xb, boolean leftPlane) { in atan() method in FastMath
/external/clang/lib/Headers/
Dtgmath.h148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro