HomeSort by relevance Sort by last modified time
    Searched refs:atan2 (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.5.js 24 ECMA Section: 15.8.2.5 atan2( y, x )
34 var TITLE = "Math.atan2(x,y)";
46 array[item++] = new TestCase( SECTION, "Math.atan2.length", 2, Math.atan2.length );
48 array[item++] = new TestCase( SECTION, "Math.atan2(NaN, 0)", Number.NaN, Math.atan2(Number.NaN,0) );
49 array[item++] = new TestCase( SECTION, "Math.atan2(null, null)", 0, Math.atan2(null, null) );
50 array[item++] = new TestCase( SECTION, "Math.atan2(void 0, void 0)", Number.NaN, Math.atan2(void 0, void 0) )
    [all...]
  /external/stlport/test/unit/
valarray_test.cpp 42 tmp = atan2(darray, tmp);
43 tmp = atan2(1.0, darray);
44 tmp = atan2(darray, 1.0);
68 tmp = atan2(farray, tmp);
69 tmp = atan2(1.0f, farray);
70 tmp = atan2(farray, 1.0f);
95 tmp = atan2(ldarray, tmp);
96 tmp = atan2(1.0l, ldarray);
97 tmp = atan2(ldarray, 1.0l);
cmath_test.cpp 104 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0, 1.0)), 1.0) );
129 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0f, 1.0f)), 1.0f) );
156 CPPUNIT_CHECK( are_equals(std::atan2(0.0l, 1.0l), 0.0l) );
  /ndk/sources/android/stlport/test/unit/
valarray_test.cpp 42 tmp = atan2(darray, tmp);
43 tmp = atan2(1.0, darray);
44 tmp = atan2(darray, 1.0);
68 tmp = atan2(farray, tmp);
69 tmp = atan2(1.0f, farray);
70 tmp = atan2(farray, 1.0f);
95 tmp = atan2(ldarray, tmp);
96 tmp = atan2(1.0l, ldarray);
97 tmp = atan2(ldarray, 1.0l);
cmath_test.cpp 104 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0, 1.0)), 1.0) );
129 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0f, 1.0f)), 1.0f) );
156 CPPUNIT_CHECK( are_equals(std::atan2(0.0l, 1.0l), 0.0l) );
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 49 using ::atan2;
  /external/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /ndk/sources/android/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /bionic/libstdc++/include/
cmath 51 using ::atan2;
  /ndk/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cmath 49 using ::atan2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cmath 49 using ::atan2;
  /external/v8/test/mjsunit/regress/
regress-925537.js 38 assertClose( Math.PI / 4, Math.atan2(pinf, pinf));
39 assertClose(-Math.PI / 4, Math.atan2(ninf, pinf));
40 assertClose( 3 * Math.PI / 4, Math.atan2(pinf, ninf));
41 assertClose(-3 * Math.PI / 4, Math.atan2(ninf, ninf));
  /external/webkit/WebCore/rendering/
SVGMarkerData.h 55 double inslope = rad2deg(atan2(inslopeChange.height(), inslopeChange.width()));
56 double outslope = rad2deg(atan2(outslopeChange.height(), outslopeChange.width()));
  /external/stlport/src/
complex.cpp 56 { return ::atan2(__z._M_im, __z._M_re); }
60 { return ::atan2(__z._M_im, __z._M_re); }
65 { return ::atan2(__z._M_im, __z._M_re); }
224 r._M_im = ::atan2(z._M_im, z._M_re) * ln10_inv;
249 r._M_im = ::atan2(z._M_im, z._M_re);
288 _Tp logi = ::atan2(a._M_im, a._M_re);
298 _Tp logi = ::atan2(a._M_im, a._M_re);
  /ndk/sources/android/stlport/src/
complex.cpp 56 { return ::atan2(__z._M_im, __z._M_re); }
60 { return ::atan2(__z._M_im, __z._M_re); }
65 { return ::atan2(__z._M_im, __z._M_re); }
224 r._M_im = ::atan2(z._M_im, z._M_re) * ln10_inv;
249 r._M_im = ::atan2(z._M_im, z._M_re);
288 _Tp logi = ::atan2(a._M_im, a._M_re);
298 _Tp logi = ::atan2(a._M_im, a._M_re);
  /frameworks/base/core/java/android/util/
MathUtils.java 135 public static float atan2(float a, float b) { method in class:MathUtils
136 return (float) Math.atan2(a, b);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 79 return atan2(a, b);
131 NATIVE_METHOD(Math, atan2, "(DD)D"),
  /frameworks/base/core/java/android/gesture/
Instance.java 94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]);
  /packages/apps/Gallery3D/src/com/cooliris/media/
LocationMediaFilter.java 67 double c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));
  /external/skia/src/animator/
SkDisplayMath.cpp 58 SK_FUNCTION(atan2),
83 (SkFunctionParamType) SkType_Float, // atan2
130 SK_MEMBER_FUNCTION(atan2, Float),
173 case SK_FUNCTION(atan2):
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
364 _STLP_DMATH_INLINE2(atan2)
435 _STLP_DEF_MATH_INLINE2(atan2, atan2)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
557 using ::atan2;
  /external/v8/test/mjsunit/
to_number_order.js 43 assertEquals(Math.atan2(1, 2), Math.atan2(v, w));
45 assertEquals("hestfisk", x, "atan2");
  /ndk/sources/android/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
364 _STLP_DMATH_INLINE2(atan2)
435 _STLP_DEF_MATH_INLINE2(atan2, atan2)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
557 using ::atan2;
  /external/skia/include/core/
SkFloatingPoint.h 47 #define sk_float_atan2(y,x) (float)::atan2(y,x)

Completed in 734 milliseconds

1 2 3 4