Home
last modified time | relevance | path

Searched refs:T_double_to_int_1 (Results 1 – 3 of 3) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_int/
DTest_double_to_int.java21 import dot.junit.opcodes.double_to_int.d.T_double_to_int_1;
30 T_double_to_int_1 t = new T_double_to_int_1(); in testN1()
38 T_double_to_int_1 t = new T_double_to_int_1(); in testN2()
46 T_double_to_int_1 t = new T_double_to_int_1(); in testN3()
54 T_double_to_int_1 t = new T_double_to_int_1(); in testB1()
62 T_double_to_int_1 t = new T_double_to_int_1(); in testB2()
70 T_double_to_int_1 t = new T_double_to_int_1(); in testB3()
78 T_double_to_int_1 t = new T_double_to_int_1(); in testB4()
86 T_double_to_int_1 t = new T_double_to_int_1(); in testB5()
94 T_double_to_int_1 t = new T_double_to_int_1(); in testB6()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_int/d/
DT_double_to_int_1.smali15 .source "T_double_to_int_1.java"
16 .class public Ldot/junit/opcodes/double_to_int/d/T_double_to_int_1;
DT_double_to_int_1.java19 public class T_double_to_int_1 { class