Home | History | Annotate | Download | only in core

Lines Matching refs:hypot

287      * @tests java.lang.StrictMath#hypot(double,double)
294 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY,
297 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY,
300 Double.POSITIVE_INFINITY, StrictMath.hypot(-758.2587,
303 Double.POSITIVE_INFINITY, StrictMath.hypot(5687.21,
306 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY,
309 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY,
311 assertTrue("Should return NaN", Double.isNaN(StrictMath.hypot(Double.NaN,
313 assertTrue("Should return NaN", Double.isNaN(StrictMath.hypot(-345.2680,
317 .hypot(12322.12, -2396393.2258));
319 StrictMath.hypot(-138.16951162, 0.13817035864));
321 1.7976931348623157E308, StrictMath.hypot(Double.MAX_VALUE, 211370.35));
322 assertEquals("Should return 5413.7185", 5413.7185, StrictMath.hypot(