/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
D | 15.8.2.3.js | 51 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/ |
D | transcendentals.js | 42 assertTrue(Math.asin(x) != Math.asin(y));
|
/external/stlport/test/unit/ |
D | valarray_test.cpp | 40 tmp = asin(darray); in transcendentals() 66 tmp = asin(farray); in transcendentals() 93 tmp = asin(ldarray); in transcendentals()
|
D | cmath_test.cpp | 102 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/valgrind/main/memcheck/tests/ |
D | vcpu_fbench.c | 353 #define asin I_asin macro 558 static double asin(x) in asin() function 653 iang = asin(iang_sin); in transit_surface() 658 iang - asin(rang_sin); in transit_surface() 667 rang = -asin((from_index / to_index) * in transit_surface()
|
/external/valgrind/main/perf/ |
D | fbench.c | 349 #define asin I_asin macro 554 static double asin(x) in asin() function 649 iang = asin(iang_sin); in transit_surface() 654 iang - asin(rang_sin); in transit_surface() 663 rang = -asin((from_index / to_index) * in transit_surface()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 8 double asin(double); 80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
|
/external/ceres-solver/internal/ceres/ |
D | jet_test.cc | 261 ExpectJetsClose(sin(asin(a)), a); in TEST() 262 ExpectJetsClose(asin(sin(a)), a); in TEST() 265 ExpectJetsClose(sin(asin(b)), b); in TEST() 266 ExpectJetsClose(asin(sin(b)), b); in TEST()
|
/external/eigen/bench/ |
D | quat_slerp.cpp | 92 theta = /*M_PI -*/ Scalar(2)*std::asin( (a.coeffs()+b.coeffs()).norm()/2 ); in slerp_rw() 94 theta = Scalar(2)*std::asin( (a.coeffs()-b.coeffs()).norm()/2 ); in slerp_rw() 120 theta = /*M_PI -*/ Scalar(2)*std::asin( (-a.coeffs()-b.coeffs()).norm()/2 ); in slerp_gael() 122 theta = Scalar(2)*std::asin( (a.coeffs()-b.coeffs()).norm()/2 ); in slerp_gael()
|
/external/skia/legacy/src/animator/ |
D | SkDisplayMath.cpp | 48 SK_FUNCTION(asin), 120 SK_MEMBER_FUNCTION(asin, Float), 159 case SK_FUNCTION(asin): in executeFunction()
|
/external/skia/src/animator/ |
D | SkDisplayMath.cpp | 48 SK_FUNCTION(asin), 120 SK_MEMBER_FUNCTION(asin, Float), 159 case SK_FUNCTION(asin): in executeFunction()
|
/external/skia/legacy/include/core/ |
D | SkFloatingPoint.h | 39 #define sk_float_asin(x) (float)::asin(x) 56 #define sk_float_asin(x) static_cast<float>(asin(x))
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 38 #define sk_float_asin(x) (float)::asin(x) 55 #define sk_float_asin(x) static_cast<float>(asin(x))
|
/external/eigen/Eigen/src/Core/ |
D | GlobalFunctions.h | 44 EIGEN_ARRAY_DECLARE_GLOBAL_STD_UNARY(asin,scalar_asin_op) in EIGEN_ARRAY_DECLARE_GLOBAL_STD_UNARY() 90 EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(asin,scalar_asin_op)
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 345 # 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;
|
/external/valgrind/main/memcheck/tests/x86/ |
D | more_x86_fp.stdout.exp | 13 a=2.000000 asin(sin(a))=1.141593 28 a=1.400000 asin(sin(a))=1.400000
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | more_x87_fp.stdout.exp | 12 a=2.000000 asin(sin(a))=1.141593 26 a=1.400000 asin(sin(a))=1.400000
|
/external/icu4c/i18n/ |
D | astro.cpp | 476 asin(sinB*cosE + cosB*sinE*sinL) ); in eclipticToEquatorial() 512 double altitude = asin(sinD*sinL + cosD*cosL*cosH); in eclipticToHorizon() 1136 double moonEclipLat = ::asin(y * ::sin(moonI)); in getMoonPosition() 1401 double y = ::asin(sin(x) / ::sin(psi)); in riseOrSet()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | FastMath.java | 442 public static float asin(float fValue) { in asin() method in FastMath 445 return (float) Math.asin(fValue); in asin() 832 store.z = FastMath.asin(cartCoords.y / store.x); in cartesianToSpherical() 868 store.y = FastMath.asin(cartCoords.y / store.x); in cartesianZToSpherical()
|
/external/eigen/test/ |
D | array.cpp | 170 VERIFY_IS_APPROX(m1.asin(), std::asin(m1)); in array_real() 171 VERIFY_IS_APPROX(m1.asin(), internal::asin(m1)); in array_real()
|
/external/webkit/PerformanceTests/SunSpider/ |
D | UNCOVERED | 71 Math.asin
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 116 asin() const in asin() function
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | win-math.ll | 21 declare double @asin(double %x) 25 ; WIN32: double @asin 27 %2 = call double @asin(double %1)
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 43 %call = call double @asin(double %conv) 52 %call = call double @asin(double %conv) 54 ; CHECK: call double @asin(double %conv) 332 declare double @asin(double) nounwind readnone
|
/external/ceres-solver/include/ceres/ |
D | jet.h | 411 inline double asin (double x) { return std::asin(x); } in asin() function 481 Jet<T, N> asin(const Jet<T, N>& f) { in asin() function 483 g.a = asin(f.a); in asin()
|