detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::cos | ( | T | x | ) |
Definition at line 1399 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::divide | ( | T | x, |
T | y | ||
) |
Definition at line 1405 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::exp | ( | T | x | ) |
Definition at line 1412 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::exp10 | ( | T | x | ) |
Definition at line 1424 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::exp2 | ( | T | x | ) |
Definition at line 1418 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::log | ( | T | x | ) |
Definition at line 1430 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::log10 | ( | T | x | ) |
Definition at line 1442 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::log2 | ( | T | x | ) |
Definition at line 1436 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::powr | ( | T | x, |
T | y | ||
) |
Definition at line 1448 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::recip | ( | T | x | ) |
Definition at line 1454 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::rsqrt | ( | T | x | ) |
Definition at line 1460 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::sin | ( | T | x | ) |
Definition at line 1466 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::sqrt | ( | T | x | ) |
Definition at line 1472 of file builtins.hpp.
detail::enable_if_t<detail::is_genfloatf<T>::value, T> cl::sycl::native::tan | ( | T | x | ) |
Definition at line 1478 of file builtins.hpp.