Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_trigonometric.inl143 VECTORIZE_VEC_VEC(atan) argument
156 VECTORIZE_VEC(atan) argument
/external/valgrind/perf/
Dfbench.c347 #define atan I_atan macro
489 static double atan(x) in atan() function
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c351 #define atan I_atan macro
493 static double atan(x) in atan() function
/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/skia/src/shaders/gradients/
DSkSweepGradient.cpp196 const SkString atan = args.fShaderCaps->atan2ImplementedAsAtanYOverX() in emitCode() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java511 public Complex atan() { in atan() method in Complex
/external/skqp/src/shaders/gradients/
DSkSweepGradient.cpp196 const SkString atan = args.fShaderCaps->atan2ImplementedAsAtanYOverX() in emitCode() local
/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.h779 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/
Dmath_h.pass.cpp35 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp37 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.cc1170 double atan(double x) { in atan() function
/external/swiftshader/src/Shader/
DShaderCore.cpp1539 void ShaderCore::atan(Vector4f &dst, const Vector4f &src, bool pp) in atan() function in sw::ShaderCore
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc2031 auto atan = builder.Atan2(a, b); in XLA_TEST_F() local