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

/openjdk7/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java53 static final double SQRT3=Math.sqrt(3.0),SQRT2=Math.sqrt(2.0); field in class:PolynomialRoot
212 u[2] = -(SQRT3*0.5) * Math.abs (A - B);
642 im_root[1]=-(SQRT3*0.5) * Math.abs(A - B);
686 im_root[1]=(v1-v2)*(SQRT3*0.5);

Completed in 153 milliseconds