Home
last modified time | relevance | path

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

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