Home
last modified time | relevance | path

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

/freebsd/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(_… in atan() function
71 inline _LIBCPP_HIDE_FROM_ABI double atan(_A1 __x) _NOEXCEPT { in atan() function
/freebsd/lib/msun/src/
H A Ds_atan.c70 atan(double x) in atan() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Datan_2u5.c24 atan (double x) in atan() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Datanf.c33 svfloat32_t SV_NAME_F1 (atan) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Datan.c39 svfloat64_t SV_NAME_D1 (atan) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Datanf.c46 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (atan) (float32x4_t x) in V_NAME_F1() argument
H A Datan.c42 float64x2_t VPCS_ATTR V_NAME_D1 (atan) (float64x2_t x) in V_NAME_D1() argument
/freebsd/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/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 Dtgmath.h141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h143 #define atan(x) __tg_full(x, atan) macro