Searched defs:NEGATIVE_ZERO (Results 1 – 3 of 3) sorted by relevance
175 public static final short NEGATIVE_ZERO = (short) 0x8000; field in FP16
91 private static final Double NEGATIVE_ZERO = -0d; field in JSONObject
716 final int NEGATIVE_ZERO = Float.floatToIntBits(-0.0f); in compare() local737 final long NEGATIVE_ZERO = Double.doubleToLongBits(-0.0d); in compare() local