Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dfilters.py768 def do_round(value, precision=0, method='common'): function
/aosp_15_r20/external/python/jinja/src/jinja2/
Dfilters.py885 def do_round(value, precision=0, method="common"): function
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngvalid.c2589 static double digitize(double value, int depth, int do_round) in digitize()
8016 int do_round = data.gamma != 1 || calc_depth == 16; in image_transform_png_set_rgb_to_gray_mod() local