fp_mul64 349 arch/m68k/math-emu/fp_arith.c fp_mul64(dest->mant.m32[0], dest->mant.m32[1], fp_mul64 170 arch/m68k/math-emu/multi_arith.h fp_mul64(dest->m32[0], dest->m32[1], src1->mant.m32[0], src2->mant.m32[0]); fp_mul64 171 arch/m68k/math-emu/multi_arith.h fp_mul64(dest->m32[2], dest->m32[3], src1->mant.m32[1], src2->mant.m32[1]); fp_mul64 173 arch/m68k/math-emu/multi_arith.h fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[0], src2->mant.m32[1]); fp_mul64 176 arch/m68k/math-emu/multi_arith.h fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[1], src2->mant.m32[0]); fp_mul64 217 arch/m68k/math-emu/multi_arith.h fp_mul64(*mantp, dummy, first, fix); fp_mul64 222 arch/m68k/math-emu/multi_arith.h fp_mul64(*mantp, dummy, first, fix); fp_mul64 225 arch/m68k/math-emu/multi_arith.h fp_mul64(tmp.m32[0], tmp.m32[1], div->mant.m32[0], first - *mantp); fp_mul64 229 arch/m68k/math-emu/multi_arith.h fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]);