HomeSort by relevance Sort by last modified time
    Searched full:pow_2 (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_srgb.c 186 LLVMValueRef pow_approx, coeff, x2, exponent, pow_1, pow_2; local
221 pow_2 = lp_build_mul(&f32_bld, x2, tmp);
226 tmp = lp_build_add(&f32_bld, pow_1, pow_2);

Completed in 141 milliseconds