Home
last modified time | relevance | path

Searched defs:log_2 (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/dc/basics/
H A Dconversion.h41 static inline unsigned int log_2(unsigned int num) in log_2() function
/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_math.c116 const int log_2 = ((x >> 23) & 255) - 128; in dcn_bw_log() local