/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libm-2.11.1.so | |
libm.so | |
libm.so.6 | |
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} 1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
|
/bionic/tests/ |
math_test.cpp | 356 TEST(math, atan2f) { 357 ASSERT_FLOAT_EQ(0.0f, atan2f(0.0f, 0.0f)); [all...] |
/external/libcxx/include/ |
cmath | 63 float atan2f(float y, float x); 725 using ::atan2f; 728 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT {return atan2f(__lcpp_y, __lcpp_x);} [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 63 float atan2f(float y, float x); 721 using ::atan2f; 724 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __y, float __x) _NOEXCEPT {return atan2f(__y, __x);} [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 63 float atan2f(float y, float x); 721 using ::atan2f; 724 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __y, float __x) _NOEXCEPT {return atan2f(__y, __x);} [all...] |
/device/google/contexthub/firmware/src/drivers/window_orientation/ |
window_orientation.c | 440 orientation_angle = (int)(-atan2f(-x, y) * RADIANS_TO_DEGREES);
|
/external/llvm/test/Transforms/InstCombine/ |
win-math.ll | 46 ; WIN32-NOT: float @atan2f
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
orb.cu | 199 float kp_dir = ::atan2f((float)m_01, (float)m_10);
|
/frameworks/native/libs/input/ |
Input.cpp | 379 float result = atan2f(x, -y);
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
hog.cu | 644 float ang = (::atan2f(best_dy, best_dx) + CV_PI_F) * angle_scale - 0.5f; 717 float ang = (::atan2f(dy, dx) + CV_PI_F) * angle_scale - 0.5f; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libm-2.15.so | |
libm.so | |
libm.so.6 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 484 /* Define to 1 if you have the `atan2f' function. */ 1368 # define atan2f macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 484 /* Define to 1 if you have the `atan2f' function. */ 1368 # define atan2f macro [all...] |