/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 | |
/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;
|
/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 | |
/prebuilts/ndk/r11/sources/android/ndk_helper/ |
tapCamera.cpp | 218 camera_rotation_start_ = atan2f( y_diff, x_diff ); 273 float fRotation = atan2f( y_diff, x_diff );
|
/prebuilts/ndk/r13/sources/android/ndk_helper/ |
tapCamera.cpp | 218 camera_rotation_start_ = atan2f( y_diff, x_diff ); 273 float fRotation = atan2f( y_diff, x_diff );
|
/external/skia/include/private/ |
SkFloatingPoint.h | 51 #define sk_float_atan2(y,x) atan2f(y,x)
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMath.cpp | 112 EXPORT_F32_FN_F32_F32(atan2f)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
complex.h | 166 return atan2f (__imag__ _Z, __real__ _Z);
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 120 # define atan2f atan2 macro
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 120 # define atan2f atan2 macro
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 120 # define atan2f atan2 macro
|
/external/bison/darwin-lib/ |
math.h | 616 # undef atan2f 617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x)); 619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 620 _GL_CXXALIASWARN (atan2f); 622 # undef atan2f macro 624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - " 625 "use gnulib module atan2f for portability"); [all...] |
/external/bison/lib/ |
math.in.h | 304 # undef atan2f macro 305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x)); 307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 308 _GL_CXXALIASWARN (atan2f); variable 310 # undef atan2f macro 312 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - " 313 "use gnulib module atan2f for portability"); [all...] |