Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dcompatibility.hpp52 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2() function
53 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> atan2(const tvec2<T, P>& x, cons… in atan2() function
54 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> atan2(const tvec3<T, P>& x, cons… in atan2() function
55 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> atan2(const tvec4<T, P>& x, cons… in atan2() function
Deuler_angles.inl4 #include "compatibility.hpp" // glm::atan2
302 float T1 = glm::atan2<T, defaultp>(M[2][1], M[2][2]);
304 float T2 = glm::atan2<T, defaultp>(-M[2][0], C2);
307 float T3 = glm::atan2<T, defaultp>(S1*M[0][2] - C1*M[0][1], C1*M[1][1] - S1*M[1][2 ]);
Dmatrix_decompose.inl143 // ret.rotateX = atan2(Row[1][2], Row[2][2]);
144 // ret.rotateZ = atan2(Row[0][1], Row[0][0]);
146 // ret.rotateX = atan2(-Row[2][0], Row[1][1]);
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) macro
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_trigonometric.inl91 return ::std::atan2(y, x);
97 return detail::functor2<T, P, vecType>::call(::std::atan2, a, b);
/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp317 double c = 2 * atan2(sqrt(a), sqrt(1 - a)); in distanceMeters()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h239 ASTCENC_SIMD_INLINE vfloat atan2(vfloat y, vfloat x) in atan2() function
Dastcenc_weight_align.cpp128 vfloat angle = atan2(anglesum_y, anglesum_x); in compute_angular_offsets()
/hardware/qcom/sm8150p/gps/utils/
Dloc_nmea.cpp243 Mu = atan2(pecef.Z * (Ecef1Mf + EcefE2 * EcefA / r), p); in convert_Ecef_to_Lla()
253 Phi = atan2(pecef.Z * Ecef1Mf + EcefE2 * EcefA * Smu * Smu * Smu, in convert_Ecef_to_Lla()
260 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.cpp243 Mu = atan2(pecef.Z * (Ecef1Mf + EcefE2 * EcefA / r), p); in convert_Ecef_to_Lla()
253 Phi = atan2(pecef.Z * Ecef1Mf + EcefE2 * EcefA * Smu * Smu * Smu, in convert_Ecef_to_Lla()
260 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
/hardware/qcom/sm7250/gps/utils/
Dloc_nmea.cpp252 Mu = atan2(pecef.Z * (Ecef1Mf + EcefE2 * EcefA / r), p); in convert_Ecef_to_Lla()
262 Phi = atan2(pecef.Z * Ecef1Mf + EcefE2 * EcefA * Smu * Smu * Smu, in convert_Ecef_to_Lla()
269 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
/hardware/qcom/sm8150/gps/utils/
Dloc_nmea.cpp252 Mu = atan2(pecef.Z * (Ecef1Mf + EcefE2 * EcefA / r), p); in convert_Ecef_to_Lla()
262 Phi = atan2(pecef.Z * Ecef1Mf + EcefE2 * EcefA * Smu * Smu * Smu, in convert_Ecef_to_Lla()
269 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp134 vfloat r0 = atan2(a0, b0); in TEST()
139 vfloat r1 = atan2(a1, b1); in TEST()
144 vfloat r2 = atan2(a2, b2); in TEST()
149 vfloat r3 = atan2(a3, b3); in TEST()
185 vfloat r = atan2(a, b); in TEST()
232 vfloat r = atan2(a, b); in TEST()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc2355 2+a| Inherited from latexmath:[\mathrm{atan2}(x, sqrt(1.0 - x \times x))].
2357 2+a| Inherited from latexmath:[\mathrm{atan2}(sqrt(1.0 - x \times x), x)].
2358 | code:atan(), code:atan2()