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

Function sincospi

src/backend/oneapi/kernel/random_engine_write.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99namespace {
100template<typename T>
101void sincospi(T val, T *sptr, T *cptr) {
102 *sptr = sycl::sinpi(val);
103 *cptr = sycl::cospi(val);
104}
105} // namespace
106
107template<typename T>

Callers 1

boxMullerTransformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected