Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java107 static final sun.misc.FloatingDecimal.ASCIIToBinaryConverter A2BC_NEGATIVE_ZERO; field in FloatingDecimal
110 A2BC_NEGATIVE_ZERO = null;
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1029 …static final ASCIIToBinaryConverter A2BC_NEGATIVE_ZERO = new PreparedASCIIToBinaryBuffer(-0.0d, -0…
2039 return isNegative ? A2BC_NEGATIVE_ZERO : A2BC_POSITIVE_ZERO; in readJavaFormatString()
2187 return isNegative ? A2BC_NEGATIVE_ZERO : A2BC_POSITIVE_ZERO; in parseHexString()
2220 (positiveExponent ? A2BC_NEGATIVE_INFINITY : A2BC_NEGATIVE_ZERO) in parseHexString()
2432 return isNegative ? A2BC_NEGATIVE_ZERO : A2BC_POSITIVE_ZERO; in parseHexString()