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

/external/chromium_org/third_party/jinja2/
H A Dfilters.py628 def do_round(value, precision=0, method='common'): function
982 'round': do_round,
/external/libpng/contrib/libtests/
H A Dpngvalid.c2052 static double digitize(double value, int depth, int do_round) argument
2057 * rounding and 'do_round' should be 1, if it is 0 the digitized value will
2072 if (do_round) value += .5;
7043 PNG_CONST int do_round = data.gamma != 1 || calc_depth == 16; local
7048 blo * (data.blue_coefficient-ce), gamma_depth, do_round);
7054 bhi * (data.blue_coefficient+ce), gamma_depth, do_round);

Completed in 175 milliseconds