Searched defs:lp_build_mad (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1271 lp_build_mad(struct lp_build_context *bld, function
1417 return lp_build_mad(bld, x, delta, v0);
3228 even = lp_build_mad(bld, x2, even, coeff);
3233 odd = lp_build_mad(bld, x2, odd, coeff);
3240 return lp_build_mad(bld, odd, x, even);
3524 res = lp_build_mad(bld, y, p_z, logexp);

Completed in 56 milliseconds