Searched defs:cospi (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Headers/ | ||
H A D | __clang_cuda_runtime_wrapper.h | 234 static inline float cospi(float __a) { return cospif(__a); } in cospi() function |
H A D | __clang_cuda_math.h | 88 __DEVICE__ double cospi(double __a) { return __nv_cospi(__a); } cospi() function |
/llvm-project/libc/utils/MPFRWrapper/ | ||
H A D | MPFRUtils.cpp | 248 MPFRNumber cospi() const { cospi() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber |