/dalvik/tests/003-omnibus-opcodes/src/ |
D | FloatMath.java | 11 float f; in convTest() local 17 f = 1234.5678f; in convTest() 18 i = (int) f; in convTest() 21 f = -1234.5678f; in convTest() 22 i = (int) f; in convTest() 26 f = 1238.5678f; in convTest() 27 l = (long) f; in convTest() 30 f = -1238.5678f; in convTest() 31 l = (long) f; in convTest() 35 f = 1238.5678f; in convTest() [all …]
|
/dalvik/tests/012-math/src/ |
D | Main.java | 76 double f, g, fres; in main() local 78 f = 3.0f; in main() 81 fres = f + g; in main() 83 fres = f - g; in main() 85 fres = f * g; in main() 87 fres = f / g; in main() 89 fres = f % g; in main() 91 f += g; in main() 92 System.out.println("f:" +f); in main() 93 f -= g; in main() [all …]
|
/dalvik/tests/027-arithmetic/src/ |
D | Main.java | 44 long f = 0x66; in shiftTest2() local 49 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2() 56 float f; in convTest() local 62 f = 1234.5678f; in convTest() 63 i = (int) f; in convTest() 64 System.out.println("f=" + f + " --> i=" + i); in convTest() 66 f = -1234.5678f; in convTest() 67 i = (int) f; in convTest() 68 System.out.println("f=" + f + " --> i=" + i); in convTest() 108 f = (float) i; in convTest() [all …]
|
/dalvik/tests/012-math/ |
D | expected.txt | 28 f:10.0 29 f:3.0 30 f:21.0 31 f:3.0 32 f:3.0
|
/dalvik/tests/017-float/src/ |
D | Main.java | 22 float f = 3.1415926535f; in main() local 27 System.out.println("base values: d=" + d + " f=" + f); in main() 28 System.out.println("base values: d=" + d + " f=" + f); in main() 29 System.out.println("base values: f=" + f + " d=" + d); in main()
|
/dalvik/dx/tests/044-dex-math-ops/ |
D | Blort.java | 21 private volatile float f; field in Blort 57 f = -f1; in blort() 58 f = f1 + f2; in blort() 59 f = f1 - f2; in blort() 60 f = f1 * f2; in blort() 61 f = f1 / f2; in blort() 62 f = f1 % f2; in blort()
|
D | expected.txt | 2 regs: 000f; ins: 0005; outs: 0000 16 000f: move-wide v6, v1 44 0006: iput v4, v3, Blort.f:F 49 000c: iput v4, v3, Blort.f:F 51 000f: move v4, v1 54 0012: iput v4, v3, Blort.f:F 59 0018: iput v4, v3, Blort.f:F 64 001e: iput v4, v3, Blort.f:F 69 0024: iput v4, v3, Blort.f:F 82 000a: const/4 v5, #int -1 // #f [all …]
|
/dalvik/dx/tests/024-code-bytecode/ |
D | small-class.txt | 25 01 0005 "blort" # 000f: utf8["blort"] 28 0c 000f 0010 # 0012: nat[blort:x/y/Zzz] 29 0c 000f 0011 # 0013: nat[blort:()V] 68 0f # 000f: dconst_1 89 1f # 0039: lload_1 95 25 # 003f: fload_3 105 2f # 0049: laload 111 35 # 004f: saload 121 3f # 005e: lstore_0 122 40 # 005f: lstore_1 [all …]
|
/dalvik/tests/017-float/ |
D | expected.txt | 1 base values: d=3.1415926535 f=3.1415927 2 base values: d=3.1415926535 f=3.1415927 3 base values: f=3.1415927 d=3.1415926535
|
/dalvik/dx/tests/032-bb-live-code/ |
D | expected.txt | 76 block 000c: 000c..000f 78 next 000f 80 block 000f: 000f..0012 81 000f: ifle 0036 117 002a: ifnull 003f 119 next 003f 166 block 003e: 003e..003f 169 block 003f: 003f..0040 170 003f: return 231 block 001e: 001e..001f [all …]
|
/dalvik/tests/027-arithmetic/ |
D | expected.txt | 1 f=1234.5677 --> i=1234 2 f=-1234.5677 --> i=-1234 11 i=1234 --> f=1234.0 12 i=-1234 --> f=-1234.0
|
/dalvik/dx/tests/080-dex-exception-tables/ |
D | expected.txt | 11 000f: const/16 v1, #int 10 // #000a 34 000f: const/16 v1, #int 10 // #000a 58 000f: const/16 v1, #int 13 // #000d 71 001f: move-exception v1 79 catch java.lang.RuntimeException -> 001f 82 java.lang.RuntimeException -> 001f 86 java.lang.RuntimeException -> 001f 89 java.lang.RuntimeException -> 001f 90 try 000c..000f 91 catch java.lang.RuntimeException -> 001f [all …]
|
/dalvik/tests/014-math3/src/ |
D | Main.java | 25 float f = 0.0f; in main() local 42 try { f = 10.0f / f; } in main()
|
/dalvik/dx/tests/045-dex-switch-ops/ |
D | expected.txt | 16 000f: const/4 v2, #int 4 // #4 26 3: 0000000f // +0000000c 27 4: 00000012 // +0000000f 43 000f: const/4 v2, #int 4 // #4 52 100: 0000000f // +0000000c 53 1000: 00000012 // +0000000f
|
/dalvik/dx/tests/090-dex-unify-arrays/ |
D | expected.txt | 14 000f: goto 0007 // -0008 19 0002: if-eqz v2, 000f // +000d 28 000f: const/4 v2, #int 1 // #1 35 0002: if-eqz v2, 000f // +000d 44 000f: const/4 v2, #int 1 // #1 51 0002: if-eqz v2, 000f // +000d 60 000f: const/4 v2, #int 1 // #1 67 0002: if-eqz v2, 000f // +000d 76 000f: const/4 v2, #int 1 // #1 83 0002: if-eqz v2, 000f // +000d [all …]
|
/dalvik/dx/tests/067-dex-switch-and-try/ |
D | expected.txt | 6 0003: packed-switch v3, 0012 // +000f 14 000f: move v1, v3 32 000f: goto 0006 // -0009 45 try 000c..000f 59 000f: goto 0006 // -0009 72 try 000c..000f 86 000f: goto 0006 // -0009 99 try 000c..000f
|
/dalvik/dx/tests/115-merge/testdata/ |
D | Annotated.java | 7 c = @Annotated.Nested(e="E1", f=1695938256, g=7264081114510713000L), 8 d = { @Annotated.Nested(e="E2", f=1695938256, g=7264081114510713000L) }) 28 int f() default 0; in f() method
|
/dalvik/vm/hprof/ |
D | HprofHeap.cpp | 322 const StaticField *f = &thisClass->sfields[i]; in hprofDumpHeapObject() local 324 t = signatureToBasicTypeAndSize(f->signature, &size); in hprofDumpHeapObject() 325 hprofAddIdToRecord(rec, hprofLookupStringId(f->name)); in hprofDumpHeapObject() 328 hprofAddU1ToRecord(rec, (u1)f->value.b); in hprofDumpHeapObject() 330 hprofAddU2ToRecord(rec, (u2)f->value.c); in hprofDumpHeapObject() 332 hprofAddU4ToRecord(rec, (u4)f->value.i); in hprofDumpHeapObject() 334 hprofAddU8ToRecord(rec, (u8)f->value.j); in hprofDumpHeapObject() 346 const InstField *f = &thisClass->ifields[i]; in hprofDumpHeapObject() local 349 t = signatureToBasicTypeAndSize(f->signature, NULL); in hprofDumpHeapObject() 350 hprofAddIdToRecord(rec, hprofLookupStringId(f->name)); in hprofDumpHeapObject() [all …]
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
D | expected.txt | 35 next 000f * 37 block 000f 39 ViewDebug.java:567@000f: const-object-nothrow(null) v11:<null>=null <- . 45 pred 000f 81 block 001f 83 ViewDebug.java:573@001f: move-object v16:N001cLjava/io/InputStreamReader; <- 85 ViewDebug.java:573@001f: move-object v13:N001cLjava/io/InputStreamReader; <- 87 ViewDebug.java:573@001f: move-object v14:N001cLjava/io/InputStreamReader; <- 95 next 016f * 97 pred 016f [all …]
|
/dalvik/vm/compiler/template/ia32/ |
D | TEMPLATE_INTERPRET.S | 30 ja 1f 32 jb 1f
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
D | small-class.txt | 8 001f # constant_pool_count 23 01 0001 "f" # 000b: utf8["f"] 27 08 0001 # 000f: string["Small"] 101 000b # "f" 137 000f # value
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
D | Blort.java | 5 (int a, int b, int c, int d, int e, int f) { in methodThatNeedsInvokeRange() argument 32 void testAllParams(int a, int b, int c, int d, int e, int f) { in testAllParams() argument 33 methodThatNeedsInvokeRange(a, b, c, d, e, f); in testAllParams()
|
/dalvik/vm/mterp/x86-atom/ |
D | OP_EXECUTE_INLINE_RANGE.S | 49 jl 0f # handle zero args 50 je 1f # handle one arg 52 jl 2f # handle two args 53 je 3f # handle three args
|
/dalvik/dx/tests/005-cp-top-down/ |
D | small-class.txt | 21 0c 000f 000d # 000b: nat[blort:()V] 22 0c 000f 000e # 000c: nat[blort:x/y/Zzz] 25 01 0005 "blort" # 000f: utf8["blort"]
|
/dalvik/tests/005-args/src/ |
D | ArgsTest.java | 33 void argTest(int a, char c, double d, long j, float f) { in argTest() argument 42 + " j=" + j + " f=" + f); in argTest()
|