Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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); } in cospi() function