Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
A Ddml_inline_defs.h83 const double round_pt = 0.5; in dml_round() local
85 return dml_floor(a + round_pt, 1); in dml_round()
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
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()
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddisplay_mode_util.c185 double round_pt = 0.5; in dml_round() local
189 if (val - floor >= round_pt) in dml_round()

Completed in 8 milliseconds