Searched refs:asin (Results 1 - 25 of 67) sorted by relevance

123

/external/eigen/doc/snippets/
H A DCwise_asin.cpp2 cout << v.asin() << endl;
/external/v8/test/mjsunit/
H A Dtranscendentals.js42 assertTrue(Math.asin(x) != Math.asin(y));
/external/crcalc/tests/src/com/hp/creals/
H A DCRTest.java44 // Added basic asin and acos tests, improved messages,
111 UnaryCRFunction asin = UnaryCRFunction.asinFunction;
116 check_eq(asin.execute(one),half_pi, "asin(1) failed");
117 check_eq(asin.execute(one.negate()),
118 half_pi.negate(), "asin(-1) failed");
119 check_eq(asin.execute(zero), zero, "asin(0) failed");
120 check_eq(asin.execute(half.sin()), half, "asin(si
[all...]
H A DSlowCRTest.java79 checkApprEq(x.asin().doubleValue(), Math.asin(xAsDouble),
80 "asin float compare:" + xAsDouble);
83 checkEq(ARCSINE.execute(x), x.asin(),
116 CR tmp2 = xsin.asin();
168 checkEq(ZERO.asin(), ZERO, "asin(0)");
169 checkEq(ONE.asin(), CR.PI.divide(TWO), "asin(1)");
170 checkEq(ONE.negate().asin(), C
[all...]
/external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
H A Dasin_valarray.pass.cpp16 // asin(const valarray<T>& x);
46 std::valarray<T> v3 = asin(v1);
/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) *
H A Dvcpu_fnfns.c132 printf(" asinD(%+20.13e) = %+20.13e\n", d, asin(d));
/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/internal/ceres/
H A Djet_test.cc291 { // Check that sin(asin(x)) == x.
293 ExpectJetsClose(sin(asin(a)), a);
294 ExpectJetsClose(asin(sin(a)), a);
297 ExpectJetsClose(sin(asin(b)), b);
298 ExpectJetsClose(asin(sin(b)), b);
/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h87 * \sa cos(), asin()
100 * \sa cos(), asin()
116 asin() const function
/external/eigen/bench/
H A Dquat_slerp.cpp92 theta = /*M_PI -*/ Scalar(2)*std::asin( (a.coeffs()+b.coeffs()).norm()/2 );
94 theta = Scalar(2)*std::asin( (a.coeffs()-b.coeffs()).norm()/2 );
120 theta = /*M_PI -*/ Scalar(2)*std::asin( (-a.coeffs()-b.coeffs()).norm()/2 );
122 theta = Scalar(2)*std::asin( (a.coeffs()-b.coeffs()).norm()/2 );
/external/skia/src/animator/
H A DSkDisplayMath.cpp37 SK_FUNCTION(asin),
60 (SkFunctionParamType) SkType_Float, // asin
109 SK_MEMBER_FUNCTION(asin, Float),
148 case SK_FUNCTION(asin):
/external/eigen/Eigen/src/Core/
H A DGlobalFunctions.h45 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(asin,scalar_asin_op)
H A DGenericPacketMath.h247 Packet pasin(const Packet& a) { using std::asin; return asin(a); }
/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h19 template<typename Packet> inline static Packet pasin(Packet a) { return std::asin(a); }
47 //will compute the two branches for asin
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
H A Dasin.pass.cpp14 // asin(const complex<T>& x);
25 assert(asin(c) == x);
42 std::complex<double> r = asin(x[i]);
/external/skia/include/core/
H A DSkFloatingPoint.h65 #define sk_float_asin(x) (float)::asin(x)
82 #define sk_float_asin(x) static_cast<float>(asin(x))
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DRotation.java569 return 2 * FastMath.asin(FastMath.sqrt(q1 * q1 + q2 * q2 + q3 * q3));
628 FastMath.asin(v2.getZ()),
646 -FastMath.asin(v2.getY()),
664 -FastMath.asin(v2.getZ()),
682 FastMath.asin(v2.getX()),
700 FastMath.asin(v2.getY()),
718 -FastMath.asin(v2.getX()),
H A DVector3D.java244 return FastMath.asin(z / getNorm());
351 return FastMath.asin(v3.getNorm() / normProduct);
353 return FastMath.PI - FastMath.asin(v3.getNorm() / normProduct);
/external/icu/icu4c/source/i18n/
H A Dastro.cpp476 asin(sinB*cosE + cosB*sinE*sinL) );
512 double altitude = asin(sinD*sinL + cosD*cosL*cosH);
838 // double y = ::asin(sin(x) / ::sin(psi)) * RAD_DEG;
980 // double sDec = ::asin(sin_sDec)*RAD_DEG;
1136 double moonEclipLat = ::asin(y * ::sin(moonI));
1401 double y = ::asin(sin(x) / ::sin(psi));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java455 Math.asin(sinB*cosE + cosB*sinE*sinL) );
487 double altitude = Math.asin(sinD*sinL + cosD*cosL*cosH);
777 // double y = Math.asin(Math.sin(x) / Math.sin(psi)) * RAD_DEG;
919 // double sDec = Math.asin(sin_sDec)*RAD_DEG;
1074 double moonEclipLat = Math.asin(y * Math.sin(moonI));
1315 double y = Math.asin(Math.sin(x) / Math.sin(psi));
/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/clang/test/CodeGen/
H A Dlibcall-declarations.c46 double asin(double);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
345 // CHECK-NOERRNO: declare double @asin(double) [[NUW]]
/external/deqp/framework/delibs/debase/
H A DdeMath.h141 DE_INLINE float deFloatAsin (float a) { return (float)asin(a); }
155 DE_INLINE double deAsin (double a) { return asin(a); }
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DSphere.java232 * (FastMath.HALF_PI + FastMath.asin(fZFraction)));
252 * (FastMath.HALF_PI + FastMath.asin(fZFraction)));

Completed in 5277 milliseconds

123