HomeSort by relevance Sort by last modified time
    Searched refs:util_fast_exp2 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
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);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 183 dst->f[0] = util_fast_exp2(src->f[0]);
184 dst->f[1] = util_fast_exp2(src->f[1]);
185 dst->f[2] = util_fast_exp2(src->f[2]);
186 dst->f[3] = util_fast_exp2(src->f[3]);
    [all...]

Completed in 365 milliseconds