MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / sincospi

Function sincospi

src/backend/cuda/kernel/random_engine.hpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225template<>
226__device__ void sincospi(double val, double *sptr, double *cptr) {
227 ::sincospi(val, sptr, cptr);
228}
229template<>
230__device__ void sincospi(float val, float *sptr, float *cptr) {
231 sincospif(val, sptr, cptr);

Callers 1

boxMullerTransformFunction · 0.70

Calls 2

sinFunction · 0.85
cosFunction · 0.85

Tested by

no test coverage detected