Lines Matching defs:fmul
162 static inline void fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp)
814 fmul(z3, z3, x1, tmp2);
924 fmul(b, t00, i, tmp);
925 fmul(a0, b, a0, tmp);
927 fmul(b, t00, b, tmp);
929 fmul(b, t00, b, tmp);
931 fmul(c, t00, b, tmp);
933 fmul(t00, t00, c, tmp);
935 fmul(b, t00, b, tmp);
937 fmul(c, t00, b, tmp);
939 fmul(t00, t00, c, tmp);
941 fmul(t00, t00, b, tmp);
945 fmul(o, t0, a, tmp);
1007 fmul(tmp, tmp, x, tmp_w);
1363 fmul(c, &table_ladder[4 * k], b, ef);