Home
last modified time | relevance | path

Searched defs:subnormal (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java1105 double subnormal = StrictMath.scalb(Double.MIN_NORMAL / 3, -25); in test_scalb_DI() local
1257 float subnormal = StrictMath.scalb(Float.MIN_NORMAL / 3, -11); in test_scalb_FI() local
DMathTest.java1526 double subnormal = Math.scalb(Double.MIN_NORMAL / 3, -25); in test_scalb_DI() local
1674 float subnormal = Math.scalb(Float.MIN_NORMAL / 3, -11); in test_scalb_FI() local