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

/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h73 * \sa sin(), acos()
103 acos() const function
113 * \sa sin(), acos()
/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.h52 /// double acos(double x);
53 acos, enumerator in enum:llvm::LibFunc::Func

Completed in 273 milliseconds