/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 72 alias core.stdc.math.cos cos; in version() local 74 alias core.stdc.math.cosf cos; in version() local 76 alias core.stdc.math.cosl cos; in version() local 79 deprecated alias core.stdc.complex.ccos cos; in version() local 80 deprecated alias core.stdc.complex.ccosf cos; in version() local 81 deprecated alias core.stdc.complex.ccosl cos; in version() local 572 alias core.stdc.math.cos cos; in version() local 574 alias core.stdc.math.cosf cos; in version() local 576 alias core.stdc.math.cosl cos; in version() local 579 deprecated alias core.stdc.complex.ccos cos; in version() local [all …]
|
/netbsd-src/lib/libm/src/ |
H A D | s_cos.c | 53 __weak_alias(cos, _cos) in __weak_alias() argument
|
H A D | namespace.h | 27 #define cos _cos macro
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_sincos.c | 88 __weak_alias(cos, _cos) in __weak_alias() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 374 template <class _Tp> std::complex<_Tp> cos(const std::complex<_Tp> &__x) { in cos() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 730 real cos(real x) @safe pure nothrow @nogc { pragma(inline, true); return core.math.cos(x); } in cos() function 733 double cos(double x) @safe pure nothrow @nogc { return cos(cast(real) x); } in cos() function 736 float cos(float x) @safe pure nothrow @nogc { return cos(cast(real) x); } in cos() function 825 creal cos(creal z) @safe pure nothrow @nogc in cos() function 833 real cos(ireal y) @safe pure nothrow @nogc in cos() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 79 cos (double x) in cos() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 79 cos (double x) in cos() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 863 inline _LIBCPP_INLINE_VISIBILITY float cos(float __lcpp_x) _NOEXCEPT {return ::cosf(__l… in cos() function 864 inline _LIBCPP_INLINE_VISIBILITY long double cos(long double __lcpp_x) _NOEXCEPT {return ::cosl(__l… in cos() function 870 cos(_A1 __lcpp_x) _NOEXCEPT {return ::cos((double)__lcpp_x);} in cos() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() function
|
H A D | __clang_cuda_math.h | 82 __DEVICE__ double cos(double __a) { return __nv_cos(__a); } in cos() function
|
H A D | tgmath.h | 257 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 67 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 67 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 137 #define cos(a) __TG_COMPLEX((a), cos) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 491 cos, enumerator
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | atom.h | 115 u16 cos:12; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 52 cos, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 52 cos, 89 keyword
|
/netbsd-src/sys/dev/ic/ |
H A D | arn9003.c | 2322 int32_t mag[2][2], phs[2][2], cos[2], sin[2]; in ar9003_get_iq_corr() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-alias.c | 3012 tree cos = gimple_call_arg (call, 2); in call_may_clobber_ref_p_1() local
|
H A D | hsa-gen.c | 6519 gcall *cos = gimple_build_call (cos_fndecl, 1, rhs); in expand_builtins() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 4501 tree cos; in gfc_conv_intrinsic_cotan() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 4650 tree cos; in gfc_conv_intrinsic_cotan() local
|