Searched refs:do_round (Results 1 – 3 of 3) sorted by relevance
/external/python/jinja/src/jinja2/ |
D | filters.py | 885 def do_round(value, precision=0, method="common"): function 1341 "round": do_round,
|
/external/libchrome/third_party/jinja2/ |
D | filters.py | 768 def do_round(value, precision=0, method='common'): function 1170 'round': do_round,
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 2585 static double digitize(double value, int depth, int do_round) in digitize() argument 2605 if (do_round) value += .5; in digitize() 8005 int do_round = data.gamma != 1 || calc_depth == 16; in image_transform_png_set_rgb_to_gray_mod() local 8010 blo * (data.blue_coefficient-ce), calc_depth, do_round); in image_transform_png_set_rgb_to_gray_mod() 8016 bhi * (data.blue_coefficient+ce), calc_depth, do_round); in image_transform_png_set_rgb_to_gray_mod()
|