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

1 2 3 4 5 6

  /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));
  /external/clang/test/CodeGen/
libcall-declarations.c 16 float atan2f(float, float);
81 atan2f, ceil, ceill, ceilf, copysign, copysignl, copysignf, cos, cosl, cosf,
100 // CHECK-NOERRNO: declare float @atan2f(float, float) [[NUW]]
libcalls.c 93 float atan2f_ = atan2f(f, f);
96 // CHECK-NO: declare float @atan2f(float, float) [[NUW_RN]]
99 // CHECK-YES-NOT: declare float @atan2f(float, float) [[NUW_RN]]
  /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;
  /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/65xx/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/mllite/
hal_outputs.c 390 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
391 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
422 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
423 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
453 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
454 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPoint.cpp 63 return atan2f(m_y, m_x);
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 60 #define sk_float_atan2(y,x) atan2f(y,x)
  /external/skia/include/core/
SkFloatingPoint.h 60 #define sk_float_atan2(y,x) atan2f(y,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
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 121 EXPORT_F32_FN_F32_F32(atan2f)
191 { "_Z5atan2ff", (void *)&atan2f, true },
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.c 175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0));
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.c 279 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
280 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;

Completed in 859 milliseconds

1 2 3 4 5 6