| /freebsd/contrib/llvm-project/libcxx/include/__math/ |
| H A D | inverse_trigonometric_functions.h | 45 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 D | asinf.c | 41 svfloat32_t SV_NAME_F1 (asin) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
|
| H A D | asin.c | 47 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 D | asin_3u.c | 60 asin (double x) in asin() function
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | asinf.c | 56 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (asin) (float32x4_t x) in V_NAME_F1() argument
|
| H A D | asin.c | 62 float64x2_t VPCS_ATTR V_NAME_D1 (asin) (float64x2_t x) in V_NAME_D1() argument
|
| /freebsd/lib/msun/src/ |
| H A D | e_asin.c | 67 asin(double x) in asin() function
|
| /illumos-gate/usr/src/lib/libm/common/C/ |
| H A D | asin.c | 106 asin(double x) { in asin() function
|
| /illumos-gate/usr/src/head/iso/ |
| H A D | math_iso.h | 160 inline float asin(float __X) { return __asinf(__X); } in asin() function 189 inline long double asin(long double __X) { return __asinl(__X); } in asin() function
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A D | complex_cmath.h | 317 __DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) { in asin() function
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | in.rexecd.c | 160 static struct sockaddr_storage asin; variable
|
| /freebsd/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 77 TGMACRO(asin) in TGMACRO() argument
|
| /illumos-gate/usr/src/head/ |
| H A D | tgmath.h | 43 #define asin(x) __tgmath_asin(x) macro
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() function
|
| H A D | tgmath.h | 112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
| /freebsd/include/ |
| H A D | tgmath.h | 142 #define asin(x) __tg_full(x, asin) macro
|
| /illumos-gate/usr/src/lib/libm1/common/ |
| H A D | libmv1.c | 33 #pragma weak asin = __asin macro
|