Searched defs:asin (Results 1 - 8 of 8) sorted by relevance

/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h87 * \sa cos(), asin()
100 * \sa cos(), asin()
116 asin() const function
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.c353 #define asin I_asin macro
556 /* asin(x) Return arcsine in radians of x */
558 static double asin(x) function
653 iang = asin(iang_sin);
658 iang - asin(rang_sin);
667 rang = -asin((from_index / to_index) *
/external/valgrind/main/perf/
H A Dfbench.c349 #define asin I_asin macro
552 /* asin(x) Return arcsine in radians of x */
554 static double asin(x) function
649 iang = asin(iang_sin);
654 iang - asin(rang_sin);
663 rang = -asin((from_index / to_index) *
/external/clang/lib/Headers/
H A Dtgmath.h92 // asin
100 __tg_asin(double __x) {return asin(__x);}
118 #undef asin macro
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
/external/clang/lib/include/
H A Dtgmath.h92 // asin
100 __tg_asin(double __x) {return asin(__x);}
118 #undef asin macro
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java439 * @return fValue's asin
440 * @see java.lang.Math#asin(double)
442 public static float asin(float fValue) { method in class:FastMath
445 return (float) Math.asin(fValue);
832 store.z = FastMath.asin(cartCoords.y / store.x);
868 store.y = FastMath.asin(cartCoords.y / store.x);
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h348 friend const mpreal asin (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1822 inline const mpreal asin (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
1848 return asin(1/v, rnd_mode);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h64 /// double asin(double x);
65 asin, enumerator in enum:llvm::LibFunc::Func

Completed in 376 milliseconds