Searched refs:atan (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_trigonometric.inl | 85 // atan 87 GLM_FUNC_QUALIFIER genType atan(genType y, genType x) function 89 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'atan' only accept floating-point inpu… 95 GLM_FUNC_QUALIFIER vecType<T, P> atan(vecType<T, P> const & a, vecType<T, P> const & b) function 100 using std::atan; 103 GLM_FUNC_QUALIFIER vecType<T, P> atan(vecType<T, P> const & v) function 105 return detail::functor1<T, T, P, vecType>::call(atan, v);
|
D | func_trigonometric.hpp | 105 GLM_FUNC_DECL vecType<T, P> atan(vecType<T, P> const & y, vecType<T, P> const & x); 115 GLM_FUNC_DECL vecType<T, P> atan(vecType<T, P> const & y_over_x);
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | compatibility.hpp | 52 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2() 53 …FIER tvec2<T, P> atan2(const tvec2<T, P>& x, const tvec2<T, P>& y){return atan(x, y);} //!< \brief… in atan2() 54 …FIER tvec3<T, P> atan2(const tvec3<T, P>& x, const tvec3<T, P>& y){return atan(x, y);} //!< \brief… in atan2() 55 …FIER tvec4<T, P> atan2(const tvec4<T, P>& x, const tvec4<T, P>& y){return atan(x, y);} //!< \brief… in atan2()
|
D | polar_coordinates.inl | 18 atan(tmp.x, tmp.z), // longitude
|
D | quaternion.inl | 74 T t = atan(Vec3Len, T(q.w)) / Vec3Len; 156 T fAngle = atan(fSin, fCos);
|
D | fast_trigonometry.inl | 118 // atan
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 53 #define atan(x) ml_atan(x) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 53 #define atan(x) ml_atan(x) macro
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 227 ASTCENC_SIMD_INLINE vfloat atan(vfloat x) in atan() function 241 vfloat z = atan(abs(y / x)); in atan2()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | reciprocal.inl | 93 return pi_over_2 - atan(x);
|
D | quaternion.inl | 423 T fAngle = atan(fSin, fCos); 571 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)); 577 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));
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 113 vfloat r0 = atan(a0); in TEST() 117 vfloat r1 = atan(a1); in TEST() 121 vfloat r2 = atan(a2); in TEST() 125 vfloat r3 = atan(a3); in TEST() 173 vfloat r = atan(a); in TEST() 216 vfloat r = atan(a); in TEST()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1696 horizViewAngle = (180/PI)*2*atan(horizCropFactor*tan((maxHfov/2)*(PI/180))); in updateViewAngles() 1697 vertViewAngle = (180/PI)*2*atan(horizCropFactor*tan((maxVfov/2)*(PI/180))); in updateViewAngles()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 2358 | code:atan(), code:atan2()
|