| /external/musl/src/math/i386/ |
| D | atan.s | 1 .global atan symbol 3 atan: label
|
| /external/trusty/musl/src/math/i386/ |
| D | atan.s | 1 .global atan symbol 3 atan: label
|
| /external/cronet/third_party/libc++/src/include/__math/ |
| D | inverse_trigonometric_functions.h | 61 inline _LIBCPP_HIDE_FROM_ABI float atan(float __x) _NOEXCEPT { return __builtin_atanf(__x); } in atan() function 64 _LIBCPP_HIDE_FROM_ABI double atan(double __x) _NOEXCEPT { in atan() function 68 inline _LIBCPP_HIDE_FROM_ABI long double atan(long double __x) _NOEXCEPT { return __builtin_atanl(_… in atan() function 71 inline _LIBCPP_HIDE_FROM_ABI double atan(_A1 __x) _NOEXCEPT { in atan() function
|
| /external/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
|
| /external/trusty/musl/src/math/ |
| D | atan.c | 63 double atan(double x) in atan() function
|
| /external/musl/src/math/ |
| D | atan.c | 63 double atan(double x) in atan() function
|
| /external/arm-optimized-routines/pl/math/ |
| D | atan_2u5.c | 24 atan (double x) in atan() function
|
| D | v_atan_2u5.c | 27 v_f64_t V_NAME (atan) (v_f64_t x) in V_NAME() argument
|
| /external/rust/crates/libm/src/math/ |
| D | atan.rs | 68 pub fn atan(x: f64) -> f64 { in atan() function
|
| D | mod.rs | 97 mod atan; module
|
| /external/crcalc/tests/src/com/hp/creals/ |
| D | CRTest.java | 113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; in testCR() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
| D | Complex.java | 511 public Complex atan() { in atan() method in Complex
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseUnaryOps.h | 283 atan() const in atan() function
|
| /external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
| D | transc.hpp | 148 interval<T, Policies> atan(const interval<T, Policies>& x) in atan() function
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ |
| D | RealFieldElement.java | 242 T atan(); in atan() method
|
| /external/rust/crates/num-traits/src/ |
| D | real.rs | 599 fn atan(self) -> Self; in atan() method
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/complex/ |
| D | Complex.java | 633 public Complex atan() { in atan() method in Complex
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
| D | DfpMath.java | 877 public static Dfp atan(final Dfp a) { in atan() method in DfpMath
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/dfp/ |
| D | DfpMath.java | 876 public static Dfp atan(final Dfp a) { in atan() method in DfpMath
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
| D | Decimal64.java | 596 public Decimal64 atan() { in atan() method in Decimal64
|
| /external/libcxx/include/ |
| D | math.h | 799 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/llvm-libc/src/math/nvptx/ |
| D | nvptx.h | 28 LIBC_INLINE double atan(double x) { return __nv_atan(x); } in atan() function
|
| /external/musl/include/ |
| D | tgmath.h | 213 #define atan(x) __tg_real_complex(atan, (x)) macro
|
| /external/trusty/musl/include/ |
| D | tgmath.h | 213 #define atan(x) __tg_real_complex(atan, (x)) macro
|