Symbol: fmul
arch/powerpc/include/asm/kvm_fpu.h
62
FPD_TWO_IN(fmul)
arch/powerpc/math-emu/math.c
293
case FMUL: func = fmul; type = AC; break;
arch/powerpc/math-emu/math.c
36
FLOATFUNC(fmul);
arch/sh/math-emu/math.c
399
fadd, fsub, fmul, fdiv, fcmp_eq, fcmp_gt, fmov_idx_reg, fmov_reg_idx,
drivers/tty/serial/max310x.c
566
unsigned long fdiv, fmul, bestfreq = freq;
drivers/tty/serial/max310x.c
576
fmul = fdiv * 6;
drivers/tty/serial/max310x.c
578
if (!max310x_update_best_err(fmul, &besterr)) {
drivers/tty/serial/max310x.c
580
bestfreq = fmul;
drivers/tty/serial/max310x.c
583
fmul = fdiv * 48;
drivers/tty/serial/max310x.c
585
if (!max310x_update_best_err(fmul, &besterr)) {
drivers/tty/serial/max310x.c
587
bestfreq = fmul;
drivers/tty/serial/max310x.c
590
fmul = fdiv * 96;
drivers/tty/serial/max310x.c
592
if (!max310x_update_best_err(fmul, &besterr)) {
drivers/tty/serial/max310x.c
594
bestfreq = fmul;
drivers/tty/serial/max310x.c
597
fmul = fdiv * 144;
drivers/tty/serial/max310x.c
599
if (!max310x_update_best_err(fmul, &besterr)) {
drivers/tty/serial/max310x.c
601
bestfreq = fmul;
lib/crypto/curve25519-hacl64.c
503
fmul(xxprime0, xprime, z);
lib/crypto/curve25519-hacl64.c
504
fmul(zzprime0, x, zprime);
lib/crypto/curve25519-hacl64.c
522
fmul(z3, zzzprime, qx);
lib/crypto/curve25519-hacl64.c
533
fmul(x2, xx, zz);
lib/crypto/curve25519-hacl64.c
538
fmul(z2, zzz, zz);
lib/crypto/curve25519-hacl64.c
753
fmul(sc, x, zmone);
lib/crypto/powerpc/curve25519.h
100
fmul(t00, t00, c);
lib/crypto/powerpc/curve25519.h
103
fmul(t00, t00, b);
lib/crypto/powerpc/curve25519.h
106
fmul(o, t00, a0);
lib/crypto/powerpc/curve25519.h
154
fmul(da, d, a); // DA = D * A
lib/crypto/powerpc/curve25519.h
155
fmul(cb, c, b); // CB = C * B
lib/crypto/powerpc/curve25519.h
158
fmul(x2, aa, bb); // x2 = AA * BB
lib/crypto/powerpc/curve25519.h
166
fmul(z3, x1, z2); // z3 = x1 * (DA - CB)^2
lib/crypto/powerpc/curve25519.h
167
fmul(z2, e, b); // z2 = e * (BB + (DA + CB)^2)
lib/crypto/powerpc/curve25519.h
171
fmul(x2, x2, z2);
lib/crypto/powerpc/curve25519.h
77
fmul(b, t00, i);
lib/crypto/powerpc/curve25519.h
78
fmul(a0, b, a0);
lib/crypto/powerpc/curve25519.h
82
fmul(b, t00, b);
lib/crypto/powerpc/curve25519.h
85
fmul(b, t00, b);
lib/crypto/powerpc/curve25519.h
88
fmul(c, t00, b);
lib/crypto/powerpc/curve25519.h
91
fmul(t00, t00, c);
lib/crypto/powerpc/curve25519.h
94
fmul(b, t00, b);
lib/crypto/powerpc/curve25519.h
97
fmul(c, t00, b);
lib/crypto/x86/curve25519.h
1020
fmul(z3, z3, x1, tmp2);
lib/crypto/x86/curve25519.h
1130
fmul(b, t00, i, tmp);
lib/crypto/x86/curve25519.h
1131
fmul(a0, b, a0, tmp);
lib/crypto/x86/curve25519.h
1133
fmul(b, t00, b, tmp);
lib/crypto/x86/curve25519.h
1135
fmul(b, t00, b, tmp);
lib/crypto/x86/curve25519.h
1137
fmul(c, t00, b, tmp);
lib/crypto/x86/curve25519.h
1139
fmul(t00, t00, c, tmp);
lib/crypto/x86/curve25519.h
1141
fmul(b, t00, b, tmp);
lib/crypto/x86/curve25519.h
1143
fmul(c, t00, b, tmp);
lib/crypto/x86/curve25519.h
1145
fmul(t00, t00, c, tmp);
lib/crypto/x86/curve25519.h
1147
fmul(t00, t00, b, tmp);
lib/crypto/x86/curve25519.h
1151
fmul(o, t0, a, tmp);
lib/crypto/x86/curve25519.h
1213
fmul(tmp, tmp, x, tmp_w);
lib/crypto/x86/curve25519.h
1569
fmul(c, &table_ladder[4 * k], b, ef);