Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
namespace {
100
template<typename T>
101
void sincospi(T val, T *sptr, T *cptr) {
102
*sptr = sycl::sinpi(val);
103
*cptr = sycl::cospi(val);
104
}
105
} // namespace
106
107
template<typename T>
Callers
1
boxMullerTransform
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected