Searched refs:EXP_UNDERFLOW_THRESH (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/java/lang/StrictMath/
H A DExpTests.java67 static final double EXP_UNDERFLOW_THRESH = Double.longBitsToDouble(0xc087_4910_D52D_3051L); field in class:ExpTests
80 {Math.nextDown(EXP_UNDERFLOW_THRESH), +0.0},
81 {EXP_UNDERFLOW_THRESH, +Double.MIN_VALUE},
112 EXP_UNDERFLOW_THRESH - 512*Math.ulp(EXP_UNDERFLOW_THRESH),

Completed in 35 milliseconds