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

1 2 3 4 5

  /device/google/contexthub/firmware/lib/libm/
wf_atan2.c 18 * wrapper atan2f(y,x)
25 float atan2f(float y, float x) /* wrapper atan2f */ function
27 float atan2f(y,x) /* wrapper atan2 */
43 return (double) atan2f((float) y, (float) x);
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
nanohub_math.h 42 float atan2f(float, float);
46 return atan2f(x, sqrtf(1.0f - x * x));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cargf.c 37 return (atan2f(cimagf(z), crealf(z)));
catrigf.c 188 ry = atan2f(new_y, sqrt_A2my2);
250 rx = atan2f(sqrt_A2mx2, new_x);
252 rx = atan2f(sqrt_A2mx2, -new_x);
295 atan2f(y, x)));
298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
300 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x)));
378 ry = atan2f(2, -ay) / 2;
380 ry = atan2f(2 * ay, (1 - ax) * (1 + ax)) / 2;
382 ry = atan2f(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2;
  /bionic/libm/upstream-netbsd/lib/libm/complex/
clogf.c 44 rr = atan2f(cimagf(z), crealf(z));
  /frameworks/native/services/sensorservice/
OrientationSensor.cpp 55 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg;
56 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg;
  /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/
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]]
libcall-declarations.c 11 float atan2f(float, float);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
316 // CHECK-NOERRNO: declare float @atan2f(float, float) [[NUW]]
  /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/llvm/lib/Support/Windows/
explicit_symbols.inc 78 INLINE_DEF_FLOAT_SYMBOL(atan2f, 2)
  /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;
  /prebuilts/ndk/r16/sources/android/ndk_helper/
tapCamera.cpp 218 camera_rotation_start_ = atan2f( y_diff, x_diff );
273 float fRotation = atan2f( y_diff, x_diff );
  /external/skqp/include/private/
SkFloatingPoint.h 48 #define sk_float_atan2(y,x) atan2f(y,x)
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0));
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); }
413 using ::atan2f;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); }
422 using ::atan2f;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); }
422 using ::atan2f;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); }
422 using ::atan2f;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); }
422 using ::atan2f;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); }
422 using ::atan2f;

Completed in 546 milliseconds

1 2 3 4 5