| 1358 | |
| 1359 | template<typename ScalarX,typename ScalarY> |
| 1360 | EIGEN_DEVICE_FUNC |
| 1361 | inline typename internal::pow_impl<ScalarX,ScalarY>::result_type pow(const ScalarX& x, const ScalarY& y) |
| 1362 | { |
| 1363 | return internal::pow_impl<ScalarX,ScalarY>::run(x, y); |
| 1364 | } |
| 1365 | |
| 1366 | #if defined(SYCL_DEVICE_ONLY) |
| 1367 | SYCL_SPECIALIZE_FLOATING_TYPES_BINARY(pow, pow) |
no test coverage detected