Searched refs:bincoeff (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_eval.c77 GLfloat s, powert, bincoeff; local in function:_math_horner_bezier_curve
81 bincoeff = (GLfloat) (order - 1);
85 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
89 bincoeff *= (GLfloat) (order - i);
90 bincoeff *= inv_tab[i];
93 out[k] = s * out[k] + bincoeff * powert * cp[k];
126 GLfloat s, poweru, bincoeff; local in function:_math_horner_bezier_surf
135 bincoeff = (GLfloat) (uorder - 1);
139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
143 bincoeff *
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_eval.c77 GLfloat s, powert, bincoeff; local in function:_math_horner_bezier_curve
81 bincoeff = (GLfloat) (order - 1);
85 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
89 bincoeff *= (GLfloat) (order - i);
90 bincoeff *= inv_tab[i];
93 out[k] = s * out[k] + bincoeff * powert * cp[k];
126 GLfloat s, poweru, bincoeff; local in function:_math_horner_bezier_surf
135 bincoeff = (GLfloat) (uorder - 1);
139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
143 bincoeff *
[all...]

Completed in 16 milliseconds