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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/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...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_carg.c 37 return (atan2(cimag(z), creal(z)));
  /external/eigen/Eigen/src/Geometry/
EulerAngles.h 50 res[1] = internal::atan2(s, coeff(i,i));
53 res[0] = internal::atan2(coeff(j,i), coeff(k,i));
54 res[2] = internal::atan2(coeff(i,j),-coeff(i,k));
59 res[2] = (coeff(i,i)>0?1:-1)*internal::atan2(-coeff(k,j), coeff(j,j));
65 res[1] = internal::atan2(-coeff(i,k), c);
68 res[0] = internal::atan2(coeff(j,k), coeff(k,k));
69 res[2] = internal::atan2(coeff(i,j), coeff(i,i));
74 res[2] = (coeff(i,k)>0?1:-1)*internal::atan2(-coeff(k,j), coeff(j,j));
  /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);
  /ndk/tests/device/test-gnustl-full/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);
  /ndk/tests/device/test-stlport/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);
  /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/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /prebuilts/ndk/8/sources/cxx-stl/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/gabi++/include/
cmath 51 using ::atan2;
  /ndk/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 49 using ::atan2;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 49 using ::atan2;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
atan2_valarray_valarray.pass.cpp 16 // atan2(const valarray<T>& x, const valarray<T>& y);
48 std::valarray<T> v3 = atan2(v1, v2);

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>