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