Searched defs:intClassify (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DPowTests.java209 return (intClassify(y) == 1)?
216 return (intClassify(y) == 1)?-0.0:0.0;
220 switch( intClassify(y) ) {
240 switch( intClassify(y) ) {
267 static int intClassify(double a) { method in class:PowTests

Completed in 29 milliseconds