/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_trigonometric.inl | 143 VECTORIZE_VEC_VEC(atan) argument 156 VECTORIZE_VEC(atan) argument
|
/external/valgrind/perf/ |
D | fbench.c | 347 #define atan I_atan macro 489 static double atan(x) in atan() function
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fbench.c | 351 #define atan I_atan macro 493 static double atan(x) in atan() function
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; in testCR() local
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 248 atan() const in atan() function
|
/external/skia/src/shaders/gradients/ |
D | SkSweepGradient.cpp | 196 const SkString atan = args.fShaderCaps->atan2ImplementedAsAtanYOverX() in emitCode() 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/skqp/src/shaders/gradients/ |
D | SkSweepGradient.cpp | 196 const SkString atan = args.fShaderCaps->atan2ImplementedAsAtanYOverX() in emitCode() local
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 69 atan = _core.atan variable
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
|
D | tgmath.h | 148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/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/libcxx/include/ |
D | math.h | 779 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return ::atanf(_… in atan() function 780 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(_… in atan() function 786 atan(_A1 __lcpp_x) _NOEXCEPT {return ::atan((double)__lcpp_x);} in atan() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 35 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 37 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 1118 atan = define_unary_op('atan', math_ops.atan) variable
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 2782 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/ |
D | ieee754.cc | 1170 double atan(double x) { in atan() function
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1539 void ShaderCore::atan(Vector4f &dst, const Vector4f &src, bool pp) in atan() function in sw::ShaderCore
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | array_elementwise_ops_test.cc | 2031 auto atan = builder.Atan2(a, b); in XLA_TEST_F() local
|