Searched defs:atan (Results 1 – 11 of 11) sorted by relevance
272 public static int atan(int n) { in atan() method in Fixed290 public static int atan(int x, int y) { in atan() method in Fixed
347 #define atan I_atan macro489 static double atan(x) in atan() function
351 #define atan I_atan macro493 static double atan(x) in atan() function
113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; in testCR() local
388 inline double atan (double x) { return std::atan(x); } in atan() function461 Jet<T, N> atan(const Jet<T, N>& f) { in atan() function
511 public Complex atan() { in atan() method in Complex
877 public static Dfp atan(final Dfp a) { in atan() method in DfpMath
38 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
460 public static float atan(float fValue) { in atan() method in FastMath
2782 public static double atan(double x) { in atan() method in FastMath2792 private static double atan(double xa, double xb, boolean leftPlane) { in atan() method in FastMath
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro