HomeSort by relevance Sort by last modified time
    Searched defs:atan (Results 1 - 8 of 8) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atan.c 16 /* atan(x)
18 * 1. Reduce x to positive by atan(x) = -atan(-x).
23 * [0,7/16] atan(x) = t-t^3*(a1+t^2*(a2+...(a10+t^2*a11)...)
24 * [7/16,11/16] atan(x) = atan(1/2) + atan( (t-0.5)/(1+t/2) )
25 * [11/16.19/16] atan(x) = atan( 1 ) + atan( (t-1)/(1+t)
74 atan(double x) function
    [all...]
  /external/ceres-solver/include/ceres/
jet.h 388 inline double atan (double x) { return std::atan(x); } function in namespace:ceres
459 // atan(a + h) ~= atan(a) + 1 / (1 + a^2) h
461 Jet<T, N> atan(const Jet<T, N>& f) { function in namespace:ceres
463 return Jet<T, N>(atan(f.a), tmp * f.v);
622 template<typename T, int N> inline Jet<T, N> ei_atan(const Jet<T, N>& x) { return atan(x); } // NOLINT
  /external/clang/lib/Headers/
tgmath.h 121 // atan
129 __tg_atan(double __x) {return atan(__x);}
147 #undef atan macro
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 359 friend const mpreal atan (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2079 inline const mpreal atan (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(atan); } function in namespace:mpfr
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 61 static native float atan(float x); method in class:CoreMathVerifier
272 static private Target.Floaty atan(float f, Target t) { method in class:CoreMathVerifier
275 atan(in.mid32()),
276 atan(in.min32()),
277 atan(in.max32()));
289 return t.divide(atan(f, t), pi32(t));
616 args.out = atan(args.inV, t);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 127 /// double atan(double x);
128 atan, enumerator in enum:llvm::LibFunc::Func
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3789 function atan(sp) function
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 273 milliseconds