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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c202 GLfloat rho2 = r1 + r2; local in function:compute_lambda
204 if (rho2 == 0.0F)
207 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c201 GLfloat rho2 = r1 + r2; local in function:compute_lambda
203 if (rho2 == 0.0F)
206 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */

Completed in 6 milliseconds