FPU_mul 31 arch/x86/math-emu/fpu_arith.c FPU_mul(&st(i), FPU_gettagi(i), 0, control_word); FPU_mul 74 arch/x86/math-emu/fpu_arith.c FPU_mul(&st(0), FPU_gettag0(), FPU_rm, control_word); FPU_mul 118 arch/x86/math-emu/fpu_arith.c if (FPU_mul(&st(0), FPU_gettag0(), FPU_rm, control_word) >= 0) FPU_mul 441 arch/x86/math-emu/fpu_entry.c FPU_mul(&loaded_data, loaded_tag, 0, FPU_mul 139 arch/x86/math-emu/fpu_proto.h extern int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w); FPU_mul 1057 arch/x86/math-emu/fpu_trig.c FPU_mul(&exponent, tag, 1, FULL_PRECISION);