Home
last modified time | relevance | path

Searched defs:NEGATIVE_ZERO (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DFP16.java175 public static final short NEGATIVE_ZERO = (short) 0x8000; field in FP16
/libcore/json/src/main/java/org/json/
DJSONObject.java91 private static final Double NEGATIVE_ZERO = -0d; field in JSONObject
/libcore/ojluni/src/test/java/util/Arrays/
DSorting.java716 final int NEGATIVE_ZERO = Float.floatToIntBits(-0.0f); in compare() local
737 final long NEGATIVE_ZERO = Double.doubleToLongBits(-0.0d); in compare() local