DPC++ Runtime
Runtime libraries for oneAPI DPC++
geometric_functions.cpp File Reference
#include <sycl/detail/builtins/builtins.hpp>
#include "host_helper_macros.hpp"
#include <cmath>
Include dependency graph for geometric_functions.cpp:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 

Functions

template<typename T >
static T sycl::_V1::cross_host_impl (T p0, T p1)
 
template<typename T0 , typename T1 >
static auto sycl::_V1::dot_host_impl (T0 x, T1 y)
 
template<typename T >
static auto sycl::_V1::length_host_impl (T x)
 
template<typename T >
static auto sycl::_V1::fast_length_host_impl (T x)
 
template<typename T0 , typename T1 >
static auto sycl::_V1::distance_host_impl (T0 x, T1 y)
 
template<typename T0 , typename T1 >
static auto sycl::_V1::fast_distance_host_impl (T0 x, T1 y)
 
template<typename T >
static auto sycl::_V1::normalize_host_impl (T x)
 
template<typename T >
static auto sycl::_V1::fast_normalize_host_impl (T x)