Searched refs:mantp (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dmulti_arith.h187 unsigned long *mantp = dest->m32; local
195 *mantp = 1;
197 *mantp = 0;
198 mantp++;
215 for (i = 0; i < 3; i++, mantp++) {
219 fp_mul64(*mantp, dummy, first, fix);
220 *mantp += fix;
224 fp_mul64(*mantp, dummy, first, fix);
227 fp_mul64(tmp.m32[0], tmp.m32[1], div->mant.m32[0], first - *mantp);
231 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, di
[all...]

Completed in 596 milliseconds