Searched defs:CLVec (Results 1 – 1 of 1) sorted by relevance
207 pub struct CLVec<T> { struct211 impl<T: Copy> CLVec<T> { argument236 impl CLVec<usize> { implementation259 impl<T: Default + Copy> Default for CLVec<T> { implementation268 impl<T> std::ops::Deref for CLVec<T> { implementation276 impl<T> std::ops::DerefMut for CLVec<T> { implementation282 impl<T: Copy + std::ops::Add<Output = T>> std::ops::Add for CLVec<T> { implementation290 impl<T: Copy + std::ops::Add<Output = T>> std::ops::Add<[T; 3]> for CLVec<T> { implementation300 impl<T: Copy + std::ops::Sub<Output = T>> std::ops::Sub<[T; 3]> for CLVec<T> { implementation310 impl<T> std::ops::Mul for CLVec<T> implementation[all …]