Home | History | Annotate | Download | only in test

Lines Matching refs:WT

1550 template <typename T, typename WT>
1553 T operator() (WT val) const
1559 template <typename T, typename WT>
1562 T operator() (WT val) const
1568 template <typename T, typename WT, int one, typename CastOp>
1586 WT sum = WT(sptr0[x1 + c]) + WT(sptr0[x1 + c + cn]);
1587 sum += WT(sptr1[x1 + c]) + WT(sptr1[x1 + c + cn]) + (WT)(one);