Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Dinverse_trigonometric_functions.h61 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
/llvm-project/flang/test/Semantics/
H A Dbadly-typed-intrinsic.f9011 type(t) :: atan variable
H A Dresolve109.f9026 interface atan interface
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h359 __DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) { atan() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
H A D__clang_cuda_math.h66 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } atan() function
H A Dtgmath.h141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h28 LIBC_INLINE double atan(double x) { return __nv_atan(x); } atan() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp41 Ambiguous atan(Ambiguous){ return Ambiguous(); } atan() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp41 Ambiguous atan(Ambiguous){ return Ambiguous(); } in atan() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp206 MPFRNumber atan() const { atan() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp497 auto atan = builder.create<math::AtanOp>(div); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp2505 mlir::Value atan; genAtand() local
2529 mlir::Value atan; genAtanpi() local
[all...]