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

/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h87 * \sa cos(), asin()
100 * \sa cos(), asin()
116 asin() const function
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpMath.java940 * @return asin(a)
942 public static Dfp asin(final Dfp a) { method in class:DfpMath
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplex.java480 * <code> asin(z) = -i (log(sqrt(1 - z<sup>2</sup>) + iz)) </code></pre></p>
488 public Complex asin() { method in class:Complex
/external/valgrind/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/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/ceres-solver/include/ceres/
H A Djet.h386 inline double asin (double x) { return std::asin(x); } function in namespace:ceres
444 // asin(a + h) ~= asin(a) + 1 / sqrt(1 - a^2) h
446 Jet<T, N> asin(const Jet<T, N>& f) { function in namespace:ceres
448 return Jet<T, N>(asin(f.a), tmp * f.v);
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java3063 public static double asin(double x) { method in class:FastMath
3084 /* Compute asin(x) = atan(x/sqrt(1-x*x)) */
/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/crcalc/src/com/hp/creals/
H A DCR.java103 // Added explicit asin() implementation. Remove one. Add ZERO and ONE and
908 public CR asin() { method in class:CR
914 return negate().asin().negate();
924 return half_pi.subtract(asin());
/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/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp37 Ambiguous asin(Ambiguous){ return Ambiguous(); } function
133 static_assert((std::is_same<decltype(std::asin((float)0)), float>::value), "");
134 static_assert((std::is_same<decltype(std::asin((bool)0)), double>::value), "");
135 static_assert((std::is_same<decltype(std::asin((unsigned short)0)), double>::value), "");
136 static_assert((std::is_same<decltype(std::asin((int)0)), double>::value), "");
137 static_assert((std::is_same<decltype(std::asin((unsigned int)0)), double>::value), "");
138 static_assert((std::is_same<decltype(std::asin((long)0)), double>::value), "");
139 static_assert((std::is_same<decltype(std::asin((unsigned long)0)), double>::value), "");
140 static_assert((std::is_same<decltype(std::asin((long long)0)), double>::value), "");
141 static_assert((std::is_same<decltype(std::asin((unsigne
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 600 milliseconds