Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/i386/
Datan.s1 .global atan symbol
3 atan: label
/third_party/skia/third_party/externals/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
/third_party/boost/boost/math/complex/
Datan.hpp19 std::complex<T> atan(const std::complex<T>& x) in atan() function
/third_party/musl/src/math/
Datan.c63 double atan(double x) in atan() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Datan.c63 double atan(double x) in atan() function
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Ds_atan.c67 double atan(double x) in atan() function
Dmath_private.h32 #define atan SDL_uclibc_atan macro
/third_party/jerryscript/jerry-libm/
Datan.c83 atan (double x) in atan() function
/third_party/boost/boost/qvm/
Dmath.hpp43 template <> BOOST_QVM_INLINE_TRIVIAL float atan<float>( float x ) { return ::atanf(x); } in atan() function
65 template <> BOOST_QVM_INLINE_TRIVIAL double atan<double>( double x ) { return ::atan(x); } in atan() function
87 …template <> BOOST_QVM_INLINE_TRIVIAL long double atan<long double>( long double x ) { return ::ata… in atan() function
/third_party/boost/boost/numeric/interval/
Dtransc.hpp148 interval<T, Policies> atan(const interval<T, Policies>& x) in atan() function
/third_party/boost/boost/units/
Dcmath.hpp687 atan(const quantity<unit<dimensionless_type, homogeneous_system<System> >, Y>& val) in atan() function
697 atan(const quantity<unit<dimensionless_type, heterogeneous_dimensionless_system>, Y>& val) in atan() function
/third_party/mindspore/mindspore/ops/
Dfunctional.py108 atan = P.Atan() variable
/third_party/musl/include/
Dtgmath.h213 #define atan(x) __tg_real_complex(atan, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h213 #define atan(x) __tg_real_complex(atan, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h213 #define atan(x) __tg_real_complex(atan, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h213 #define atan(x) __tg_real_complex(atan, (x)) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp387 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> atan(const complex<BOOST_CSTDFLOAT_EXT… in atan() function
Dcstdfloat_cmath.hpp667 …inline boost::math::cstdfloat::detail::float_internal128_t atan(boost::math::cstdfloat::detail::… in atan() function
/third_party/boost/boost/math/concepts/
Dstd_real_concept.hpp172 inline boost::math::concepts::std_real_concept atan(boost::math::concepts::std_real_concept a) in atan() function
Dreal_concept.hpp186 inline real_concept atan(real_concept a) in atan() function
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts540 atan(x: number): number; method
/third_party/boost/boost/math/bindings/
De_float.hpp317 inline e_float atan(const e_float& v) in atan() function
Drr.hpp754 inline RR atan(RR z) in atan() function
/third_party/quickjs/
Dqjscalc.js2562 function atan(a) function
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1603 fvar<RealType, Order> atan(fvar<RealType, Order> const& cr) { in atan() function

12