rounding 93 arch/m68k/fpsp040/fpsp.h .set FPCR_MODE,USER_FPCR+3 | FPCR rounding mode control rounding 287 arch/m68k/fpsp040/fpsp.h | FPCR rounding modes rounding 874 drivers/atm/ambassador.c static int make_rate (unsigned int rate, rounding r, rounding 1053 drivers/atm/ambassador.c rounding r; rounding 572 drivers/atm/horizon.c static int make_rate (const hrz_dev * dev, u32 c, rounding r, rounding 679 drivers/atm/horizon.c static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol, rounding 2225 drivers/atm/horizon.c rounding r; rounding 2264 drivers/atm/horizon.c rounding pr; rounding 2265 drivers/atm/horizon.c rounding sr; rounding 451 drivers/video/fbdev/matrox/matroxfb_base.c int rounding; rounding 457 drivers/video/fbdev/matrox/matroxfb_base.c case 4: rounding = 128; rounding 459 drivers/video/fbdev/matrox/matroxfb_base.c case 8: rounding = 64; /* doc says 64; 32 is OK for G400 */ rounding 461 drivers/video/fbdev/matrox/matroxfb_base.c case 16: rounding = 32; rounding 463 drivers/video/fbdev/matrox/matroxfb_base.c case 24: rounding = 64; /* doc says 64; 32 is OK for G400 */ rounding 465 drivers/video/fbdev/matrox/matroxfb_base.c default: rounding = 16; rounding 468 drivers/video/fbdev/matrox/matroxfb_base.c rounding = 32; rounding 472 drivers/video/fbdev/matrox/matroxfb_base.c rounding *= 2; rounding 474 drivers/video/fbdev/matrox/matroxfb_base.c over = xres % rounding; rounding 476 drivers/video/fbdev/matrox/matroxfb_base.c xres += rounding-over; rounding 1050 fs/xfs/xfs_bmap_util.c xfs_off_t rounding, start, end; rounding 1056 fs/xfs/xfs_bmap_util.c rounding = max_t(xfs_off_t, 1 << mp->m_sb.sb_blocklog, PAGE_SIZE); rounding 1057 fs/xfs/xfs_bmap_util.c start = round_down(offset, rounding); rounding 1058 fs/xfs/xfs_bmap_util.c end = round_up(offset + len, rounding) - 1; rounding 51 lib/string_helpers.c static const unsigned int rounding[] = { 500, 50, 5 }; rounding 111 lib/string_helpers.c remainder += rounding[j];