static int roundDownTo_rev(int x, int n) { ret roundDownTo(n, x); } static long roundDownTo(long x, long n) { ret roundDownTo(n, x); }