K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-04-21T19:57:40.476128Z K 7 svn:log V 379 sys: use our roundup2/rounddown2() macros when param.h is available. rounddown2 tends to produce longer lines than the original code and when the code has a high indentation level it was not really advantageous to do the replacement. This tries to strike a balance between readability using the macros and flexibility of having the expressions, so not everything is converted. END