Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/
DTest_sput.java29 import dot.junit.opcodes.sput.d.T_sput_19;
52 T_sput_19 t = new T_sput_19(); in testN2()
53 assertEquals(0.0f, T_sput_19.st_f1); in testN2()
55 assertEquals(3.14f, T_sput_19.st_f1); in testN2()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
DT_sput_19.d15 .source T_sput_19.java
16 .class public dot.junit.opcodes.sput.d.T_sput_19
33 sput v1, dot.junit.opcodes.sput.d.T_sput_19.st_f1 F
DT_sput_19.java19 public class T_sput_19 { class