Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
DCRTest.java113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; in testCR() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h248 atan() const 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/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py69 atan = _core.atan variable
/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/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/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/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp38 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1118 atan = define_unary_op('atan', math_ops.atan) variable
/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/v8/src/base/
Dieee754.cc1171 double atan(double x) { in atan() function
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1632 void ShaderCore::atan(Vector4f &dst, const Vector4f &src, bool pp) in atan() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1632 void ShaderCore::atan(Vector4f &dst, const Vector4f &src, bool pp) in atan() function in sw::ShaderCore