Searched defs:tolerance (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/test/java/lang/Math/ |
H A D | HyperbolicTests.java | 359 double tolerance) { 363 expected, tolerance); 366 -expected, tolerance); 370 expected, tolerance); 373 -expected, tolerance); 717 double tolerance) { 721 expected, tolerance); 724 expected, tolerance); 728 expected, tolerance); 731 expected, tolerance); 357 testSinhCaseWithTolerance(double input, double expected, double tolerance) argument 715 testCoshCaseWithTolerance(double input, double expected, double tolerance) argument 1009 testTanhCaseWithTolerance(double input, double expected, double tolerance) argument [all...] |
H A D | Tests.java | 251 "\tdifference greater than ulp tolerance " + ulps); 266 "\tdifference greater than ulp tolerance " + ulps); 290 "\tdifference greater than ulp tolerance " + ulps + 315 "\ndifference greater than ulp tolerance " + ulps + 322 double result, double expected, double tolerance) { 328 !(Math.abs((difference)/expected) <= StrictMath.pow(10, -tolerance)) ) { 333 "\tdifference greater than tolerance 10^-" + tolerance); 321 testTolerance(String testName, double input, double result, double expected, double tolerance) argument
|
/openjdk7/jdk/test/sun/java2d/OpenGL/ |
H A D | DrawBufImgOp.java | 369 int tolerance) 380 if (!isSameColor(expected, actual, tolerance)) { 367 compareImages(BufferedImage refImg, BufferedImage testImg, int tolerance) argument
|
H A D | GradientPaints.java | 55 * we add up the number of pixels that fall outside this tolerance 250 int tolerance, int allowedMismatches, 263 if (!isSameColor(expected, actual, tolerance)) { 287 ") with tolerance=" + 288 tolerance); 248 compareImages(BufferedImage refImg, BufferedImage testImg, int tolerance, int allowedMismatches, String msg) argument
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_PrintControl.cpp | 473 const double tolerance = (1.0 * 72.0); // # inches * 72 local 540 if ((diffw < tolerance) && (diffh < tolerance) &&
|
Completed in 446 milliseconds