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

/netbsd-current/lib/libm/src/
H A Ds_cospi.c82 cospi(double x) function
[all...]
H A Dnamespace.h33 #define cospi _cospi macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h238 static inline float cospi(float __a) { return cospif(__a); } function
H A D__clang_cuda_math.h88 __DEVICE__ double cospi(double __a) { return __nv_cospi(__a); } function
H A D__clang_hip_math.h732 double cospi(double __x) { return __ocml_cospi_f64(__x); } function

Completed in 114 milliseconds