Searched defs:subnormal (Results 1 – 2 of 2) sorted by relevance
1105 double subnormal = StrictMath.scalb(Double.MIN_NORMAL / 3, -25); in test_scalb_DI() local1257 float subnormal = StrictMath.scalb(Float.MIN_NORMAL / 3, -11); in test_scalb_FI() local
1526 double subnormal = Math.scalb(Double.MIN_NORMAL / 3, -25); in test_scalb_DI() local1674 float subnormal = Math.scalb(Float.MIN_NORMAL / 3, -11); in test_scalb_FI() local