/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
warpers_inl.hpp | 251 u = scale * atan2f(x_, z_); 285 u = scale * atan2f(x_, z_); 316 float u_ = atan2f(x_, z_); 329 float u_ = atan2f(v, u); 353 float u_ = atan2f(x_, z_); 368 float u_ = atan2f(v, u); 393 float u_ = atan2f(x_, z_); 431 float u_ = atan2f(x_, z_); 469 float u_ = atan2f(x_, z_); 518 float u_ = atan2f(x_, z_) [all...] |
/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]]
|
/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
|
/external/valgrind/memcheck/tests/ |
vcpu_fnfns.stdout.exp | [all...] |
vcpu_fnfns.stdout.exp-darwin | [all...] |
vcpu_fnfns.stdout.exp-glibc28-amd64 | [all...] |
vcpu_fnfns.stdout.exp-solaris | [all...] |
vcpu_fnfns.c | 175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0));
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/ |
inv_playback-shared | |
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
vec_math.hpp | [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
vec_math.hpp | [all...] |
/bionic/libm/ |
libm.arm.map | 22 atan2f;
|
libm.map.txt | 21 atan2f;
|
/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;
|
/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 );
|
/external/llvm/test/Transforms/ConstProp/ |
calls.ll | 28 declare float @atan2f(float, float) 120 %20 = call float @atan2f(float 3.000000e+00, float 4.000000e+00)
|
/hardware/invensense/6515/libsensors_iio/ |
libmllite.so | |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/ |
libmllite.so | |
/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;
|
/hardware/invensense/65xx/libsensors_iio/ |
libmllite.so | |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/ |
libmllite.so | |
/external/skia/include/private/ |
SkFloatingPoint.h | 72 #define sk_float_atan2(y,x) atan2f(y,x)
|