Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Dtrigonometric_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float cos(float __x) _NOEXCEPT { return __builtin_cosf(__x); } in cos() function
29 _LIBCPP_HIDE_FROM_ABI double cos(double __x) _NOEXCEPT { in cos() function
33 inline _LIBCPP_HIDE_FROM_ABI long double cos(long double __x) _NOEXCEPT { return __builtin_cosl(__x… in cos() function
36 inline _LIBCPP_HIDE_FROM_ABI double cos(_A1 __x) _NOEXCEPT { in cos() function
/llvm-project/flang/test/Semantics/
H A Dintrinsics02.f908 real :: cos = 2. local
12 interface cos interface
37 real :: cos = 2. local
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.f9033 real, intrinsic, bind(c), intrinsic :: cos variable
/llvm-project/libc/test/src/math/smoke/
H A Dsincosf_test.cpp23 float sin, cos; TEST_F() local
[all...]
/llvm-project/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/libc/AOR_v20.02/math/
H A Dv_cos.c51 V_NAME(cos) (v_f64_t x) in V_NAME() argument
/llvm-project/libc/test/src/math/
H A Dsincosf_test.cpp29 float sin, cos; TEST_F() local
[all...]
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h374 template <class _Tp> std::complex<_Tp> cos(const std::complex<_Tp> &__x) { cos() function
/llvm-project/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); } cos() function
H A Dtgmath.h257 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h32 LIBC_INLINE double cos(double x) { return __nv_cos(x); } cos() function
/llvm-project/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp222 Value cos = rewriter.create<math::CosOp>(loc, real, fmf); in matchAndRewrite() local
884 Value cos = b.create<math::CosOp>(sqrtArg, fmf); matchAndRewrite() local
1238 Value cos = b.create<math::CosOp>(rsqrtArg, fmf); matchAndRewrite() local
[all...]
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp44 Ambiguous cos(Ambiguous){ return Ambiguous(); } cos() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp44 Ambiguous cos(Ambiguous){ return Ambiguous(); } in cos() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp236 MPFRNumber cos() const { cos() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp149 Value cos = b.create<math::CosOp>(type, operand); in convertTanOp() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1289 Value cos = rewriter.create<LLVM::CosOp>(loc, dstType, tanOp.getOperand()); matchAndRewrite() local