Lines Matching refs:DOTP_UW2_UD
33 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
34 DOTP_UW2_UD(tmp2, tmp3, scale, scale, out2, out3); \
39 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
40 DOTP_UW2_UD(tmp2, tmp3, scale, scale, out2, out3); \
52 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
66 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \
67 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \
72 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \
73 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \
82 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
93 DOTP_UW2_UD(tmp0, tmp1, mult, mult, out0, out1); \
94 DOTP_UW2_UD(tmp2, tmp3, mult, mult, out2, out3); \
96 DOTP_UW2_UD(out0, out1, scale, scale, out0, out1); \
97 DOTP_UW2_UD(out2, out3, scale, scale, out2, out3); \
107 DOTP_UW2_UD(tmp0, tmp1, mult, mult, out0, out1); \
109 DOTP_UW2_UD(out0, out1, scale, scale, out0, out1); \