Searched refs:fp_mul64 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/m68k/math-emu/ |
D | multi_arith.h | 367 #define fp_mul64(desth, destl, src1, src2) ({ \ macro 411 fp_mul64(dest->m32[0], dest->m32[1], src1->mant.m32[0], src2->mant.m32[0]); in fp_multiplymant() 412 fp_mul64(dest->m32[2], dest->m32[3], src1->mant.m32[1], src2->mant.m32[1]); in fp_multiplymant() 414 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[0], src2->mant.m32[1]); in fp_multiplymant() 417 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[1], src2->mant.m32[0]); in fp_multiplymant() 458 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant() 463 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant() 466 fp_mul64(tmp.m32[0], tmp.m32[1], div->mant.m32[0], first - *mantp); in fp_dividemant() 470 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]); in fp_dividemant()
|
D | fp_arith.c | 351 fp_mul64(dest->mant.m32[0], dest->mant.m32[1], in fp_fsglmul()
|