Searched defs:util_fast_log2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h230 util_fast_log2(float x) function
248 return util_fast_exp2(util_fast_log2(x) * y);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h251 util_fast_log2(float x) function
269 return util_fast_exp2(util_fast_log2(x) * y);

Completed in 196 milliseconds