Home | History | Annotate | Download | only in src

Lines Matching refs:sqrt

96     anorm = sqrt( anorm + anorm );
127 x = -Apq / sqrt( (double)Apq * Apq + (double)y * y );
130 s = x / sqrt( 2.0 * (1.0 + sqrt( 1.0 - (double)x * x )));
132 c = sqrt( 1.0 - s2 );
247 anorm = sqrt( anorm + anorm );
278 x = -Apq / sqrt( Apq * Apq + (double)y * y );
281 s = x / sqrt( 2.0 * (1.0 + sqrt( 1.0 - (double)x * x )));
283 c = sqrt( 1.0 - s2 );