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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dasin.c26 mpfr_asin (mpfr_ptr asin, mpfr_srcptr x, mpfr_rnd_t rnd_mode) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h317 __DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) { function in namespace:std
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h101 asin (double x) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h101 asin (double x) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } function
H A Dtgmath.h111 #undef asin macro
112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h62 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } function
H A D__clang_hip_math.h700 double asin(double __x) { return __ocml_asin_f64(__x); } function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h62 #define asin(z) __TGMATH_CPLX(z, asin, casin) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h62 #define asin(z) __TGMATH_CPLX(z, asin, casin) macro
/netbsd-current/include/
H A Dtgmath.h132 #define asin(a) __TG_COMPLEX((a), asin) macro
/netbsd-current/lib/libm/src/
H A Dnamespace.h7 #define asin _asin macro

Completed in 217 milliseconds