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.java1041 double subnormal = StrictMath.scalb(Double.MIN_NORMAL / 3, -25); in test_scalb_DI() local
1193 float subnormal = StrictMath.scalb(Float.MIN_NORMAL / 3, -11); in test_scalb_FI() local
DMathTest.java1433 double subnormal = Math.scalb(Double.MIN_NORMAL / 3, -25); in test_scalb_DI() local
1581 float subnormal = Math.scalb(Float.MIN_NORMAL / 3, -11); in test_scalb_FI() local