Home
last modified time | relevance | path

Searched refs:round_pt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h79 const double round_pt = 0.5; in dml_round() local
81 return dml_floor(a + round_pt, 1); in dml_round()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
H A Dlib_float_math.c144 const double round_pt = 0.5; in math_round() local
146 return math_floor(a + round_pt); in math_round()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c185 double round_pt = 0.5; in dml_round() local
189 if (val - floor >= round_pt) in dml_round()