Skip to content

Commit 06ebe4a

Browse files
committed
save
1 parent a9f4310 commit 06ebe4a

20 files changed

Lines changed: 113 additions & 139 deletions

ISOTest6.iso

412 KB
Binary file not shown.

app/ir/AI.AILogic.imcode

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class AI/AILogic {
33
method <init>(LAI/AIMemory;)V {
44
+START: #1
55
vR0.<init>@special(vR1); [ ?R RR]
6-
vR0.threshold = jx.classfile.datatypes.BCDouble@1115ec15;
7-
vR0.filter = jx.classfile.datatypes.BCDouble@82ea68c;
6+
vR0.threshold = jx.classfile.datatypes.BCDouble@2f16c6b3;
7+
vR0.filter = jx.classfile.datatypes.BCDouble@34158c08;
88
vR0.irq = (jx/zero/IRQ)(getInitialNaming@special().lookup("IRQ"));
99
b1 = new jx/timerpc/TimerManagerImpl(); [ ?R i. i.][ ?R i. iR]
1010
vR0.timerManager = b1;

app/ir/java.awt.image.ComponentColorModel.imcode

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class java/awt/image/ComponentColorModel {
153153

154154
method getRGB([F)I {
155155
+START: #1
156-
vi2 = ((((int)(vR1[0]*jx.classfile.datatypes.BCFloat@285d851a) << 16) | ((int)(vR1[1]*jx.classfile.datatypes.BCFloat@285d851a) << 8)) | ((int)(vR1[2]*jx.classfile.datatypes.BCFloat@285d851a) << 0));
156+
vi2 = ((((int)(vR1[0]*jx.classfile.datatypes.BCFloat@5aceec94) << 16) | ((int)(vR1[1]*jx.classfile.datatypes.BCFloat@5aceec94) << 8)) | ((int)(vR1[2]*jx.classfile.datatypes.BCFloat@5aceec94) << 0));
157157
return vi2;
158158
+END: #1
159159
}
@@ -175,16 +175,16 @@ class java/awt/image/ComponentColorModel {
175175
method getDataElements(ILjava/lang/Object;)Ljava/lang/Object; {
176176
+START: #1
177177
b0 = new float[3];
178-
b0[0] = ((float)((vi1 >> 16) & 255)/jx.classfile.datatypes.BCFloat@285d851a);
179-
b0[1] = ((float)((vi1 >> 8) & 255)/jx.classfile.datatypes.BCFloat@285d851a);
180-
b0[2] = ((float)((vi1 >> 0) & 255)/jx.classfile.datatypes.BCFloat@285d851a);
178+
b0[0] = ((float)((vi1 >> 16) & 255)/jx.classfile.datatypes.BCFloat@5aceec94);
179+
b0[1] = ((float)((vi1 >> 8) & 255)/jx.classfile.datatypes.BCFloat@5aceec94);
180+
b0[2] = ((float)((vi1 >> 0) & 255)/jx.classfile.datatypes.BCFloat@5aceec94);
181181
vR3 = b0;
182182
vR4 = vR0.cspace.fromRGB(vR3); [R R RR]
183183
vR5 = createBuffer@special(vR0.transferType,vR2,vR0.getNumComponents@this()); [RR R ii iRi]
184184
vi6 = vR0.getNumColorComponents@this(); [RRR R ii R..]
185185
if vR0.hasAlpha@this()==0 goto B158;
186186
+B85: #1
187-
vl7 = ((float)((vi1 >> 24) & 255)/jx.classfile.datatypes.BCFloat@285d851a);
187+
vl7 = ((float)((vi1 >> 24) & 255)/jx.classfile.datatypes.BCFloat@5aceec94);
188188
if vR0.isAlphaPremultiplied@this()==0 goto B132;
189189
+B106: #1
190190
vi8 = 0;

app/ir/jx.vis.IOZoneDiagram.imcode

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,10 @@ class jx/vis/IOZoneDiagram {
280280
vR28.recordsize = vR26.recordsize;
281281
if vR0.better==0 goto B1145;
282282
+B1113: #1
283-
vR28.reread_compare = (float)(((double)(vR26.reread-vR27.reread)*jx.classfile.datatypes.BCDouble@37e4d7bb)/(double)vR27.reread);
283+
vR28.reread_compare = (float)(((double)(vR26.reread-vR27.reread)*jx.classfile.datatypes.BCDouble@52c3cb31)/(double)vR27.reread);
284284
goto +B1168; [RiiiiiiRiiRiiiiRRRRiRRRiRRRRi RRR ..... .....]
285285
+B1145: #1
286-
vR28.reread_compare = (float)(((double)vR27.reread*jx.classfile.datatypes.BCDouble@37e4d7bb)/(double)vR26.reread);
286+
vR28.reread_compare = (float)(((double)vR27.reread*jx.classfile.datatypes.BCDouble@52c3cb31)/(double)vR26.reread);
287287
+B1168: #1
288288
if vR0.opt_verbose==0 goto B1225;
289289
+B1175: #1
@@ -527,7 +527,7 @@ class jx/vis/IOZoneDiagram {
527527
vR12 = new jx/vis/IOZoneDiagram$Result(vR0); [ R . i..][ R . iRR]
528528
vR12.filesize = vi10;
529529
vR12.recordsize = vi11;
530-
vR12.reread = (int)((((double)vi10*jx.classfile.datatypes.BCDouble@6f7923a5)*jx.classfile.datatypes.BCDouble@6f7923a5)/(double)vR2.readInt@extra());
530+
vR12.reread = (int)((((double)vi10*jx.classfile.datatypes.BCDouble@4b79ac84)*jx.classfile.datatypes.BCDouble@4b79ac84)/(double)vR2.readInt@extra());
531531
vR8.results.addElement@extra(vR12); [RiiiiRRiiiR R .. RR.]
532532
vi11 = (vi11*2);
533533
goto +B85; [RiiiiRRiiiR R .. ...]
@@ -647,7 +647,7 @@ class jx/vis/IOZoneDiagram {
647647
goto +B499; [RRiRiRiiRiiRiRRRl RRR ...... .....]
648648
+B621: #1
649649
vR14.deviation = (float)sqrt@special((double)vR14.variance);
650-
vd15 = ((double)(int)(((double)vR14.deviation*jx.classfile.datatypes.BCDouble@74a6f9c1)/(double)vR14.reread)/jx.classfile.datatypes.BCDouble@54eb2b70);
650+
vd15 = ((double)(int)(((double)vR14.deviation*jx.classfile.datatypes.BCDouble@53941c2f)/(double)vR14.reread)/jx.classfile.datatypes.BCDouble@6dab9b6d);
651651
if compare(vd15,vR0.max_deviation)<=0 goto B677;
652652
+B671: #1
653653
vR0.max_deviation = vd15;

app/ir/org.jnode.fs.jfat.Fat12.imcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class org/jnode/fs/jfat/Fat12 {
1010

1111
method offset(I)I {
1212
+START: #1
13-
return (int)floor@special((jx.classfile.datatypes.BCDouble@63611043*(double)vi1));
13+
return (int)floor@special((jx.classfile.datatypes.BCDouble@21fd5faa*(double)vi1));
1414
+END: #1
1515
}
1616
// Register: rd 0/0 wr 0 swaps 0 any 0 found 0 offset

app/ir/org.jnode.fs.jfat.FatFormatter.imcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class org/jnode/fs/jfat/FatFormatter {
8282
vR9.setReserve2(); [Riiii RR iiiiii R.....]
8383
vR9.setFsInfo_TrailSig(-1437270016); [Riiii RR iiiiii iR....]
8484
vl14 = (long)(vi12/vi11);
85-
if compare((double)vl14,pow@special(jx.classfile.datatypes.BCDouble@20ca951f,jx.classfile.datatypes.BCDouble@2d778add))<=0 goto B508;
85+
if compare((double)vl14,pow@special(jx.classfile.datatypes.BCDouble@2766ca9d,jx.classfile.datatypes.BCDouble@5460cf3a))<=0 goto B508;
8686
+B508: #1
8787
vi16 = (((2*vR0.FatSize)+32)+vi11);
8888
+B522: #1

app/isodir/code/code.zip

412 KB
Binary file not shown.

app/isodir/code/init2.jll

39.5 MB
Binary file not shown.

app/isodir/code/init2.jln

36.9 MB
Binary file not shown.

app/isodir/code/uncompressed.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)