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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cargf.c 37 return (atan2f(cimagf(z), crealf(z)));
  /packages/inputmethods/LatinIME/native/jni/src/
geometry_utils.h 35 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 46 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
47 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
  /hardware/invensense/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/libsensors_iio/software/core/driver/include/
mlmath.h 70 #define atan2f(x,y) ml_atan2(x,y) macro
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 82 #define atan2f(x,y) ml_atan2(x,y) macro
  /external/skia/include/core/
SkFloatingPoint.h 60 #define sk_float_atan2(y,x) atan2f(y,x)
  /external/skia/legacy/include/core/
SkFloatingPoint.h 61 #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
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 117 EXPORT_F32_FN_F32_F32(atan2f)
187 { "_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/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;
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 445 float theta1 = atan2f(point1.y() - centerPoint.y(), point1.x() - centerPoint.x());
446 float theta2 = atan2f(point2.y() - centerPoint.y(), point2.x() - centerPoint.x());
SVGRadialGradientElement.cpp 243 float angle = atan2f(deltaY, deltaX);
  /development/ndk/platforms/android-3/include/
math.h 313 float atan2f(float, float);
  /development/ndk/platforms/android-9/include/
math.h 313 float atan2f(float, float);
  /hardware/invensense/libsensors/
MPLSensor.cpp 732 values[0] = (float) atan2f(-R[3], R[0]);
734 values[0] = (float) atan2f(R[1], R[4]);
755 values[2] = (float) atan2f(R[6], R[7]);
757 values[2] = (float) atan2f(R[6], R[8]);
    [all...]

Completed in 360 milliseconds

1 2 3 4 5