Lines Matching defs:fmul
159 static inline void fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp)
1025 fmul(z3, z3, x1, tmp2);
1135 fmul(b, t00, i, tmp);
1136 fmul(a0, b, a0, tmp);
1138 fmul(b, t00, b, tmp);
1140 fmul(b, t00, b, tmp);
1142 fmul(c, t00, b, tmp);
1144 fmul(t00, t00, c, tmp);
1146 fmul(b, t00, b, tmp);
1148 fmul(c, t00, b, tmp);
1150 fmul(t00, t00, c, tmp);
1152 fmul(t00, t00, b, tmp);
1156 fmul(o, t0, a, tmp);
1218 fmul(tmp, tmp, x, tmp_w);
1574 fmul(c, &table_ladder[4 * k], b, ef);