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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_arith.c574 /* modrem_kernel: Implementation of the FREM and FMOD instructions
579 modrem_kernel(struct fp_ext *dest, struct fp_ext *src, int mode) function
615 return modrem_kernel(dest, src, FPCR_ROUND_RZ);
627 return modrem_kernel(dest, src, FPCR_ROUND_RN);

Completed in 15 milliseconds