Home
last modified time | relevance | path

Searched refs:asin (Results 1 – 21 of 21) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
D15.8.2.3.js51 array[item++] = new TestCase( SECTION, "Math.asin()", Number.NaN, Math.asin() );
52 …array[item++] = new TestCase( SECTION, "Math.asin(void 0)", Number.NaN, Math.asin(void 0) …
53 … array[item++] = new TestCase( SECTION, "Math.asin(null)", 0, Math.asin(null) );
54 …array[item++] = new TestCase( SECTION, "Math.asin(NaN)", Number.NaN, Math.asin(Number.N…
56 …array[item++] = new TestCase( SECTION, "Math.asin('string')", Number.NaN, Math.asin("string"…
57 … array[item++] = new TestCase( SECTION, "Math.asin('0')", 0, Math.asin("0") );
58 … array[item++] = new TestCase( SECTION, "Math.asin('1')", Math.PI/2, Math.asin("1") );
59 … array[item++] = new TestCase( SECTION, "Math.asin('-1')", -Math.PI/2, Math.asin("-1") );
60 …array[item++] = new TestCase( SECTION, "Math.asin(Math.SQRT1_2+'')", Math.PI/4, Math.asin(Math…
61 …array[item++] = new TestCase( SECTION, "Math.asin(-Math.SQRT1_2+'')", -Math.PI/4, Math.asin(-Mat…
[all …]
/external/v8/test/mjsunit/
Dtranscendentals.js42 assertTrue(Math.asin(x) != Math.asin(y));
/external/stlport/test/unit/
Dvalarray_test.cpp40 tmp = asin(darray); in transcendentals()
66 tmp = asin(farray); in transcendentals()
93 tmp = asin(ldarray); in transcendentals()
Dcmath_test.cpp102 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0)), 1.0) ); in import_checks()
127 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0f)), 1.0f) ); in import_checks()
153 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0l)), 1.0l) ); in import_checks()
/external/skia/src/animator/
DSkDisplayMath.cpp56 SK_FUNCTION(asin),
128 SK_MEMBER_FUNCTION(asin, Float),
167 case SK_FUNCTION(asin): in executeFunction()
/external/skia/include/core/
DSkFloatingPoint.h46 #define sk_float_asin(x) (float)::asin(x)
63 #define sk_float_asin(x) static_cast<float>(asin(x))
/external/stlport/stlport/stl/
D_cmath.h345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh…
362 _STLP_DMATH_INLINE(asin) in _STLP_DMATH_INLINE() argument
433 _STLP_DEF_MATH_INLINE(asin, asin)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sin…
555 using ::asin;
D_valarray.h910 inline valarray<_Tp> asin(const valarray<_Tp>& __x) { in asin() function
914 __tmp[__i] = ::asin(__x[__i]); in asin()
/external/icu4c/i18n/
Dastro.cpp477 asin(sinB*cosE + cosB*sinE*sinL) ); in eclipticToEquatorial()
513 double altitude = asin(sinD*sinL + cosD*cosL*cosH); in eclipticToHorizon()
1131 double moonEclipLat = ::asin(y * ::sin(moonI)); in getMoonPosition()
1390 double y = ::asin(sin(x) / ::sin(psi)); in riseOrSet()
/external/chromium/third_party/icu/source/i18n/
Dastro.cpp477 asin(sinB*cosE + cosB*sinE*sinL) ); in eclipticToEquatorial()
513 double altitude = asin(sinD*sinL + cosD*cosL*cosH); in eclipticToHorizon()
1131 double moonEclipLat = ::asin(y * ::sin(moonI)); in getMoonPosition()
1390 double y = ::asin(sin(x) / ::sin(psi)); in riseOrSet()
/external/webkit/SunSpider/
DUNCOVERED71 Math.asin
/external/webkit/JavaScriptCore/runtime/
DMathObject.cpp127 return jsDoubleNumber(exec, asin(args.at(0).toNumber(exec))); in mathProtoFuncASin()
/external/quake/quake/src/QW/client/
Dgl_rmain.c1143 r_refdef.viewangles[0] = -asin (vpn[2])/M_PI*180;
/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp674 double angle = (piDouble - abs(asin(cross / (d01 * d21)))) * 0.5; in addArcTo()
/external/proguard/src/proguard/gui/
Ddefault.pro52 public static double asin(double);
Dboilerplate.pro113 public static double asin(double);
/external/v8/src/
Dheap.h1637 return asin(input); in Calculate()
/external/quake/quake/src/WinQuake/
Dgl_rmain.cpp1413 r_refdef.viewangles[0] = -asin (vpn[2])/M_PI*180; in R_Mirror()
/external/webkit/SunSpider/tests/v8-v4/
Dv8-earley-boyer.js455 var sc_asin = Math.asin;
/external/v8/benchmarks/
Dearley-boyer.js461 var sc_asin = Math.asin;
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1234 'assert','asort','asinh','asin','arsort','array_walk',