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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2989 LLVMValueRef DP3 = lp_build_const_vec(gallivm, bld->type, -3.77489497744594108e-8); local
2993 * x = ((x - y * DP1) - y * DP2) - y * DP3;
2997 LLVMValueRef x_3 = lp_build_fmuladd(b, y_2, DP3, x_2);

Completed in 111 milliseconds