Home
last modified time | relevance | path

Searched defs:do_round (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/jinja2/
Dfilters.py628 def do_round(value, precision=0, method='common'): function
/external/libpng/contrib/libtests/
Dpngvalid.c2202 static double digitize(double value, int depth, int do_round) in digitize()
7632 const int do_round = data.gamma != 1 || calc_depth == 16; in image_transform_png_set_rgb_to_gray_mod() local