Home
last modified time | relevance | path

Searched refs:invlen (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h314 GLfloat invlen = lengths[i]; in TAG() local
315 out[i][0] = x * invlen; in TAG()
316 out[i][1] = y * invlen; in TAG()
317 out[i][2] = z * invlen; in TAG()