Home
last modified time | relevance | path

Searched refs:util_fast_pow (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h177 util_fast_pow(float x, float y) in util_fast_pow() function
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h324 util_fast_pow(float x, float y)
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1444 dst->f[0] = util_fast_pow( src0->f[0], src1->f[0] ); in micro_pow()
1445 dst->f[1] = util_fast_pow( src0->f[1], src1->f[1] ); in micro_pow()
1446 dst->f[2] = util_fast_pow( src0->f[2], src1->f[2] ); in micro_pow()
1447 dst->f[3] = util_fast_pow( src0->f[3], src1->f[3] ); in micro_pow()