Functions | |
BUILTIN_HALF_CUSTOM (ONE_ARG, exp10, [](auto x) { return std::pow(10.0f, x);}) BUILTIN_HALF_CUSTOM(TWO_ARGS | |
Variables | |
powr | |
auto | x |
auto auto | y |
sycl::_V1::half_precision::BUILTIN_HALF_CUSTOM | ( | ONE_ARG | , |
exp10 | , | ||
[] (auto x) { return std::pow(10.0f, x);} | |||
) |
References sycl::_V1::ext::intel::esimd::pow(), and x.
sycl::_V1::half_precision::powr |
Definition at line 33 of file half_precision_math_functions.cpp.
auto sycl::_V1::half_precision::x |
Definition at line 33 of file half_precision_math_functions.cpp.
Referenced by BUILTIN_HALF_CUSTOM().
auto auto sycl::_V1::half_precision::y |
Definition at line 33 of file half_precision_math_functions.cpp.