OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CstDouble
(Results
1 - 4
of
4
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstDouble.java
25
public final class
CstDouble
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) {
/dalvik/dx/src/com/android/dx/rop/cst/
CstDouble.java
25
public final class
CstDouble
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) {
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstDouble.java
25
public final class
CstDouble
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) {
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 1656 milliseconds