Searched defs:util_fast_exp2 (Results 1 - 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ | ||
H A D | u_math.h | 203 util_fast_exp2(float x) function 237 return util_fast_exp2(k * x); 269 return util_fast_exp2(util_fast_log2(x) * y); |
Completed in 121 milliseconds