/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 41 alias core.stdc.math.asin asin; in version() local 43 alias core.stdc.math.asinf asin; in version() local 45 alias core.stdc.math.asinl asin; in version() local 48 deprecated alias core.stdc.complex.casin asin; in version() local 49 deprecated alias core.stdc.complex.casinf asin; in version() local 50 deprecated alias core.stdc.complex.casinl asin; in version() local 541 alias core.stdc.math.asin asin; in version() local 543 alias core.stdc.math.asinf asin; in version() local 545 alias core.stdc.math.asinl asin; in version() local 548 deprecated alias core.stdc.complex.casin asin; in version() local [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | asin.c | 26 mpfr_asin (mpfr_ptr asin, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_asin()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | trigonometry.d | 602 real asin(real x) @safe pure nothrow @nogc in asin() function 610 double asin(double x) @safe pure nothrow @nogc { return asin(cast(real) x); } in asin() function 613 float asin(float x) @safe pure nothrow @nogc { return asin(cast(real) x); } in asin() function
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/lib/libm/src/ |
H A D | namespace.h | 7 #define asin _asin macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 101 asin (double x) in asin() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 101 asin (double x) in asin() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 804 inline _LIBCPP_INLINE_VISIBILITY float asin(float __lcpp_x) _NOEXCEPT {return ::asinf(_… in asin() function 805 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(_… in asin() function 811 asin(_A1 __lcpp_x) _NOEXCEPT {return ::asin((double)__lcpp_x);} in asin() function
|
/netbsd-src/external/apache2/llvm/dist/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 | __clang_cuda_math.h | 62 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } in asin() function
|
H A D | tgmath.h | 112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 62 #define asin(z) __TGMATH_CPLX(z, asin, casin) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 62 #define asin(z) __TGMATH_CPLX(z, asin, casin) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1140 real asin(real x) @safe pure nothrow @nogc in asin() function 1146 double asin(double x) @safe pure nothrow @nogc { return asin(cast(real) x); } in asin() function 1149 float asin(float x) @safe pure nothrow @nogc { return asin(cast(real) x); } in asin() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 132 #define asin(a) __TG_COMPLEX((a), asin) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 39 asin, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 39 asin, 89 keyword
|