Searched defs:acos (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h73 * \sa sin(), acos()
103 acos() const function
113 * \sa sin(), acos()
/external/ceres-solver/include/ceres/
H A Djet.h414 inline double acos (double x) { return std::acos(x); } function in namespace:ceres
472 // acos(a + h) ~= acos(a) - 1 / sqrt(1 - a^2) h
474 Jet<T, N> acos(const Jet<T, N>& f) { function in namespace:ceres
476 g.a = acos(f.a);
/external/clang/lib/Headers/
H A Dtgmath.h63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/external/clang/lib/include/
H A Dtgmath.h63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java418 * @return fValue's acos
419 * @see java.lang.Math#acos(double)
421 public static float acos(float fValue) { method in class:FastMath
424 return (float) Math.acos(fValue);
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h347 friend const mpreal acos (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1815 inline const mpreal acos (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
1843 return acos(1/v, rnd_mode);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h80 /// double acos(double x);
81 acos, enumerator in enum:llvm::LibFunc::Func

Completed in 224 milliseconds