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

12 3 4 5 6 7 8 91011

  /external/clang/test/CodeGen/
libcall-declarations.c 11 double atan(double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
95 // CHECK-NOERRNO: declare double @atan(double) [[NUW]]
libcalls.c 81 double atan_ = atan(d);
84 // CHECK-NO: declare double @atan(double) [[NUW_RN]]
87 // CHECK-YES-NOT: declare double @atan(double) [[NUW_RN]]
  /external/libvorbis/lib/
scales.h 79 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
  /external/stlport/test/unit/
valarray_test.cpp 41 tmp = atan(darray);
67 tmp = atan(farray);
94 tmp = atan(ldarray);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 41 tmp = atan(darray);
67 tmp = atan(farray);
94 tmp = atan(ldarray);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 41 tmp = atan(darray);
67 tmp = atan(farray);
94 tmp = atan(ldarray);
  /frameworks/base/core/java/android/util/
MathUtils.java 135 public static float atan(float value) { method in class:MathUtils
136 return (float) Math.atan(value);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 47 return atan(a);
126 NATIVE_METHOD(Math, atan, "!(D)D"),
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AtanPiTest.java 72 ref[idxRef] = (float)(Math.atan((double)in[idx])/Math.PI);
AtanTest.java 72 ref[idxRef] = (float)(Math.atan((double)in[idx]));
  /external/chromium_org/v8/test/mjsunit/
transcendentals.js 46 assertTrue(Math.atan(x) != Math.atan(y));
  /external/v8/test/mjsunit/
transcendentals.js 46 assertTrue(Math.atan(x) != Math.atan(y));
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 53 #define atan(x) ml_atan(x) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 65 #define atan(x) ml_atan(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 53 #define atan(x) ml_atan(x) macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
eval.pass.cpp 25 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5;
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMath.cpp 49 SK_FUNCTION(atan),
73 (SkFunctionParamType) SkType_Float, // atan
121 SK_MEMBER_FUNCTION(atan, Float),
162 case SK_FUNCTION(atan):
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 76 * Reverse atan lookup table.
99 // Calculate a shift used to scale atan lookups
272 public static int atan(int n) { method in class:Fixed
290 public static int atan(int x, int y) { method in class:Fixed
291 int n = atan(div(x, abs(y) + 1)); // kludge to prevent ArithmeticException
  /external/skia/src/animator/
SkDisplayMath.cpp 49 SK_FUNCTION(atan),
73 (SkFunctionParamType) SkType_Float, // atan
121 SK_MEMBER_FUNCTION(atan, Float),
162 case SK_FUNCTION(atan):
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
363 _STLP_DMATH_INLINE(atan)
434 _STLP_DEF_MATH_INLINE(atan, atan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
556 using ::atan;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
363 _STLP_DMATH_INLINE(atan)
434 _STLP_DEF_MATH_INLINE(atan, atan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
556 using ::atan;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
363 _STLP_DMATH_INLINE(atan)
434 _STLP_DEF_MATH_INLINE(atan, atan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
556 using ::atan;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
363 _STLP_DMATH_INLINE(atan)
434 _STLP_DEF_MATH_INLINE(atan, atan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
556 using ::atan;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
363 _STLP_DMATH_INLINE(atan)
434 _STLP_DEF_MATH_INLINE(atan, atan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
556 using ::atan;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
363 _STLP_DMATH_INLINE(atan)
434 _STLP_DEF_MATH_INLINE(atan, atan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
556 using ::atan;

Completed in 1811 milliseconds

12 3 4 5 6 7 8 91011