/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 53 alias core.stdc.math.atan atan; in version() local 55 alias core.stdc.math.atanf atan; in version() local 57 alias core.stdc.math.atanl atan; in version() local 60 deprecated alias core.stdc.complex.catan atan; in version() local 61 deprecated alias core.stdc.complex.catanf atan; in version() local 62 deprecated alias core.stdc.complex.catanl atan; in version() local 553 alias core.stdc.math.atan atan; in version() local 555 alias core.stdc.math.atanf atan; in version() local 557 alias core.stdc.math.atanl atan; in version() local 560 deprecated alias core.stdc.complex.catan atan; in version() local [all …]
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_atan.c | 88 __weak_alias(atan, _atan) in __weak_alias() argument
|
/netbsd-src/lib/libm/src/ |
H A D | s_atan.c | 85 atan(double x) in atan() function
|
H A D | namespace.h | 11 #define atan _atan macro
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | atan.c | 286 mpfr_atan (mpfr_ptr atan, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_atan()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 359 __DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) { in atan() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 123 atan (double x) in atan() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 123 atan (double x) in atan() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 816 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return ::atanf(_… in atan() function 817 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(_… in atan() function 823 atan(_A1 __lcpp_x) _NOEXCEPT {return ::atan((double)__lcpp_x);} in atan() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() function
|
H A D | __clang_cuda_math.h | 66 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } in atan() function
|
H A D | tgmath.h | 141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 63 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 63 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1166 real atan(real x) @safe pure nothrow @nogc in atan() function 1262 double atan(double x) @safe pure nothrow @nogc { return atan(cast(real) x); } in atan() function 1265 float atan(float x) @safe pure nothrow @nogc { return atan(cast(real) x); } in atan() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 133 #define atan(a) __TG_COMPLEX((a), atan) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 40 atan, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 40 atan, 89 keyword
|