Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java101 static final sun.misc.FloatingDecimal.ASCIIToBinaryConverter A2BC_NEGATIVE_INFINITY; field in FloatingDecimal
104 A2BC_NEGATIVE_INFINITY = null;
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1026 …static final ASCIIToBinaryConverter A2BC_NEGATIVE_INFINITY = new PreparedASCIIToBinaryBuffer(Doubl…
1862 return isNegative? A2BC_NEGATIVE_INFINITY : A2BC_POSITIVE_INFINITY; in readJavaFormatString()
2220 (positiveExponent ? A2BC_NEGATIVE_INFINITY : A2BC_NEGATIVE_ZERO) in parseHexString()
2403 return isNegative ? A2BC_NEGATIVE_INFINITY : A2BC_POSITIVE_INFINITY; in parseHexString()