| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | sincosf_test.cpp | 30 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 D | symbol18.f90 | 8 integer cos variable
|
| H A D | badly-typed-intrinsic.f90 | 6 double precision :: cos variable
|
| H A D | resolve109.f90 | 8 interface cos ! no INTRINSIC statement interface
|
| H A D | resolve81.f90 | 31 real, intrinsic, bind(c), intrinsic :: cos variable
|
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | nvptx_device_math_sincos.cpp | 25 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 D | v_cos.c | 51 V_NAME(cos) (v_f64_t x) in V_NAME() argument
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_hip_cmath.h | 42 __DEVICE__ __CONSTEXPR__ float cos(float __x) { return ::cosf(__x); } in cos() function
|
| 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
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 864 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 D | ComplexToStandard.cpp | 176 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 D | math_h.pass.cpp | 39 Ambiguous cos(Ambiguous){ return Ambiguous(); } in cos() function
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 40 Ambiguous cos(Ambiguous){ return Ambiguous(); } in cos() function
|
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.cpp | 191 MPFRNumber cos() const { in cos() function in __llvm_libc::testing::mpfr::MPFRNumber
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | SPIRVToLLVM.cpp | 1207 Value cos = rewriter.create<LLVM::CosOp>(loc, dstType, tanOp.operand()); in matchAndRewrite() local
|