HomeSort by relevance Sort by last modified time
    Searched refs:atan (Results 226 - 250 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 317 builtin: words("radians degrees sin cos tan asin acos atan " +
  /external/libpng/contrib/gregbook/
rpng2-x.c     [all...]
rpng2-win.c     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 651 delta = (float)atan(1.0f) / nwh;
679 delta = (float)atan(1.0f) / nch;
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 155 // Otherwise the atan operation is valid and can decide
157 float gradient = atan(gradientMap[(i * width + j) * 2 + 1]
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 966 static double PI = 4 * std::atan(1.0);
    [all...]
  /external/chromium_org/v8/src/
heap-inl.h 770 case ATAN:
771 return atan(input);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 99 * @tests java.lang.Math#atan(double)
102 // Test for method double java.lang.Math.atan(double)
103 double answer = Math.tan(Math.atan(1.0));
113 double answer = Math.atan(Math.tan(1.0));
    [all...]
  /external/stlport/stlport/stl/
_valarray.h 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.h 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) {
923 __tmp[__i] = ::atan(__x[__i]);
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 587 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
    [all...]
test-i386.c 549 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 349 friend const mpreal atan (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1829 inline const mpreal atan (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 465 var sc_atan = Math.atan;
475 // LIMITATION: 2 argument atan
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 459 var sc_atan = Math.atan;
469 // LIMITATION: 2 argument atan
    [all...]

Completed in 1046 milliseconds

1 2 3 4 5 6 7 8 91011