Home
last modified time | relevance | path

Searched defs:atan (Results 1 – 25 of 27) sorted by relevance

12

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl87 GLM_FUNC_QUALIFIER genType atan(genType y, genType x) function
95 GLM_FUNC_QUALIFIER vecType<T, P> atan(vecType<T, P> const & a, vecType<T, P> const & b) function
103 GLM_FUNC_QUALIFIER vecType<T, P> atan(vecType<T, P> const & v) function
/external/rust/crates/libm/src/math/
Datan.rs68 pub fn atan(x: f64) -> f64 { in atan() function
Dmod.rs81 mod atan; module
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; in testCR() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h249 atan() const in atan() function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h359 __DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) { in atan() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java511 public Complex atan() { in atan() method in Complex
/external/rust/crates/num-traits/src/
Dfloat.rs1612 fn atan(self) -> Self; in atan() method
2065 fn atan(self) -> Self { in atan() method
2200 fn atan(self) -> Self { in atan() method
Dreal.rs599 fn atan(self) -> Self; in atan() method
/external/clang/lib/Headers/
D__clang_cuda_cmath.h53 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
Dtgmath.h148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
/external/llvm-project/libcxx/include/
Dmath.h795 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return ::atanf(_… in atan() function
796 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(_… in atan() function
802 atan(_A1 __lcpp_x) _NOEXCEPT {return ::atan((double)__lcpp_x);} in atan() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java877 public static Dfp atan(final Dfp a) { in atan() method in DfpMath
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
D__clang_cuda_math.h66 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } in atan() function
Dtgmath.h141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dmath.h799 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return ::atanf(_… in atan() function
800 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(_… in atan() function
806 atan(_A1 __lcpp_x) _NOEXCEPT {return ::atan((double)__lcpp_x);} in atan() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp36 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp37 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp36 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp38 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java2782 public static double atan(double x) { in atan() method in FastMath
2792 private static double atan(double xa, double xb, boolean leftPlane) { in atan() method in FastMath
/external/swiftshader/src/Shader/
DShaderCore.cpp1646 void ShaderCore::atan(Vector4f &dst, const Vector4f &src, bool pp) in atan() function in sw::ShaderCore
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1887 constexpr const ImmutableString atan("atan"); variable
DSymbolTable_autogen.cpp3044 constexpr const ImmutableString atan("atan"); variable

12