Searched defs:MIN_VALUE (Results 1 - 8 of 8) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/lang/
H A DByte.java42 public static final byte MIN_VALUE = (byte) 0x80; field in class:Byte
H A DShort.java43 public static final short MIN_VALUE = (short) 0x8000; field in class:Short
H A DDouble.java44 public static final double MIN_VALUE = 5e-324; field in class:Double
H A DFloat.java43 public static final float MIN_VALUE = 1.40129846432481707e-45f; field in class:Float
377 // because f1 and f2 are either 0 or Integer.MIN_VALUE
H A DInteger.java53 public static final int MIN_VALUE = 0x80000000; field in class:Integer
427 int max = Integer.MIN_VALUE / radix;
546 if (i < 0) // If -n is still negative, n is Integer.MIN_VALUE
643 * positive value corresponding to Integer.MIN_VALUE.
H A DLong.java53 public static final long MIN_VALUE = 0x8000000000000000L; field in class:Long
359 long max = Long.MIN_VALUE / radix;
486 if (n < 0) // If -n is still negative, n is Long.MIN_VALUE
621 * positive value corresponding to Integer.MIN_VALUE.
H A DCharacter.java64 public static final char MIN_VALUE = '\u0000'; field in class:Character
/dalvik/dx/src/com/android/dx/dex/code/
H A DDalvOps.java28 public static final int MIN_VALUE = -1; field in class:DalvOps

Completed in 154 milliseconds