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

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/
H A DHtmlReporter.java41 static final int PRECISION = 3; field in class:HtmlReporter
92 Util.floatToString(score, PRECISION));
100 Util.floatToString(total, PRECISION) + "</b>");
H A DTextReporter.java42 static final int PRECISION = 3; field in class:TextReporter
96 p.println(fit(Util.floatToString(score, PRECISION),
107 4) + " " + Util.floatToString(total, PRECISION));

Completed in 29 milliseconds