/libcore/ojluni/src/main/native/ |
StrictMath.c | 165 NATIVE_METHOD(StrictMath, atan, "(D)D"),
|
fdlibm.h | 119 extern double atan __P((double));
|
/ndk/sources/android/support/src/ |
math_support.c | 56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); }
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 121 // atan 129 __tg_atan(double __x) {return atan(__x);} 147 #undef atan macro 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/include/ |
cmath | 58 floating_point atan (arithmetic x); 707 // atan 709 using ::atan; 713 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return atanf(__lcpp_x);} 714 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return atanl(__lcpp_x);} 720 atan(_A1 __lcpp_x) _NOEXCEPT {return atan((double)__lcpp_x);} [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 58 floating_point atan (arithmetic x); 703 // atan 705 using ::atan; 709 inline _LIBCPP_INLINE_VISIBILITY float atan(float __x) _NOEXCEPT {return atanf(__x);} 710 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);} 716 atan(_A1 __x) _NOEXCEPT {return atan((double)__x);} [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 58 floating_point atan (arithmetic x); 703 // atan 705 using ::atan; 709 inline _LIBCPP_INLINE_VISIBILITY float atan(float __x) _NOEXCEPT {return atanf(__x);} 710 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);} 716 atan(_A1 __x) _NOEXCEPT {return atan((double)__x);} [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
quaternion.inl | 471 T fAngle = atan(fSin, fCos); 651 return T(atan(T(2) * (q.x * q.y + q.w * q.z), q.w * q.w + q.x * q.x - q.y * q.y - q.z * q.z)); 654 return glm::degrees(atan(T(2) * (q.x * q.y + q.w * q.z), q.w * q.w + q.x * q.x - q.y * q.y - q.z * q.z)); 665 return T(atan(T(2) * (q.y * q.z + q.w * q.x), q.w * q.w - q.x * q.x - q.y * q.y + q.z * q.z)); 668 return glm::degrees(atan(T(2) * (q.y * q.z + q.w * q.x), q.w * q.w - q.x * q.x - q.y * q.y + q.z * q.z));
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_2.sh | 133 run_test "shaders/glsl-const-builtin-atan" 0.0 "bin/shader_runner tests/shaders/glsl-const-builtin-atan.shader_test -auto" 212 run_test "shaders/glsl-fs-atan-1" 0.0 "bin/shader_runner tests/shaders/glsl-fs-atan-1.shader_test -auto" 213 run_test "shaders/glsl-fs-atan-2" 0.0 "bin/shader_runner tests/shaders/glsl-fs-atan-2.shader_test -auto" 214 run_test "shaders/glsl-fs-atan-3" 0.0 "bin/shader_runner tests/shaders/glsl-fs-atan-3.shader_test -auto" [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderConstExprTests.cpp | 81 {"atan_separate", "atan(${T} (-1.0), ${T} (-1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtan2(-1.0f, -1.0f) }, 82 {"atan_combined", "atan(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtanOver(2.0f) },
|
/external/dng_sdk/source/ |
dng_lens_correction.h | 378 // t = atan (r) 396 // t = atan (r)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 259 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tgmath.h | 259 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
|