Home
last modified time | relevance | path

Searched refs:cospif (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h234 static inline float cospi(float __a) { return cospif(__a); } in cospi()
D__clang_cuda_math.h89 __DEVICE__ float cospif(float __a) { return __nv_cospif(__a); } in cospif() function
D__clang_hip_math.h197 float cospif(float __x) { return __ocml_cospi_f32(__x); }
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def420 TLI_DEFINE_ENUM_INTERNAL(cospif)