HomeSort by relevance Sort by last modified time
    Searched defs:atan2 (Results 1 - 25 of 43) sorted by null

1 2

  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 54 #define atan2(x,y) ml_atan2(x,y) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 66 #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
  /frameworks/base/core/java/android/util/
MathUtils.java 139 public static float atan2(float a, float b) { method in class:MathUtils
140 return (float) Math.atan2(a, b);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 132 // Work around a bug in Win, where atan2(+-infinity, +-infinity) yields NaN instead of specific values.
150 result = ::atan2(x, y);
161 #define atan2(x, y) wtf_atan2(x, y) macro
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 583 atan2(const AutoDiffScalar<DerTypeA>& a, const AutoDiffScalar<DerTypeB>& b) function in namespace:Eigen
585 using std::atan2;
590 ret.value() = atan2(a.value(), b.value());
  /libcore/luni/src/main/java/java/lang/
Math.java 158 * <li>{@code atan2((anything), NaN ) = NaN;}</li>
159 * <li>{@code atan2(NaN , (anything) ) = NaN;}</li>
160 * <li>{@code atan2(+0.0, +(anything but NaN)) = +0.0}</li>
161 * <li>{@code atan2(-0.0, +(anything but NaN)) = -0.0}</li>
162 * <li>{@code atan2(+0.0, -(anything but NaN)) = +pi}</li>
163 * <li>{@code atan2(-0.0, -(anything but NaN)) = -pi}</li>
164 * <li>{@code atan2(+(anything but 0 and NaN), 0) = +pi/2}</li>
165 * <li>{@code atan2(-(anything but 0 and NaN), 0) = -pi/2}</li>
166 * <li>{@code atan2(+(anything but infinity and NaN), +infinity)} {@code =}
168 * <li>{@code atan2(-(anything but infinity and NaN), +infinity)} {@code =
188 public static native double atan2(double y, double x); method in class:Math
    [all...]
StrictMath.java 165 * <li>{@code atan2((anything), NaN ) = NaN;}</li>
166 * <li>{@code atan2(NaN , (anything) ) = NaN;}</li>
167 * <li>{@code atan2(+0.0, +(anything but NaN)) = +0.0}</li>
168 * <li>{@code atan2(-0.0, +(anything but NaN)) = -0.0}</li>
169 * <li>{@code atan2(+0.0, -(anything but NaN)) = +pi}</li>
170 * <li>{@code atan2(-0.0, -(anything but NaN)) = -pi}</li>
171 * <li>{@code atan2(+(anything but 0 and NaN), 0) = +pi/2}</li>
172 * <li>{@code atan2(-(anything but 0 and NaN), 0) = -pi/2}</li>
173 * <li>{@code atan2(+(anything but infinity and NaN), +infinity)} {@code =}
175 * <li>{@code atan2(-(anything but infinity and NaN), +infinity)} {@code =
195 public static native double atan2(double y, double x); method in class:StrictMath
    [all...]
  /external/aac/libAACenc/src/
psy_configuration.cpp 298 FIXP_DBL bvalFFTLine, atan1, atan2; local
327 atan2 = fixp_atan(x2);
330 bvalFFTLine = fMult(ONE3P3, atan2) + fMult(THREEP5, fMult(atan1, atan1));
  /external/eigen/Eigen/src/Core/
MathFunctions.h 483 * Implementation of atan2 *
492 using std::atan2;
493 return atan2(x, y);
517 inline EIGEN_MATHFUNC_RETVAL(atan2, Scalar) atan2(const Scalar& x, const Scalar& y) function in namespace:Eigen::internal
519 return EIGEN_MATHFUNC_IMPL(atan2, Scalar)::run(x, y);
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 352 #define atan2 I_atan2 macro
530 /* atan2(y,x) Return arctangent in radians of y/x,
533 static double atan2(y, x) function
539 if (y == 0.0) /* Special case: atan2(0,0) = 0 */
570 return atan2(x, sqrt(1 - x * x));
  /external/valgrind/main/perf/
fbench.c 348 #define atan2 I_atan2 macro
526 /* atan2(y,x) Return arctangent in radians of y/x,
529 static double atan2(y, x) function
535 if (y == 0.0) /* Special case: atan2(0,0) = 0 */
566 return atan2(x, sqrt(1 - x * x));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 135 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 135 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 254 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 263 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 254 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 263 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 254 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 5 from math import atan2, isnan, copysign namespace
290 return atan2(x, -1.)
504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.))
505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 5 from math import atan2, isnan, copysign namespace
290 return atan2(x, -1.)
504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.))
505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))

Completed in 583 milliseconds

1 2