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

1 2 3 4 5 6 7 8

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cargf.c 37 return (atan2f(cimagf(z), crealf(z)));
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 43 #define AKFS_ATAN2(y, x) atan2f((y), (x))
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 37 return atan2f(static_cast<float>(dy), static_cast<float>(dx));
  /frameworks/native/services/sensorservice/
OrientationSensor.cpp 49 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
50 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
  /external/clang/test/CodeGen/
libcalls.c 98 float atan2f_ = atan2f(f, f);
101 // CHECK-NO: declare float @atan2f(float, float) [[NUW_RN]]
104 // CHECK-YES-NOT: declare float @atan2f(float, float) [[NUW_RN]]
  /hardware/invensense/60xx/mlsdk/mllite/
mlarray.c 306 (atan2f(rotMatrix[7], rotMatrix[8]) * 57.29577951308) *
311 (atan2f(rotMatrix[3], rotMatrix[0]) * 57.29577951308) *
364 (atan2f(rotMatrix[8], rotMatrix[6]) * 57.29577951308f) *
369 (atan2f(rotMatrix[4], rotMatrix[1]) * 57.29577951308f) *
422 (atan2f(rotMatrix[6], rotMatrix[7]) * 57.29577951308) *
427 (atan2f(rotMatrix[5], rotMatrix[2]) * 57.29577951308) *
716 (float)(atan2f(rotMatrix[4], rotMatrix[1]) * 57.29577951308 -
720 (float)(atan2f(rotMatrix[5], rotMatrix[2]) * 57.29577951308 +
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 70 #define atan2f(x,y) ml_atan2(x,y) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 82 #define atan2f(x,y) ml_atan2(x,y) macro
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 70 #define atan2f(x,y) ml_atan2(x,y) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 70 #define atan2f(x,y) ml_atan2(x,y) macro
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 446 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
447 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
479 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
480 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
510 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
511 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 400 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
401 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
433 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
434 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
464 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
465 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint.cpp 67 return atan2f(m_y, m_x);
  /external/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /development/ndk/sources/android/ndk_helper/
tapCamera.cpp 218 camera_rotation_start_ = atan2f( y_diff, x_diff );
273 float fRotation = atan2f( y_diff, x_diff );
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.c 185 *mag_north = atan2f((float) t1, (float) t2) * 180.f / (float) M_PI;
191 *true_north = atan2f((float) t1, (float) t2) * 180.f / (float) M_PI;
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 83 #define sk_float_atan2(y,x) atan2f(y,x)
  /external/skia/include/core/
SkFloatingPoint.h 81 #define sk_float_atan2(y,x) atan2f(y,x)
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.c 175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0));

Completed in 1763 milliseconds

1 2 3 4 5 6 7 8