Searched defs:wAdd (Results 1 – 1 of 1) sorted by relevance
60 template <typename T> struct wAdd struct62 typedef T type;64 f32 alpha, beta, gamma;65 typedef typename TypeTraits<T>::wide wtype;66 wAdd<wtype> wideAdd;67 wAdd(f32 _alpha, f32 _beta, f32 _gamma): in wAdd() argument71 void operator() (const typename VecTraits<T>::vec128 & v_src0, in operator ()()82 void operator() (const typename VecTraits<T>::vec64 & v_src0, in operator ()()92 void operator() (const T * src0, const T * src1, T * dst) const in operator ()()98 template <> struct wAdd<s32> struct[all …]