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 113 util_fast_exp2(float x) function
147 return util_fast_exp2(k * x);
179 return util_fast_exp2(util_fast_log2(x) * y);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 399 dst->f[0] = util_fast_exp2(src->f[0]);
400 dst->f[1] = util_fast_exp2(src->f[1]);
401 dst->f[2] = util_fast_exp2(src->f[2]);
402 dst->f[3] = util_fast_exp2(src->f[3]);
    [all...]

Completed in 2086 milliseconds