Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py905 def do_round(value, precision=0, method="common"): function
1362 "round": do_round,
/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py768 def do_round(value, precision=0, method='common'): function
1170 'round': do_round,
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py905 def do_round(value, precision=0, method="common"): function
1362 "round": do_round,
/third_party/jinja2/
H A Dfilters.py1121 def do_round( function
1834 "round": do_round,
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c2585 static double digitize(double value, int depth, int do_round) in digitize() argument
2590 * rounding and 'do_round' should be 1, if it is 0 the digitized value will in digitize()
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()

Completed in 25 milliseconds