Home | History | Annotate | Download | only in src

Lines Matching refs:castOp

849 template<class CastOp, class VecOp> void
853 typedef typename CastOp::type1 WT;
854 typedef typename CastOp::rtype T;
866 CastOp castOp;
969 dst[x] = castOp(row2[x]*6 + (row1[x] + row3[x])*4 + row0[x] + row4[x]);
974 template<class CastOp, class VecOp> void
978 typedef typename CastOp::type1 WT;
979 typedef typename CastOp::rtype T;
990 CastOp castOp;
1055 T t1 = castOp((row1[x] + row2[x])*4);
1056 T t0 = castOp(row0[x] + row1[x]*6 + row2[x]);