Home
last modified time | relevance | path

Searched refs:fp_mul64 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/m68k/math-emu/
H A Dmulti_arith.h128 #define fp_mul64(desth, destl, src1, src2) ({ \ macro
172 fp_mul64(dest->m32[0], dest->m32[1], src1->mant.m32[0], src2->mant.m32[0]); in fp_multiplymant()
173 fp_mul64(dest->m32[2], dest->m32[3], src1->mant.m32[1], src2->mant.m32[1]); in fp_multiplymant()
175 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[0], src2->mant.m32[1]); in fp_multiplymant()
178 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[1], src2->mant.m32[0]); in fp_multiplymant()
219 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant()
224 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant()
227 fp_mul64(tmp.m32[0], tmp.m32[1], div->mant.m32[0], first - *mantp); in fp_dividemant()
231 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]); in fp_dividemant()
H A Dfp_arith.c340 fp_mul64(dest->mant.m32[0], dest->mant.m32[1], in fp_fsglmul()