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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAtan.rs 24 return atan(inV);
28 return atan(inV);
32 return atan(inV);
36 return atan(inV);
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 48 using ::atan;
  /bionic/libstdc++/include/
cmath 50 using ::atan;
  /external/libcxx/test/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 14 // atan(const complex<T>& x);
25 assert(atan(c) == x);
41 std::complex<double> r = atan(x[i]);
  /external/speex/libspeex/
vorbis_psy.h 54 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
  /ndk/sources/cxx-stl/gabi++/include/
cmath 50 using ::atan;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 14 // atan(const complex<T>& x);
25 assert(atan(c) == x);
41 std::complex<double> r = atan(x[i]);
  /ndk/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 27 extern double atan(double x);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 48 using ::atan;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 48 using ::atan;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 50 using ::atan;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 50 using ::atan;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 50 using ::atan;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 50 using ::atan;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /external/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
atan_valarray.pass.cpp 16 // atan(const valarray<T>& x);
46 std::valarray<T> v3 = atan(v1);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);

Completed in 5988 milliseconds

1 2 3 4 5 6 7 8 91011>>