Searched refs:fp_div64 (Results 1 - 2 of 2) 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.h132 #define fp_div64(quot, rem, srch, srcl, div) \ macro
212 fp_div64(fix, dummy, fix, 0, dummy);
217 fp_div64(first, rem, 0, src->mant.m32[1], div->mant.m32[0]);
222 fp_div64(first, rem, src->mant.m32[0], src->mant.m32[1], div->mant.m32[0]);
H A Dfp_arith.c423 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]);
427 fp_div64(quot, rem, dest->mant.m32[0], 0, src->mant.m32[0]);

Completed in 86 milliseconds