Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddml_common_defs.h35 double dml_round(double a);
Ddml_common_defs.c31 double dml_round(double a) in dml_round() function
Ddml_inline_defs.h80 return dml_round((double)dcn_bw_log(x, 2)); in dml_log2()