Home
last modified time | relevance | path

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

/freebsd-src/contrib/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(__x); } in atan() function
71 inline _LIBCPP_HIDE_FROM_ABI double atan(_A1 __x) _NOEXCEPT { in atan() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Datan_2u5.c
H A Dsv_atanf_2u9.c
H A Dsv_atan_2u5.c
H A Dv_atan_2u5.c
H A Dv_atanf_3u.c
/freebsd-src/lib/msun/src/
H A Ds_atan.c70 atan(double x) in atan() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h359 __DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) { in atan() function
/freebsd-src/contrib/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); } in atan() function
H A Dtgmath.h141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
/freebsd-src/include/
H A Dtgmath.h143 #define atan(x) __tg_full(x, atan) macro