Searched refs:A2BC_POSITIVE_ZERO (Results 1 – 2 of 2) sorted by relevance
125 static final sun.misc.FloatingDecimal.ASCIIToBinaryConverter A2BC_POSITIVE_ZERO; field in FloatingDecimal128 A2BC_POSITIVE_ZERO = null;
1028 …static final ASCIIToBinaryConverter A2BC_POSITIVE_ZERO = new PreparedASCIIToBinaryBuffer(0.0d, 0.0…2039 return isNegative ? A2BC_NEGATIVE_ZERO : A2BC_POSITIVE_ZERO; in readJavaFormatString()2187 return isNegative ? A2BC_NEGATIVE_ZERO : A2BC_POSITIVE_ZERO; in parseHexString()2221 : (positiveExponent ? A2BC_POSITIVE_INFINITY : A2BC_POSITIVE_ZERO); in parseHexString()2432 return isNegative ? A2BC_NEGATIVE_ZERO : A2BC_POSITIVE_ZERO; in parseHexString()