/llvm-project/libcxx/include/__math/ |
H A D | trigonometric_functions.h | 26 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 D | intrinsics02.f90 | 8 real :: cos = 2. local 12 interface cos interface 37 real :: cos = 2. local
|
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 | 33 real, intrinsic, bind(c), intrinsic :: cos variable
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | sincosf_test.cpp | 23 float sin, cos; TEST_F() local [all...] |
/llvm-project/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/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/libc/test/src/math/ |
H A D | sincosf_test.cpp | 29 float sin, cos; TEST_F() local [all...] |
/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 374 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.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); } cos() function
|
H A D | tgmath.h | 257 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
|
/llvm-project/libc/src/math/nvptx/ |
H A D | nvptx.h | 32 LIBC_INLINE double cos(double x) { return __nv_cos(x); } cos() function
|
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 222 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 D | cmath.pass.cpp | 44 Ambiguous cos(Ambiguous){ return Ambiguous(); } cos() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 44 Ambiguous cos(Ambiguous){ return Ambiguous(); } in cos() function
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 236 MPFRNumber cos() const { cos() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 149 Value cos = b.create<math::CosOp>(type, operand); in convertTanOp() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 1289 Value cos = rewriter.create<LLVM::CosOp>(loc, dstType, tanOp.getOperand()); matchAndRewrite() local
|