tag | line | file | source code |
---|---|---|---|
fmul | 169 | include/linux/math_emu.h | void fmul(const temp_real *, const temp_real *, temp_real *); |
fmul | 173 | kernel/math/emulate.c | fmul(PST(0),PST(code & 7),&tmp); |
fmul | 218 | kernel/math/emulate.c | fmul(PST(0),PST(code & 7),&tmp); |
fmul | 273 | kernel/math/emulate.c | fmul(PST(code & 7),PST(0),&tmp); |
fmul | 446 | kernel/math/emulate.c | fmul(&tmp,PST(0),&tmp); |