Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dinverse_trigonometric_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float asin(float __x) _NOEXCEPT { return __builtin_asinf(__x); } in asin() function
48 _LIBCPP_HIDE_FROM_ABI double asin(double __x) _NOEXCEPT { in asin() function
52 inline _LIBCPP_HIDE_FROM_ABI long double asin(long double __x) _NOEXCEPT { return __builtin_asinl(_… in asin() function
55 inline _LIBCPP_HIDE_FROM_ABI double asin(_A1 __x) _NOEXCEPT { in asin() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dasinf.c41 svfloat32_t SV_NAME_F1 (asin) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dasin.c47 svfloat64_t SV_NAME_D1 (asin) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dasin_3u.c60 asin (double x) in asin() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dasinf.c56 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (asin) (float32x4_t x) in V_NAME_F1() argument
H A Dasin.c62 float64x2_t VPCS_ATTR V_NAME_D1 (asin) (float64x2_t x) in V_NAME_D1() argument
/freebsd/lib/msun/src/
H A De_asin.c67 asin(double x) in asin() function
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h317 __DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) { in asin() function
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c77 TGMACRO(asin) in TGMACRO() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() function
H A Dtgmath.h112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h142 #define asin(x) __tg_full(x, asin) macro