Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A Dsincosf_test.cpp30 float sin, cos; in TEST() local
66 float sin, cos; in TEST() local
98 float sin, cos; in TEST() local
/llvm-project-15.0.7/flang/test/Semantics/
H A Dsymbol18.f908 integer cos variable
H A Dbadly-typed-intrinsic.f906 double precision :: cos variable
H A Dresolve109.f908 interface cos ! no INTRINSIC statement interface
H A Dresolve81.f9031 real, intrinsic, bind(c), intrinsic :: cos variable
/llvm-project-15.0.7/clang/test/Headers/
H A Dnvptx_device_math_sincos.cpp25 inline void sincos(float x, float* __restrict__ sin, float* __restrict__ cos) in sincos()
/llvm-project-15.0.7/libc/AOR_v20.02/math/
H A Dv_cos.c51 V_NAME(cos) (v_f64_t x) in V_NAME() argument
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_hip_cmath.h42 __DEVICE__ __CONSTEXPR__ float cos(float __x) { return ::cosf(__x); } in cos() function
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
/llvm-project-15.0.7/libcxx/include/
H A Dmath.h864 inline _LIBCPP_INLINE_VISIBILITY float cos(float __lcpp_x) _NOEXCEPT {return ::cosf(__l… in cos() function
865 inline _LIBCPP_INLINE_VISIBILITY long double cos(long double __lcpp_x) _NOEXCEPT {return ::cosl(__l… in cos() function
871 cos(_A1 __lcpp_x) _NOEXCEPT {return ::cos((double)__lcpp_x);} in cos() function
/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp176 Value cos = rewriter.create<math::CosOp>(loc, real); in matchAndRewrite() local
849 Value cos = rewriter.create<complex::CosOp>(loc, adaptor.getComplex()); in matchAndRewrite() local
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp39 Ambiguous cos(Ambiguous){ return Ambiguous(); } in cos() function
/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp40 Ambiguous cos(Ambiguous){ return Ambiguous(); } in cos() function
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp191 MPFRNumber cos() const { in cos() function in __llvm_libc::testing::mpfr::MPFRNumber
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1207 Value cos = rewriter.create<LLVM::CosOp>(loc, dstType, tanOp.operand()); in matchAndRewrite() local