/third_party/musl/src/math/i386/ |
D | atan.s | 1 .global atan symbol 3 atan: label
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 87 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/ |
D | atan.hpp | 19 std::complex<T> atan(const std::complex<T>& x) in atan() function
|
/third_party/musl/src/math/ |
D | atan.c | 63 double atan(double x) in atan() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | atan.c | 63 double atan(double x) in atan() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
D | s_atan.c | 67 double atan(double x) in atan() function
|
D | math_private.h | 32 #define atan SDL_uclibc_atan macro
|
/third_party/jerryscript/jerry-libm/ |
D | atan.c | 83 atan (double x) in atan() function
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 43 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/ |
D | transc.hpp | 148 interval<T, Policies> atan(const interval<T, Policies>& x) in atan() function
|
/third_party/boost/boost/units/ |
D | cmath.hpp | 687 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/ |
D | functional.py | 108 atan = P.Atan() variable
|
/third_party/musl/include/ |
D | tgmath.h | 213 #define atan(x) __tg_real_complex(atan, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 213 #define atan(x) __tg_real_complex(atan, (x)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 213 #define atan(x) __tg_real_complex(atan, (x)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 213 #define atan(x) __tg_real_complex(atan, (x)) macro
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_complex_std.hpp | 387 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> atan(const complex<BOOST_CSTDFLOAT_EXT… in atan() function
|
D | cstdfloat_cmath.hpp | 667 …inline boost::math::cstdfloat::detail::float_internal128_t atan(boost::math::cstdfloat::detail::… in atan() function
|
/third_party/boost/boost/math/concepts/ |
D | std_real_concept.hpp | 172 inline boost::math::concepts::std_real_concept atan(boost::math::concepts::std_real_concept a) in atan() function
|
D | real_concept.hpp | 186 inline real_concept atan(real_concept a) in atan() function
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 540 atan(x: number): number; method
|
/third_party/boost/boost/math/bindings/ |
D | e_float.hpp | 317 inline e_float atan(const e_float& v) in atan() function
|
D | rr.hpp | 754 inline RR atan(RR z) in atan() function
|
/third_party/quickjs/ |
D | qjscalc.js | 2562 function atan(a) function
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1603 fvar<RealType, Order> atan(fvar<RealType, Order> const& cr) { in atan() function
|