Searched defs:CstDouble (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstDouble.java25 public final class CstDouble class in inherits:CstLiteral64
28 public static final CstDouble VALUE_0 =
29 new CstDouble(Double.doubleToLongBits(0.0));
32 public static final CstDouble VALUE_1 =
33 new CstDouble(Double.doubleToLongBits(1.0));
41 public static CstDouble make(long bits) {
46 return new CstDouble(bits);
54 private CstDouble(long bits) { method in class:CstDouble
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstDouble.java25 public final class CstDouble class in inherits:CstLiteral64
28 public static final CstDouble VALUE_0 =
29 new CstDouble(Double.doubleToLongBits(0.0));
32 public static final CstDouble VALUE_1 =
33 new CstDouble(Double.doubleToLongBits(1.0));
41 public static CstDouble make(long bits) {
46 return new CstDouble(bits);
54 private CstDouble(long bits) { method in class:CstDouble

Completed in 129 milliseconds