Lines Matching refs:nu
1144 double a, b, c, nu;1164 nu = a*a + b*b;1165 nu = nu ? 1./sqrt(nu) : 1.;1166 a *= nu; b *= nu; c *= nu;