Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A Ds_cospi.c82 cospi(double x) in cospi() function
H A Dnamespace.h33 #define cospi _cospi macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h238 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