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

  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 267 util_fast_pow(float x, float y) function
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 1020 dst->f[0] = util_fast_pow( src0->f[0], src1->f[0] );
1021 dst->f[1] = util_fast_pow( src0->f[1], src1->f[1] );
1022 dst->f[2] = util_fast_pow( src0->f[2], src1->f[2] );
1023 dst->f[3] = util_fast_pow( src0->f[3], src1->f[3] );
    [all...]

Completed in 101 milliseconds