HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 276 - 300 of 1351) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 53 __DEVICE__ double atan2(double, double);
54 __DEVICE__ float atan2(float, float);
193 using ::atan2;
  /external/v8/src/base/
ieee754.h 34 V8_BASE_EXPORT double atan2(double y, double x);
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 82 TEST_FUNC_2(atan2);
  /hardware/invensense/6515/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
  /libcore/luni/src/test/java/libcore/java/math/
CSVTest.java 28 twoInFunc.add("atan2");
  /libcore/ojluni/src/main/native/
jfdlibm.h 41 #define atan2 jatan2 macro
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 30 extern double atan2(double y, double x);
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/r11/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.);
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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.);

Completed in 3338 milliseconds

<<11121314151617181920>>