Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/math-emu/
H A Dfp_arith.c497 case FPCR_ROUND_RN: in fp_roundint()
626 return modrem_kernel(dest, src, FPCR_ROUND_RN); in fp_frem()
/openbmc/linux/arch/m68k/include/asm/
H A Dmath-emu.h40 #define FPCR_ROUND_RN 0 /* round to nearest/even */ macro