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

  /cts/tools/vm-tests/src/dot/junit/opcodes/float_to_long/
Test_float_to_long.java 17 package dot.junit.opcodes.float_to_long;
21 import dot.junit.opcodes.float_to_long.d.T_float_to_long_1;
22 import dot.junit.opcodes.float_to_long.d.T_float_to_long_7;
117 Class.forName("dxc.junit.opcodes.float_to_long.jm.T_float_to_long_2");
133 Class.forName("dot.junit.opcodes.float_to_long.d.T_float_to_long_2");
148 Class.forName("dot.junit.opcodes.float_to_long.d.T_float_to_long_3");
162 Class.forName("dot.junit.opcodes.float_to_long.d.T_float_to_long_4");
176 Class.forName("dot.junit.opcodes.float_to_long.d.T_float_to_long_5");
189 Class.forName("dot.junit.opcodes.float_to_long.d.T_float_to_long_6");
  /cts/tools/vm-tests/src/dot/junit/opcodes/float_to_long/d/
T_float_to_long_1.java 17 package dot.junit.opcodes.float_to_long.d;
T_float_to_long_7.java 17 package dot.junit.opcodes.float_to_long.d;
T_float_to_long_1.d 16 .class public dot.junit.opcodes.float_to_long.d.T_float_to_long_1
T_float_to_long_2.d 16 .class public dot.junit.opcodes.float_to_long.d.T_float_to_long_2
T_float_to_long_3.d 16 .class public dot.junit.opcodes.float_to_long.d.T_float_to_long_3
T_float_to_long_4.d 16 .class public dot.junit.opcodes.float_to_long.d.T_float_to_long_4
T_float_to_long_5.d 16 .class public dot.junit.opcodes.float_to_long.d.T_float_to_long_5
T_float_to_long_6.d 16 .class public dot.junit.opcodes.float_to_long.d.T_float_to_long_6
T_float_to_long_7.d 16 .class public dot.junit.opcodes.float_to_long.d.T_float_to_long_7
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 571 public static final Dop FLOAT_TO_LONG =
572 new Dop(DalvOps.FLOAT_TO_LONG, DalvOps.FLOAT_TO_LONG,
    [all...]
DalvOps.java 170 public static final int FLOAT_TO_LONG = 0x88;
RopToDop.java 191 MAP.put(Rops.CONV_F2L, Dops.FLOAT_TO_LONG);
  /cts/tools/vm-tests/src/dot/junit/opcodes/
AllTests.java 99 suite.addTestSuite(dot.junit.opcodes.float_to_long.Test_float_to_long.class);

Completed in 2456 milliseconds