HomeSort by relevance Sort by last modified time
    Searched full:double_to_float (Results 1 - 13 of 13) sorted by null

  /cts/tools/vm-tests/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 17 package dot.junit.opcodes.double_to_float;
21 import dot.junit.opcodes.double_to_float.d.T_double_to_float_1;
22 import dot.junit.opcodes.double_to_float.d.T_double_to_float_3;
125 Class.forName("dot.junit.opcodes.double_to_float.d.T_double_to_float_2");
139 Class.forName("dot.junit.opcodes.double_to_float.d.T_double_to_float_5");
153 Class.forName("dot.junit.opcodes.double_to_float.d.T_double_to_float_4");
167 Class.forName("dot.junit.opcodes.double_to_float.d.T_double_to_float_6");
  /cts/tools/vm-tests/src/dot/junit/opcodes/double_to_float/d/
T_double_to_float_1.java 17 package dot.junit.opcodes.double_to_float.d;
T_double_to_float_3.java 17 package dot.junit.opcodes.double_to_float.d;
T_double_to_float_1.d 16 .class public dot.junit.opcodes.double_to_float.d.T_double_to_float_1
T_double_to_float_2.d 16 .class public dot.junit.opcodes.double_to_float.d.T_double_to_float_2
T_double_to_float_3.d 16 .class public dot.junit.opcodes.double_to_float.d.T_double_to_float_3
T_double_to_float_4.d 16 .class public dot.junit.opcodes.double_to_float.d.T_double_to_float_4
T_double_to_float_5.d 16 .class public dot.junit.opcodes.double_to_float.d.T_double_to_float_5
T_double_to_float_6.d 16 .class public dot.junit.opcodes.double_to_float.d.T_double_to_float_6
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 587 public static final Dop DOUBLE_TO_FLOAT =
588 new Dop(DalvOps.DOUBLE_TO_FLOAT, DalvOps.DOUBLE_TO_FLOAT,
    [all...]
DalvOps.java 174 public static final int DOUBLE_TO_FLOAT = 0x8c;
RopToDop.java 195 MAP.put(Rops.CONV_D2F, Dops.DOUBLE_TO_FLOAT);
  /cts/tools/vm-tests/src/dot/junit/opcodes/
AllTests.java 91 suite.addTestSuite(dot.junit.opcodes.double_to_float.Test_double_to_float.class);

Completed in 682 milliseconds