alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Functions | |
template<typename TArg > | |
ALPAKA_FN_HOST_ACC auto | rsqrt (TArg const &arg) |
Fallback implementation when no better ADL match was found. More... | |
template<typename TArg > | |
ALPAKA_FN_HOST_ACC auto | sincos (TArg const &arg, TArg &result_sin, TArg &result_cos) |
Fallback implementation when no better ADL match was found. More... | |
ALPAKA_FN_HOST_ACC auto alpaka::math::trait::detail::rsqrt | ( | TArg const & | arg | ) |
Fallback implementation when no better ADL match was found.
Definition at line 729 of file Traits.hpp.
ALPAKA_FN_HOST_ACC auto alpaka::math::trait::detail::sincos | ( | TArg const & | arg, |
TArg & | result_sin, | ||
TArg & | result_cos | ||
) |
Fallback implementation when no better ADL match was found.
Definition at line 780 of file Traits.hpp.