Searched defs:cospi (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h229 static inline float cospi(float __a) { return cospif(__a); } function
H A D__clang_cuda_device_functions.h1522 __DEVICE__ double cospi(double __a) { return __nv_cospi(__a); } function

Completed in 116 milliseconds