Home
last modified time | relevance | path

Searched refs:A2BC_POSITIVE_ZERO (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java125 static final sun.misc.FloatingDecimal.ASCIIToBinaryConverter A2BC_POSITIVE_ZERO; field in FloatingDecimal
128 A2BC_POSITIVE_ZERO = null;
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1028 …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()