/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cmath | 57 #undef atan2 153 using ::atan2; 156 atan2(float __y, float __x) 160 atan2(long double __y, long double __x) 169 atan2(_Tp __y, _Up __x) 172 return atan2(__type(__y), __type(__x));
|
/external/chromium_org/third_party/skia/src/core/ |
SkCordic.cpp | 252 // atan2 267 SkDebugf("atan2 error : val = %g ; val2 = %g ; atan2 = %g ; cordic = %g\n", val, val2, arctan, arctan2);
|
/external/chromium_org/v8/test/mjsunit/ |
to_number_order.js | 51 assertEquals(Math.atan2(1, 2), Math.atan2(v, w)); 53 assertEquals("hestfisk", x, "atan2");
|
/external/clang/test/CodeGen/ |
libcalls.c | 91 double atan2_ = atan2(d, 2); 94 // CHECK-NO: declare double @atan2(double, double) [[NUW_RN]] 97 // CHECK-YES-NOT: declare double @atan2(double, double) [[NUW_RN]]
|
/external/llvm/test/Transforms/ConstProp/ |
calls.ll | 145 ; FNOBUILTIN: %1 = call double @atan2(double 3.000000e+00, double 3.000000e+00) 146 %1 = call double @atan2(double 3.000000e+00, double 3.000000e+00) 149 declare double @atan2(double, double)
|
/external/skia/src/core/ |
SkCordic.cpp | 252 // atan2 267 SkDebugf("atan2 error : val = %g ; val2 = %g ; atan2 = %g ; cordic = %g\n", val, val2, arctan, arctan2);
|
/external/stlport/test/unit/ |
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) );
|
/external/v8/test/mjsunit/ |
to_number_order.js | 51 assertEquals(Math.atan2(1, 2), Math.atan2(v, w)); 53 assertEquals("hestfisk", x, "atan2");
|
/ndk/tests/device/test-gnustl-full/unit/ |
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/tests/device/test-stlport/unit/ |
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) );
|
/bionic/libstdc++/include/ |
cmath | 51 using ::atan2;
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
vector2.h | 66 double angle = atan2(y_, x_);
|
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 82 TEST_FUNC_2(atan2);
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) macro
|
/ndk/sources/cxx-stl/gabi++/include/ |
cmath | 51 using ::atan2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
cos.pass.cpp | 38 const double pi = std::atan2(+0., -0.);
|
log10.pass.cpp | 37 const double pi = std::atan2(+0., -0.);
|
pow_complex_complex.pass.cpp | 39 const double pi = std::atan2(+0., -0.);
|
pow_complex_scalar.pass.cpp | 39 const double pi = std::atan2(+0., -0.);
|
pow_scalar_complex.pass.cpp | 39 const double pi = std::atan2(+0., -0.);
|
sin.pass.cpp | 38 const double pi = std::atan2(+0., -0.);
|
tan.pass.cpp | 39 const double pi = std::atan2(+0., -0.);
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cmath | 51 using ::atan2;
|