Home
last modified time | relevance | path

Searched defs:cospi (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h234 static inline float cospi(float __a) { return cospif(__a); } in cospi() function
H A D__clang_cuda_math.h88 __DEVICE__ double cospi(double __a) { return __nv_cospi(__a); } cospi() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp248 MPFRNumber cospi() const { cospi() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber