Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_util.c29 static dml_float_t _log(float in) in _log() function
171 return (dml_float_t) (_log(x) / _log(base)); in dml_log()
176 return (dml_float_t) (_log(x) / _log(2)); in dml_log2()