Home
last modified time | relevance | path

Searched defs:cos (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d72 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 Ds_cos.c53 __weak_alias(cos, _cos) in __weak_alias() argument
H A Dnamespace.h27 #define cos _cos macro
/netbsd-src/lib/libm/noieee_src/
H A Dn_sincos.c88 __weak_alias(cos, _cos) in __weak_alias() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h374 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 Dmath.d730 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 Dmath-68881.h79 cos (double x) in cos() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h79 cos (double x) in cos() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h863 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.h50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() function
H A D__clang_cuda_math.h82 __DEVICE__ double cos(double __a) { return __nv_cos(__a); } in cos() function
H A Dtgmath.h257 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h67 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h67 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
/netbsd-src/include/
H A Dtgmath.h137 #define cos(a) __TG_COMPLEX((a), cos) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h491 cos, enumerator
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Datom.h115 u16 cos:12; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf52 cos, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf52 cos, 89 keyword
/netbsd-src/sys/dev/ic/
H A Darn9003.c2322 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 Dtree-ssa-alias.c3012 tree cos = gimple_call_arg (call, 2); in call_may_clobber_ref_p_1() local
H A Dhsa-gen.c6519 gcall *cos = gimple_build_call (cos_fndecl, 1, rhs); in expand_builtins() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c4501 tree cos; in gfc_conv_intrinsic_cotan() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc4650 tree cos; in gfc_conv_intrinsic_cotan() local