/external/skia/tests/ |
SkSLGLSLTest.cpp | 345 "void main() { vec2 x = vec2(1, 2); float y = atan(x.x, -(2 * x.y)); }", 351 " float y = atan(x.x, -(2.0 * x.y));\n" 354 "void main() { vec2 x = vec2(1, 2); float y = atan(x.x, -(2 * x.y)); }", 360 " float y = atan(x.x, -1.0 * (2.0 * x.y));\n"
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
OpenCL.std.h | 42 Atan = 6,
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
reciprocal.inl | 114 return pi_over_2 - atan(x);
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
compatibility.hpp | 80 template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 81 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> atan2(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 82 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> atan2(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 83 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> atan2(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
sobeloperator.cpp | 98 (atan(static_cast<double>(gy)/static_cast<double>(gx)) + 3.14) / 6.28);
|
/libcore/ojluni/src/main/native/ |
StrictMath.c | 165 NATIVE_METHOD(StrictMath, atan, "(D)D"),
|
fdlibm.h | 119 extern double atan __P((double));
|
/prebuilts/clang/host/darwin-x86/clang-2812033/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-3016494/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-3217047/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-3289846/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-3362437/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-3688880/lib64/clang/4.0/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-3859424/lib64/clang/4.0/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-2812033/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-3016494/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-3217047/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-3289846/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-3362437/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-3688880/lib64/clang/4.0/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-3859424/lib64/clang/4.0/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/go/darwin-x86/pkg/darwin_amd64/math/ |
cmplx.a | 14 cmplx 9|SGOROOT/src/math/cmplx/abs.goAbs x·2 0sin.gofAsin Asinh 6Acos Acosh TAtan |