tag | line | file | source code |
fdiv | 173 | include/linux/math_emu.h | void fdiv(const temp_real *, const temp_real *, temp_real *); |
fdiv | 195 | kernel/math/emulate.c | fdiv(PST(0),PST(code & 7),&tmp); |
fdiv | 199 | kernel/math/emulate.c | fdiv(PST(code & 7),PST(0),&tmp); |
fdiv | 240 | kernel/math/emulate.c | fdiv(PST(0),PST(code & 7),&tmp); |
fdiv | 244 | kernel/math/emulate.c | fdiv(PST(code & 7),PST(0),&tmp); |
fdiv | 295 | kernel/math/emulate.c | fdiv(PST(0),PST(code & 7),&tmp); |
fdiv | 300 | kernel/math/emulate.c | fdiv(PST(code & 7),PST(0),&tmp); |
fdiv | 467 | kernel/math/emulate.c | fdiv(PST(0),&tmp,&tmp); |
fdiv | 471 | kernel/math/emulate.c | fdiv(&tmp,PST(0),&tmp); |