Home | History | Annotate | Download | only in core

Lines Matching refs:hypot

292      * @tests java.lang.Math#hypot(double, double)
298 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY,
301 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY,
304 Double.POSITIVE_INFINITY, Math.hypot(-758.2587,
307 Double.POSITIVE_INFINITY, Math.hypot(5687.21,
310 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY,
313 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY,
315 assertTrue("Should be NaN", Double.isNaN(Math.hypot(Double.NaN,
317 assertTrue("Should be NaN", Double.isNaN(Math.hypot(-345.2680,
321 .hypot(12322.12, -2396393.2258), 0D);
323 Math.hypot(-138.16951162, 0.13817035864), 0D);
325 1.7976931348623157E308, Math.hypot(Double.MAX_VALUE, 211370.35), 0D);
326 assertEquals("Should return 5413.7185", 5413.7185, Math.hypot(