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

/openjdk7/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java63 if(!(Math.abs(vs)>EPS))
509 static final double EPS=0; field in class:PolynomialRoot
513 if(!(Math.abs(p[1])>EPS))
525 if(!(Math.abs(p[2])>EPS))
564 if(!(Math.abs(vs)>EPS))
653 if(Math.abs(p[3])>EPS)

Completed in 1242 milliseconds