Searched refs:A2BC_POSITIVE_INFINITY (Results 1 – 2 of 2) sorted by relevance
119 static final sun.misc.FloatingDecimal.ASCIIToBinaryConverter A2BC_POSITIVE_INFINITY; field in FloatingDecimal122 A2BC_POSITIVE_INFINITY = null;
1025 …static final ASCIIToBinaryConverter A2BC_POSITIVE_INFINITY = new PreparedASCIIToBinaryBuffer(Doubl…1862 return isNegative? A2BC_NEGATIVE_INFINITY : A2BC_POSITIVE_INFINITY; in readJavaFormatString()2221 : (positiveExponent ? A2BC_POSITIVE_INFINITY : A2BC_POSITIVE_ZERO); in parseHexString()2403 return isNegative ? A2BC_NEGATIVE_INFINITY : A2BC_POSITIVE_INFINITY; in parseHexString()