Home | History | Annotate | Download | only in tnl

Lines Matching refs:two_nu

111       GLfloat u[3], two_nu, fx, fy, fz;
114 two_nu = 2.0F * DOT3(norm,u);
115 fx = f[i][0] = u[0] - norm[0] * two_nu;
116 fy = f[i][1] = u[1] - norm[1] * two_nu;
117 fz = f[i][2] = u[2] - norm[2] * two_nu;
139 GLfloat u[3], two_nu, fx, fy, fz;
143 two_nu = 2.0F * DOT3(norm,u);
144 fx = f[i][0] = u[0] - norm[0] * two_nu;
145 fy = f[i][1] = u[1] - norm[1] * two_nu;
146 fz = f[i][2] = u[2] - norm[2] * two_nu;
188 GLfloat u[3], two_nu;
191 two_nu = 2.0F * DOT3(norm,u);
192 f[0] = u[0] - norm[0] * two_nu;
193 f[1] = u[1] - norm[1] * two_nu;
194 f[2] = u[2] - norm[2] * two_nu;
215 GLfloat u[3], two_nu;
219 two_nu = 2.0F * DOT3(norm,u);
220 f[0] = u[0] - norm[0] * two_nu;
221 f[1] = u[1] - norm[1] * two_nu;
222 f[2] = u[2] - norm[2] * two_nu;