HomeSort by relevance Sort by last modified time
    Searched refs:atan2 (Results 251 - 275 of 430) sorted by null

<<1112131415161718

  /external/stlport/stlport/stl/
_valarray.h 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x,
933 __tmp[__i] = ::atan2(__x[__i], __y[__i]);
938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) {
942 __tmp[__i] = ::atan2(__x[__i], __c);
947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) {
951 __tmp[__i] = ::atan2(__c, __x[__i]);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x,
933 __tmp[__i] = ::atan2(__x[__i], __y[__i]);
938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) {
942 __tmp[__i] = ::atan2(__x[__i], __c);
947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) {
951 __tmp[__i] = ::atan2(__c, __x[__i]);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x,
933 __tmp[__i] = ::atan2(__x[__i], __y[__i]);
938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) {
942 __tmp[__i] = ::atan2(__x[__i], __c);
947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) {
951 __tmp[__i] = ::atan2(__c, __x[__i]);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x,
933 __tmp[__i] = ::atan2(__x[__i], __y[__i]);
938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) {
942 __tmp[__i] = ::atan2(__x[__i], __c);
947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) {
951 __tmp[__i] = ::atan2(__c, __x[__i]);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x,
933 __tmp[__i] = ::atan2(__x[__i], __y[__i]);
938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) {
942 __tmp[__i] = ::atan2(__x[__i], __c);
947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) {
951 __tmp[__i] = ::atan2(__c, __x[__i]);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x,
933 __tmp[__i] = ::atan2(__x[__i], __y[__i]);
938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) {
942 __tmp[__i] = ::atan2(__x[__i], __c);
947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) {
951 __tmp[__i] = ::atan2(__c, __x[__i]);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.h 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x,
933 __tmp[__i] = ::atan2(__x[__i], __y[__i]);
938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) {
942 __tmp[__i] = ::atan2(__x[__i], __c);
947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) {
951 __tmp[__i] = ::atan2(__c, __x[__i]);
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 275 float beginTheta = atan2(
278 float endTheta = atan2(
465 float theta = atan2(normal.y, normal.x);
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 678 #define __ieee754_atan2 atan2
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 272 rot = -math.atan2(tform[0, 1], tform[0, 0])
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp 388 data->rotation = narrowPrecisionToFloat(rad2deg(atan2(fragmentTransform.b(), fragmentTransform.a())));
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Biquad.cpp 583 phaseResponse[k] = static_cast<float>(atan2(imag(response), real(response)));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 120 #define atan2f(x,y) ((float) atan2(x,y))
  /external/chromium_org/third_party/opus/src/celt/
vq.c 411 itheta = (int)floor(.5f+16384*0.63662f*atan2(side,mid));
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyAngle_Test.cpp 119 double arcTan = atan2(lines[x][0].fX - lines[x][1].fX,
  /external/libopus/celt/
vq.c 411 itheta = (int)floor(.5f+16384*0.63662f*atan2(side,mid));
  /external/mesa3d/src/mesa/main/
imports.h 120 #define atan2f(x,y) ((float) atan2(x,y))
  /external/skia/experimental/Intersection/
SimplifyAngle_Test.cpp 119 double arcTan = atan2(lines[x][0].fX - lines[x][1].fX,
  /frameworks/base/graphics/java/android/graphics/drawable/
Ripple.java 149 final double angle = Math.atan2(dY, dX);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 548 -Math.atan2(-x, y) * RADIANS_TO_DEGREES);
550 // atan2 returns [-180, 180]; normalize to [0, 360]
    [all...]
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 442 mPhase = nsecs_t(atan2(sampleAvgY, sampleAvgX) / scale);
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 97 result = Math.atan2(3, 4);
  /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...]
  /ndk/sources/android/support/src/msun/
math_private.h 678 #define __ieee754_atan2 atan2
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 160 return (float) (Math.atan2(dx, dy) * 180 / Math.PI);

Completed in 1031 milliseconds

<<1112131415161718