Skip to content

Instantly share code, notes, and snippets.

@sjrd
Created June 28, 2016 22:37
Show Gist options
  • Save sjrd/190e3bb439cf668544738d4d69300262 to your computer and use it in GitHub Desktop.
Save sjrd/190e3bb439cf668544738d4d69300262 to your computer and use it in GitHub Desktop.
RuntimeLong optimizations
This file has been truncated, but you can view the full file.
diff --git "a/C:\\Users\\Sepi\\Documents\\Projets\\scalajs-test-suite-test-fastopt.js" "b/C:\\Users\\Sepi\\Documents\\Projets\\scalajs\\test-suite\\js\\target\\scala-2.11\\scalajs-test-suite-test-fastopt.js"
index 6ac58c3..edb5b0f 100644
--- "a/C:\\Users\\Sepi\\Documents\\Projets\\scalajs-test-suite-test-fastopt.js"
+++ "b/C:\\Users\\Sepi\\Documents\\Projets\\scalajs\\test-suite\\js\\target\\scala-2.11\\scalajs-test-suite-test-fastopt.js"
@@ -1366,15 +1366,17 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
};
stream.reset__V();
var this$21 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(40, 0));
- this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(40, 0), actual$5);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(40, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(40, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
stream.mark__I__V($$this.org$scalajs$testsuite$javalib$io$CommonStreamsTests$$length__I());
var i$5 = 46;
while (true) {
var v1$5 = i$5;
var this$25 = $m_Lorg_junit_Assert$();
- var actual$6 = stream.read__I();
- this$25.assertEquals__T__O__O__V(null, v1$5, actual$6);
+ var actual$5 = stream.read__I();
+ this$25.assertEquals__T__O__O__V(null, v1$5, actual$5);
if ((i$5 === 50)) {
break
};
@@ -1385,8 +1387,8 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
while (true) {
var v1$6 = i$6;
var this$29 = $m_Lorg_junit_Assert$();
- var actual$7 = stream.read__I();
- this$29.assertEquals__T__O__O__V(null, v1$6, actual$7);
+ var actual$6 = stream.read__I();
+ this$29.assertEquals__T__O__O__V(null, v1$6, actual$6);
if ((i$6 === 50)) {
break
};
@@ -1394,12 +1396,12 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
};
stream.mark__I__V($$this.org$scalajs$testsuite$javalib$io$CommonStreamsTests$$length__I());
var this$30 = $m_Lorg_junit_Assert$();
- var actual$8 = stream.read__I();
- this$30.assertEquals__T__O__O__V(null, (-1), actual$8);
+ var actual$7 = stream.read__I();
+ this$30.assertEquals__T__O__O__V(null, (-1), actual$7);
stream.reset__V();
var this$31 = $m_Lorg_junit_Assert$();
- var actual$9 = stream.read__I();
- this$31.assertEquals__T__O__O__V(null, (-1), actual$9)
+ var actual$8 = stream.read__I();
+ this$31.assertEquals__T__O__O__V(null, (-1), actual$8)
}
function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$undprovide$undread$undfrom$undbuf__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__V($$this) {
var stream = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__newStream__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__Ljava_io_InputStream($$this);
@@ -1411,20 +1413,22 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var this$6 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$6.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds, buf, true);
var this$7 = $m_Lorg_junit_Assert$();
- var actual$1 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(35, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(35, 0), actual$1);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(35, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(35, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$2 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
- this$8.assertEquals__T__O__O__V(null, 5, actual$2);
+ var actual$1 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
+ this$8.assertEquals__T__O__O__V(null, 5, actual$1);
$m_sci_IndexedSeq$();
$m_sc_IndexedSeq$();
$m_sci_IndexedSeq$();
$m_sci_Vector$();
- var b = new $c_sci_VectorBuilder().init___();
+ var b$1 = new $c_sci_VectorBuilder().init___();
var i = 46;
while (true) {
var arg1 = i;
- b.$$plus$eq__O__sci_VectorBuilder(arg1);
+ b$1.$$plus$eq__O__sci_VectorBuilder(arg1);
if ((i === 50)) {
break
};
@@ -1433,21 +1437,21 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var i$1 = 6;
while (true) {
var arg1$1 = i$1;
- b.$$plus$eq__O__sci_VectorBuilder(arg1$1);
+ b$1.$$plus$eq__O__sci_VectorBuilder(arg1$1);
if ((i$1 === 10)) {
break
};
i$1 = ((1 + i$1) | 0)
};
- var expecteds$1 = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__seqToArray__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__sc_Seq__AB($$this, b.result__sci_Vector());
+ var expecteds$1 = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__seqToArray__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__sc_Seq__AB($$this, b$1.result__sci_Vector());
var this$19 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$19.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$1, buf, true);
var this$20 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
- this$20.assertEquals__T__O__O__V(null, (-1), actual$3);
+ var actual$2 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
+ this$20.assertEquals__T__O__O__V(null, (-1), actual$2);
var this$21 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.read__I();
- this$21.assertEquals__T__O__O__V(null, (-1), actual$4)
+ var actual$3 = stream.read__I();
+ this$21.assertEquals__T__O__O__V(null, (-1), actual$3)
}
function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$undprovide$undavailable__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__V($$this) {
var stream = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__newStream__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__Ljava_io_InputStream($$this);
@@ -1459,21 +1463,25 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var actual$1 = stream.available__I();
this$2.assertEquals__T__O__O__V(null, 45, actual$1);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(10, 0));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual$2);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(10, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.available__I();
- this$4.assertEquals__T__O__O__V(null, 35, actual$3);
+ var actual$2 = stream.available__I();
+ this$4.assertEquals__T__O__O__V(null, 35, actual$2);
$s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__mySkip$1__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__I__Ljava_io_InputStream__V($$this, 30, stream);
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.available__I();
- this$5.assertEquals__T__O__O__V(null, 5, actual$4);
+ var actual$3 = stream.available__I();
+ this$5.assertEquals__T__O__O__V(null, 5, actual$3);
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(5, 0), actual$5);
+ var b$1 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(5, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = stream.available__I();
- this$7.assertEquals__T__O__O__V(null, 0, actual$6)
+ var actual$4 = stream.available__I();
+ this$7.assertEquals__T__O__O__V(null, 0, actual$4)
}
function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__newStream__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__Ljava_io_InputStream($$this) {
var end = $$this.org$scalajs$testsuite$javalib$io$CommonStreamsTests$$length__I();
@@ -1503,9 +1511,9 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
while (true) {
var v1 = i;
stream.close__V();
- var this$4 = $m_Lorg_junit_Assert$();
+ var this$6 = $m_Lorg_junit_Assert$();
var actual = stream.read__I();
- this$4.assertEquals__T__O__O__V(null, v1, actual);
+ this$6.assertEquals__T__O__O__V(null, v1, actual);
if ((i === lastElement$4)) {
break
};
@@ -1585,20 +1593,22 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var this$29 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$29.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$3, buf, true);
var this$30 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
- this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), actual$3);
+ var b$2 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
+ var lo = b$2.lo$2;
+ var hi = b$2.hi$2;
+ this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$31 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.read__AB__I__I__I(buf, 0, 10);
- this$31.assertEquals__T__O__O__V(null, 5, actual$4);
+ var actual$3 = stream.read__AB__I__I__I(buf, 0, 10);
+ this$31.assertEquals__T__O__O__V(null, 5, actual$3);
$m_sci_IndexedSeq$();
$m_sc_IndexedSeq$();
$m_sci_IndexedSeq$();
$m_sci_Vector$();
- var b$2 = new $c_sci_VectorBuilder().init___();
+ var b$3 = new $c_sci_VectorBuilder().init___();
var i$2 = 46;
while (true) {
var arg1 = i$2;
- b$2.$$plus$eq__O__sci_VectorBuilder(arg1);
+ b$3.$$plus$eq__O__sci_VectorBuilder(arg1);
if ((i$2 === 50)) {
break
};
@@ -1607,27 +1617,27 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var i$3 = 11;
while (true) {
var arg1$1 = i$3;
- b$2.$$plus$eq__O__sci_VectorBuilder(arg1$1);
+ b$3.$$plus$eq__O__sci_VectorBuilder(arg1$1);
if ((i$3 === 25)) {
break
};
i$3 = ((1 + i$3) | 0)
};
- var expecteds$4 = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__seqToArray__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__sc_Seq__AB($$this, b$2.result__sci_Vector());
+ var expecteds$4 = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__seqToArray__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__sc_Seq__AB($$this, b$3.result__sci_Vector());
var this$42 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$42.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$4, buf, true);
var this$43 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.read__AB__I__I__I(buf, 0, 10);
- this$43.assertEquals__T__O__O__V(null, (-1), actual$5);
+ var actual$4 = stream.read__AB__I__I__I(buf, 0, 10);
+ this$43.assertEquals__T__O__O__V(null, (-1), actual$4);
$m_sci_IndexedSeq$();
$m_sc_IndexedSeq$();
$m_sci_IndexedSeq$();
$m_sci_Vector$();
- var b$3 = new $c_sci_VectorBuilder().init___();
+ var b$4 = new $c_sci_VectorBuilder().init___();
var i$4 = 46;
while (true) {
var arg1$2 = i$4;
- b$3.$$plus$eq__O__sci_VectorBuilder(arg1$2);
+ b$4.$$plus$eq__O__sci_VectorBuilder(arg1$2);
if ((i$4 === 50)) {
break
};
@@ -1636,13 +1646,13 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var i$5 = 11;
while (true) {
var arg1$3 = i$5;
- b$3.$$plus$eq__O__sci_VectorBuilder(arg1$3);
+ b$4.$$plus$eq__O__sci_VectorBuilder(arg1$3);
if ((i$5 === 25)) {
break
};
i$5 = ((1 + i$5) | 0)
};
- var expecteds$5 = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__seqToArray__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__sc_Seq__AB($$this, b$3.result__sci_Vector());
+ var expecteds$5 = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__seqToArray__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__sc_Seq__AB($$this, b$4.result__sci_Vector());
var this$54 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$54.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$5, buf, true)
}
@@ -1653,9 +1663,10 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__mySkip$1
var i = 1;
while (true) {
var v1 = i;
- var this$4 = $m_Lorg_junit_Assert$();
- var unexpected = new $c_sjsr_RuntimeLong().init___I(stream$3.read__I());
- this$4.assertNotEquals__T__J__J__V(null, unexpected, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var this$6 = $m_Lorg_junit_Assert$();
+ var value = stream$3.read__I();
+ var hi$3 = (value >> 31);
+ this$6.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I(value, hi$3), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
if ((i === lastElement$4)) {
break
};
@@ -1666,37 +1677,47 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__mySkip$1
function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$undprovide$undskip__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__V($$this) {
var stream = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__newStream__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__Ljava_io_InputStream($$this);
var this$1 = $m_Lorg_junit_Assert$();
- var actual = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(7, 0));
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(7, 0), actual);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(7, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(7, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var i = 8;
while (true) {
var v1 = i;
var this$5 = $m_Lorg_junit_Assert$();
- var actual$1 = stream.read__I();
- this$5.assertEquals__T__O__O__V(null, v1, actual$1);
+ var actual = stream.read__I();
+ this$5.assertEquals__T__O__O__V(null, v1, actual);
if ((i === 32)) {
break
};
i = ((1 + i) | 0)
};
var this$6 = $m_Lorg_junit_Assert$();
- var actual$2 = stream.skip__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$6.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$1 = stream.skip__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$6.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.read__I();
- this$7.assertEquals__T__O__O__V(null, 33, actual$3);
+ var actual$1 = stream.read__I();
+ this$7.assertEquals__T__O__O__V(null, 33, actual$1);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
- this$8.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$4);
+ var b$2 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$8.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.read__I();
- this$9.assertEquals__T__O__O__V(null, 34, actual$5);
+ var actual$2 = stream.read__I();
+ this$9.assertEquals__T__O__O__V(null, 34, actual$2);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$6 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(16, 0), actual$6);
+ var b$3 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(16, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$11 = $m_Lorg_junit_Assert$();
- var actual$7 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
- this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$7)
+ var b$4 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4))
}
function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$undprovide$undread__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__V($$this) {
var stream = $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__newStream__p0__Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests__Ljava_io_InputStream($$this);
@@ -1707,9 +1728,9 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var i = 1;
while (true) {
var v1 = i;
- var this$4 = $m_Lorg_junit_Assert$();
+ var this$6 = $m_Lorg_junit_Assert$();
var actual = stream.read__I();
- this$4.assertEquals__T__O__O__V(null, v1, actual);
+ this$6.assertEquals__T__O__O__V(null, v1, actual);
if ((i === lastElement$4)) {
break
};
@@ -1719,9 +1740,9 @@ function $s_Lorg_scalajs_testsuite_javalib_io_CommonStreamsTests$class__should$u
var i$1 = 1;
while (true) {
var v1$1 = i$1;
- var this$8 = $m_Lorg_junit_Assert$();
+ var this$10 = $m_Lorg_junit_Assert$();
var actual$1 = stream.read__I();
- this$8.assertEquals__T__O__O__V(null, (-1), actual$1);
+ this$10.assertEquals__T__O__O__V(null, (-1), actual$1);
if ((i$1 === 5)) {
break
};
@@ -2335,13 +2356,13 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
};
var f$1 = (function(x$4$2) {
var x$4 = $uI(x$4$2);
- var x$5 = new $c_sjsr_RuntimeLong().init___I(x$4);
- return x$5
+ var hi = (x$4 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$4, hi)
});
var cmpFun$1 = new $c_sjsr_AnonFunction2().init___sjs_js_Function2((function(x$2$1, y$2$1) {
- var x$6 = $as_sjsr_RuntimeLong(x$2$1);
+ var x$5 = $as_sjsr_RuntimeLong(x$2$1);
var y$3 = $as_sjsr_RuntimeLong(y$2$1);
- return $as_sjsr_RuntimeLong($uJ(x$6)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong($uJ(y$3)))
+ return $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(x$5.lo$2, x$5.hi$2, y$3.lo$2, y$3.hi$2)
}));
var evidence$4$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var factory$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory();
@@ -2419,9 +2440,9 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
return x$5$1
});
var cmpFun$2 = new $c_sjsr_AnonFunction2().init___sjs_js_Function2((function(x$2$2, y$2$2) {
- var x$7 = $asDouble(x$2$2);
+ var x$6 = $asDouble(x$2$2);
var y$4 = $asDouble(y$2$2);
- return $m_jl_Double$().compare__D__D__I($uD(x$7), $uD(y$4))
+ return $m_jl_Double$().compare__D__D__I($uD(x$6), $uD(y$4))
}));
var evidence$4$2 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Double.getClassOf());
var factory$2 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory();
@@ -2572,8 +2593,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
};
var f$1 = (function(x$6$2) {
var x$6 = $uI(x$6$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$6);
- return x
+ var hi = (x$6 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$6, hi)
});
var evidence$5$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var factory$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory();
@@ -2753,8 +2774,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
$s_Lorg_scalajs_testsuite_utils_CollectionsTestBase$class__testCollectionUnmodifiability__Lorg_scalajs_testsuite_utils_CollectionsTestBase__ju_Collection__O__V($$this, coll$2, elem$1);
var f$1 = (function(x$19$2) {
var x$19 = $uI(x$19$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$19);
- return x
+ var hi = (x$19 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$19, hi)
});
var evidence$9$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var coll$3 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory().empty__s_reflect_ClassTag__ju_Collection(evidence$9$1);
@@ -2932,8 +2953,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
};
var f$1 = (function(x$1$2$1) {
var x$1$1 = $uI(x$1$2$1);
- var x = new $c_sjsr_RuntimeLong().init___I(x$1$1);
- return x
+ var hi = (x$1$1 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$1$1, hi)
});
var evidence$3$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var factory$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory();
@@ -3104,8 +3125,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
this$8.assertTrue__T__Z__V(null, condition$4);
var f$1 = (function(x$16$2) {
var x$16 = $uI(x$16$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$16);
- return x
+ var hi = (x$16 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$16, hi)
});
var evidence$8$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var coll$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory().empty__s_reflect_ClassTag__ju_Collection(evidence$8$1);
@@ -3231,13 +3252,13 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
};
var f$1 = (function(x$9$2) {
var x$9 = $uI(x$9$2);
- var x$3 = new $c_sjsr_RuntimeLong().init___I(x$9);
- return x$3
+ var hi = (x$9 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$9, hi)
});
var cmpFun$1 = new $c_sjsr_AnonFunction2().init___sjs_js_Function2((function(x$2$1, y$2$1) {
- var x$4 = $as_sjsr_RuntimeLong(x$2$1);
+ var x$3 = $as_sjsr_RuntimeLong(x$2$1);
var y$3 = $as_sjsr_RuntimeLong(y$2$1);
- return $as_sjsr_RuntimeLong($uJ(x$4)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong($uJ(y$3)))
+ return $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(x$3.lo$2, x$3.hi$2, y$3.lo$2, y$3.hi$2)
}));
var evidence$6$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var factory$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory();
@@ -3315,9 +3336,9 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
return x$10
});
var cmpFun$2 = new $c_sjsr_AnonFunction2().init___sjs_js_Function2((function(x$2$2, y$2$2) {
- var x$5 = $asDouble(x$2$2);
+ var x$4 = $asDouble(x$2$2);
var y$4 = $asDouble(y$2$2);
- return $m_jl_Double$().compare__D__D__I($uD(x$5), $uD(y$4))
+ return $m_jl_Double$().compare__D__D__I($uD(x$4), $uD(y$4))
}));
var evidence$6$2 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Double.getClassOf());
var factory$2 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory();
@@ -3495,8 +3516,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnCollectionsTest$cla
};
var f$1 = (function(x$12$2) {
var x$12 = $uI(x$12$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$12);
- return x
+ var hi = (x$12 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$12, hi)
});
var evidence$7$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var coll$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_CollectionFactory().empty__s_reflect_ClassTag__ju_Collection(evidence$7$1);
@@ -4038,8 +4059,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__ind
this$65.assertEquals__T__O__O__V(null, (-1), actual$6);
var f$1 = (function(x$52$2) {
var x$52 = $uI(x$52$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$52);
- return x
+ var hi = (x$52 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$52, hi)
});
var evidence$12$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var source$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$12$1);
@@ -4762,20 +4783,20 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__bin
})), new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Integer.getClassOf()));
$s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__test$2__p0__Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest__F1__F2__s_reflect_ClassTag__V($$this, new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(x$15$2) {
var x$15 = $uI(x$15$2);
- var x$3 = new $c_sjsr_RuntimeLong().init___I(x$15);
- return x$3
+ var hi = (x$15 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$15, hi)
})), new $c_sjsr_AnonFunction2().init___sjs_js_Function2((function(x$2$1, y$2$1) {
- var x$4 = $as_sjsr_RuntimeLong(x$2$1);
+ var x$3 = $as_sjsr_RuntimeLong(x$2$1);
var y$3 = $as_sjsr_RuntimeLong(y$2$1);
- return $as_sjsr_RuntimeLong($uJ(x$4)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong($uJ(y$3)))
+ return $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(x$3.lo$2, x$3.hi$2, y$3.lo$2, y$3.hi$2)
})), new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf()));
$s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__test$2__p0__Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest__F1__F2__s_reflect_ClassTag__V($$this, new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(x$16$2) {
var x$16 = $uI(x$16$2);
return x$16
})), new $c_sjsr_AnonFunction2().init___sjs_js_Function2((function(x$2$2, y$2$2) {
- var x$5 = $asDouble(x$2$2);
+ var x$4 = $asDouble(x$2$2);
var y$4 = $asDouble(y$2$2);
- return $m_jl_Double$().compare__D__D__I($uD(x$5), $uD(y$4))
+ return $m_jl_Double$().compare__D__D__I($uD(x$4), $uD(y$4))
})), new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Double.getClassOf()))
}
function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__replaceAll__Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest__V($$this) {
@@ -4892,8 +4913,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__rep
this$28.assertEquals__T__O__O__V(null, expected$8, actual$8);
var f$1 = (function(x$48$2) {
var x$48 = $uI(x$48$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$48);
- return x
+ var hi = (x$48 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$48, hi)
});
var evidence$11$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$11$1);
@@ -5445,8 +5466,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__cop
})(source, dest)));
var f$1 = (function(x$40$2) {
var x$40 = $uI(x$40$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$40);
- return x
+ var hi = (x$40 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$40, hi)
});
var evidence$9$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var source$2 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$9$1);
@@ -5986,8 +6007,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__shu
this$23.assertTrue__T__Z__V(null, condition);
var f$2 = (function(x$22$2) {
var x$22 = $uI(x$22$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$22);
- return x
+ var hi = (x$22 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$22, hi)
});
var evidence$6$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$6$1);
@@ -6282,8 +6303,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__shu
this$99.assertTrue__T__Z__V(null, condition$4);
var f$7 = (function(x$22$2$1) {
var x$22$1 = $uI(x$22$2$1);
- var x$1 = new $c_sjsr_RuntimeLong().init___I(x$22$1);
- return x$1
+ var hi$1 = (x$22$1 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$22$1, hi$1)
});
var evidence$6$5 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$5 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$6$5);
@@ -6578,8 +6599,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__shu
this$175.assertTrue__T__Z__V(null, condition$8);
var f$12 = (function(x$22$2$2) {
var x$22$3 = $uI(x$22$2$2);
- var x$2 = new $c_sjsr_RuntimeLong().init___I(x$22$3);
- return x$2
+ var hi$2 = (x$22$3 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$22$3, hi$2)
});
var evidence$6$9 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$9 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$6$9);
@@ -6874,8 +6895,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__shu
this$251.assertTrue__T__Z__V(null, condition$12);
var f$17 = (function(x$22$2$3) {
var x$22$4 = $uI(x$22$2$3);
- var x$3 = new $c_sjsr_RuntimeLong().init___I(x$22$4);
- return x$3
+ var hi$3 = (x$22$4 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$22$4, hi$3)
});
var evidence$6$13 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$13 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$6$13);
@@ -7219,8 +7240,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__rev
};
var f$1 = (function(x$18$2) {
var x$18 = $uI(x$18$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$18);
- return x
+ var hi$8 = (x$18 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$18, hi$8)
});
var evidence$5$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$5$1);
@@ -7783,8 +7804,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__rot
};
var f$1 = (function(x$44$2) {
var x$44 = $uI(x$44$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$44);
- return x
+ var hi = (x$44 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$44, hi)
});
var evidence$10$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$10$1);
@@ -8504,8 +8525,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__las
this$68.assertEquals__T__O__O__V(null, (-1), actual$6);
var f$1 = (function(x$56$2) {
var x$56 = $uI(x$56$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$56);
- return x
+ var hi = (x$56 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$56, hi)
});
var evidence$13$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var source$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$13$1);
@@ -9316,8 +9337,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__fil
};
var f$1 = (function(x$36$2) {
var x$36 = $uI(x$36$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$36);
- return x
+ var hi = (x$36 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$36, hi)
});
var evidence$8$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$8$1);
@@ -9688,8 +9709,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__swa
};
var f$1 = (function(x$31$2) {
var x$31 = $uI(x$31$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$31);
- return x
+ var hi = (x$31 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$31, hi)
});
var evidence$7$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var list$1 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_ListFactory().empty__s_reflect_ClassTag__ju_List(evidence$7$1);
@@ -10130,8 +10151,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__bin
})), new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Integer.getClassOf()));
$s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__test$1__p0__Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest__F1__s_reflect_ClassTag__V($$this, new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(x$10$2) {
var x$10 = $uI(x$10$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$10);
- return x
+ var hi = (x$10 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$10, hi)
})), new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf()));
$s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest$class__test$1__p0__Lorg_scalajs_testsuite_javalib_util_CollectionsOnListTest__F1__s_reflect_ClassTag__V($$this, new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(x$11$2) {
var x$11 = $uI(x$11$2);
@@ -10172,8 +10193,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnMapsTest$class__unm
$s_Lorg_scalajs_testsuite_utils_CollectionsTestBase$class__testMapUnmodifiability__Lorg_scalajs_testsuite_utils_CollectionsTestBase__ju_Map__O__O__V($$this, map$2, key$1, value$1);
var f$2 = (function(x$3$2) {
var x$3 = $uI(x$3$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$3);
- return x
+ var hi = (x$3 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$3, hi)
});
var f$3 = (function(x$4$2) {
var x$4 = $uI(x$4$2);
@@ -10298,8 +10319,8 @@ function $s_Lorg_scalajs_testsuite_javalib_util_CollectionsOnSetsTest$class__unm
$s_Lorg_scalajs_testsuite_utils_CollectionsTestBase$class__testCollectionUnmodifiability__Lorg_scalajs_testsuite_utils_CollectionsTestBase__ju_Collection__O__V($$this, set$2, elem$1);
var f$1 = (function(x$2$2) {
var x$2 = $uI(x$2$2);
- var x = new $c_sjsr_RuntimeLong().init___I(x$2);
- return x
+ var hi = (x$2 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$2, hi)
});
var evidence$1$1 = new $c_s_reflect_ClassTag$ClassClassTag().init___jl_Class($d_jl_Long.getClassOf());
var set$3 = $$this.factory__Lorg_scalajs_testsuite_javalib_util_SetFactory().empty__s_reflect_ClassTag__ju_Set(evidence$1$1);
@@ -13440,9 +13461,9 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
while (true) {
var v1 = i;
stream.close__V();
- var this$4 = $m_Lorg_junit_Assert$();
+ var this$6 = $m_Lorg_junit_Assert$();
var actual = stream.read__I();
- this$4.assertEquals__T__O__O__V(null, v1, actual);
+ this$6.assertEquals__T__O__O__V(null, v1, actual);
if ((i === lastElement$4)) {
break
};
@@ -13484,20 +13505,22 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var this$6 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$6.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds, buf, true);
var this$7 = $m_Lorg_junit_Assert$();
- var actual$1 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(35, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(35, 0), actual$1);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(35, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(35, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$2 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
- this$8.assertEquals__T__O__O__V(null, 5, actual$2);
+ var actual$1 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
+ this$8.assertEquals__T__O__O__V(null, 5, actual$1);
$m_sci_IndexedSeq$();
$m_sc_IndexedSeq$();
$m_sci_IndexedSeq$();
$m_sci_Vector$();
- var b = new $c_sci_VectorBuilder().init___();
+ var b$1 = new $c_sci_VectorBuilder().init___();
var i = 46;
while (true) {
var arg1 = i;
- b.$$plus$eq__O__sci_VectorBuilder(arg1);
+ b$1.$$plus$eq__O__sci_VectorBuilder(arg1);
if ((i === 50)) {
break
};
@@ -13506,22 +13529,22 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var i$1 = 6;
while (true) {
var arg1$1 = i$1;
- b.$$plus$eq__O__sci_VectorBuilder(arg1$1);
+ b$1.$$plus$eq__O__sci_VectorBuilder(arg1$1);
if ((i$1 === 10)) {
break
};
i$1 = ((1 + i$1) | 0)
};
- var a$1 = b.result__sci_Vector();
+ var a$1 = b$1.result__sci_Vector();
var expecteds$1 = $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__byteArray__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__sc_TraversableOnce__AB($$this, a$1);
var this$19 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$19.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$1, buf, true);
var this$20 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
- this$20.assertEquals__T__O__O__V(null, (-1), actual$3);
+ var actual$2 = stream.read__AB__I__I__I(buf, 0, buf.u.length);
+ this$20.assertEquals__T__O__O__V(null, (-1), actual$2);
var this$21 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.read__I();
- this$21.assertEquals__T__O__O__V(null, (-1), actual$4)
+ var actual$3 = stream.read__I();
+ this$21.assertEquals__T__O__O__V(null, (-1), actual$3)
}
function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__mySkip$1__p0__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__I__Ljava_io_InputStream__V($$this, n, stream$3) {
var isEmpty$4 = (n < 1);
@@ -13530,9 +13553,10 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var i = 1;
while (true) {
var v1 = i;
- var this$4 = $m_Lorg_junit_Assert$();
- var actual = new $c_sjsr_RuntimeLong().init___I(stream$3.read__I());
- this$4.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual);
+ var this$6 = $m_Lorg_junit_Assert$();
+ var value = stream$3.read__I();
+ var hi$3 = (value >> 31);
+ this$6.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(value, hi$3));
if ((i === lastElement$4)) {
break
};
@@ -13626,20 +13650,22 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var this$29 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$29.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$3, buf, true);
var this$30 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
- this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), actual$3);
+ var b$2 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
+ var lo = b$2.lo$2;
+ var hi = b$2.hi$2;
+ this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$31 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.read__AB__I__I__I(buf, 0, 10);
- this$31.assertEquals__T__O__O__V(null, 5, actual$4);
+ var actual$3 = stream.read__AB__I__I__I(buf, 0, 10);
+ this$31.assertEquals__T__O__O__V(null, 5, actual$3);
$m_sci_IndexedSeq$();
$m_sc_IndexedSeq$();
$m_sci_IndexedSeq$();
$m_sci_Vector$();
- var b$2 = new $c_sci_VectorBuilder().init___();
+ var b$3 = new $c_sci_VectorBuilder().init___();
var i$2 = 46;
while (true) {
var arg1 = i$2;
- b$2.$$plus$eq__O__sci_VectorBuilder(arg1);
+ b$3.$$plus$eq__O__sci_VectorBuilder(arg1);
if ((i$2 === 50)) {
break
};
@@ -13648,31 +13674,31 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var i$3 = 11;
while (true) {
var arg1$1 = i$3;
- b$2.$$plus$eq__O__sci_VectorBuilder(arg1$1);
+ b$3.$$plus$eq__O__sci_VectorBuilder(arg1$1);
if ((i$3 === 25)) {
break
};
i$3 = ((1 + i$3) | 0)
};
- var a$4 = b$2.result__sci_Vector();
+ var a$4 = b$3.result__sci_Vector();
var expecteds$4 = $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__byteArray__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__sc_TraversableOnce__AB($$this, a$4);
var this$42 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$42.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$4, buf, true);
var this$43 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.read__AB__I__I__I(buf, 0, 10);
- this$43.assertEquals__T__O__O__V(null, (-1), actual$5);
+ var actual$4 = stream.read__AB__I__I__I(buf, 0, 10);
+ this$43.assertEquals__T__O__O__V(null, (-1), actual$4);
var this$44 = $m_Lorg_junit_Assert$();
- var actual$6 = stream.read__AB__I__I__I(buf, 0, 0);
- this$44.assertEquals__T__O__O__V(null, 0, actual$6);
+ var actual$5 = stream.read__AB__I__I__I(buf, 0, 0);
+ this$44.assertEquals__T__O__O__V(null, 0, actual$5);
$m_sci_IndexedSeq$();
$m_sc_IndexedSeq$();
$m_sci_IndexedSeq$();
$m_sci_Vector$();
- var b$3 = new $c_sci_VectorBuilder().init___();
+ var b$4 = new $c_sci_VectorBuilder().init___();
var i$4 = 46;
while (true) {
var arg1$2 = i$4;
- b$3.$$plus$eq__O__sci_VectorBuilder(arg1$2);
+ b$4.$$plus$eq__O__sci_VectorBuilder(arg1$2);
if ((i$4 === 50)) {
break
};
@@ -13681,13 +13707,13 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var i$5 = 11;
while (true) {
var arg1$3 = i$5;
- b$3.$$plus$eq__O__sci_VectorBuilder(arg1$3);
+ b$4.$$plus$eq__O__sci_VectorBuilder(arg1$3);
if ((i$5 === 25)) {
break
};
i$5 = ((1 + i$5) | 0)
};
- var a$5 = b$3.result__sci_Vector();
+ var a$5 = b$4.result__sci_Vector();
var expecteds$5 = $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__byteArray__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__sc_TraversableOnce__AB($$this, a$5);
var this$55 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
this$55.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds$5, buf, true)
@@ -13702,56 +13728,70 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var actual$1 = stream.available__I();
this$2.assertEquals__T__O__O__V(null, 45, actual$1);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(10, 0));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual$2);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(10, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.available__I();
- this$4.assertEquals__T__O__O__V(null, 35, actual$3);
+ var actual$2 = stream.available__I();
+ this$4.assertEquals__T__O__O__V(null, 35, actual$2);
$s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__mySkip$1__p0__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__I__Ljava_io_InputStream__V($$this, 30, stream);
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.available__I();
- this$5.assertEquals__T__O__O__V(null, 5, actual$4);
+ var actual$3 = stream.available__I();
+ this$5.assertEquals__T__O__O__V(null, 5, actual$3);
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(5, 0), actual$5);
+ var b$1 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(20, 0));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(5, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = stream.available__I();
- this$7.assertEquals__T__O__O__V(null, 0, actual$6)
+ var actual$4 = stream.available__I();
+ this$7.assertEquals__T__O__O__V(null, 0, actual$4)
}
function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__skip__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__V($$this) {
var stream = $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__newStream__p0__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__Ljava_io_InputStream($$this);
var this$1 = $m_Lorg_junit_Assert$();
- var actual = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(7, 0));
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(7, 0), actual);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(7, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(7, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var i = 8;
while (true) {
var v1 = i;
var this$5 = $m_Lorg_junit_Assert$();
- var actual$1 = stream.read__I();
- this$5.assertEquals__T__O__O__V(null, v1, actual$1);
+ var actual = stream.read__I();
+ this$5.assertEquals__T__O__O__V(null, v1, actual);
if ((i === 32)) {
break
};
i = ((1 + i) | 0)
};
var this$6 = $m_Lorg_junit_Assert$();
- var actual$2 = stream.skip__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$6.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$1 = stream.skip__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$6.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$3 = stream.read__I();
- this$7.assertEquals__T__O__O__V(null, 33, actual$3);
+ var actual$1 = stream.read__I();
+ this$7.assertEquals__T__O__O__V(null, 33, actual$1);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$4 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
- this$8.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$4);
+ var b$2 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$8.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.read__I();
- this$9.assertEquals__T__O__O__V(null, 34, actual$5);
+ var actual$2 = stream.read__I();
+ this$9.assertEquals__T__O__O__V(null, 34, actual$2);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$6 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(16, 0), actual$6);
+ var b$3 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(16, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$11 = $m_Lorg_junit_Assert$();
- var actual$7 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
- this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$7)
+ var b$4 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4))
}
function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__mark$undreset__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__V($$this) {
var stream = $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__newStream__p0__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__Ljava_io_InputStream($$this);
@@ -13816,15 +13856,17 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
};
stream.reset__V();
var this$21 = $m_Lorg_junit_Assert$();
- var actual$5 = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(40, 0));
- this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(40, 0), actual$5);
+ var b = stream.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(40, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(40, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
stream.mark__I__V($$this.org$scalajs$testsuite$typedarray$ArrayBufferInputStreamTest$$length__I());
var i$5 = 46;
while (true) {
var v1$5 = i$5;
var this$25 = $m_Lorg_junit_Assert$();
- var actual$6 = stream.read__I();
- this$25.assertEquals__T__O__O__V(null, v1$5, actual$6);
+ var actual$5 = stream.read__I();
+ this$25.assertEquals__T__O__O__V(null, v1$5, actual$5);
if ((i$5 === 50)) {
break
};
@@ -13835,8 +13877,8 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
while (true) {
var v1$6 = i$6;
var this$29 = $m_Lorg_junit_Assert$();
- var actual$7 = stream.read__I();
- this$29.assertEquals__T__O__O__V(null, v1$6, actual$7);
+ var actual$6 = stream.read__I();
+ this$29.assertEquals__T__O__O__V(null, v1$6, actual$6);
if ((i$6 === 50)) {
break
};
@@ -13844,12 +13886,12 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
};
stream.mark__I__V($$this.org$scalajs$testsuite$typedarray$ArrayBufferInputStreamTest$$length__I());
var this$30 = $m_Lorg_junit_Assert$();
- var actual$8 = stream.read__I();
- this$30.assertEquals__T__O__O__V(null, (-1), actual$8);
+ var actual$7 = stream.read__I();
+ this$30.assertEquals__T__O__O__V(null, (-1), actual$7);
stream.reset__V();
var this$31 = $m_Lorg_junit_Assert$();
- var actual$9 = stream.read__I();
- this$31.assertEquals__T__O__O__V(null, (-1), actual$9)
+ var actual$8 = stream.read__I();
+ this$31.assertEquals__T__O__O__V(null, (-1), actual$8)
}
function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__read__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__V($$this) {
var stream = $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__newStream__p0__Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest__Ljava_io_InputStream($$this);
@@ -13860,9 +13902,9 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var i = 1;
while (true) {
var v1 = i;
- var this$4 = $m_Lorg_junit_Assert$();
+ var this$6 = $m_Lorg_junit_Assert$();
var actual = stream.read__I();
- this$4.assertEquals__T__O__O__V(null, v1, actual);
+ this$6.assertEquals__T__O__O__V(null, v1, actual);
if ((i === lastElement$4)) {
break
};
@@ -13872,9 +13914,9 @@ function $s_Lorg_scalajs_testsuite_typedarray_ArrayBufferInputStreamTest$class__
var i$1 = 1;
while (true) {
var v1$1 = i$1;
- var this$8 = $m_Lorg_junit_Assert$();
+ var this$10 = $m_Lorg_junit_Assert$();
var actual$1 = stream.read__I();
- this$8.assertEquals__T__O__O__V(null, (-1), actual$1);
+ this$10.assertEquals__T__O__O__V(null, (-1), actual$1);
if ((i$1 === 5)) {
break
};
@@ -16021,7 +16063,8 @@ function $s_s_math_Numeric$ByteIsIntegral$class__fromInt__s_math_Numeric$ByteIsI
return ((x << 24) >> 24)
}
function $s_s_math_Numeric$ByteIsIntegral$class__toLong__s_math_Numeric$ByteIsIntegral__B__J($$this, x) {
- return new $c_sjsr_RuntimeLong().init___I(x)
+ var hi = (x >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x, hi)
}
function $s_s_math_Numeric$ByteIsIntegral$class__plus__s_math_Numeric$ByteIsIntegral__B__B__B($$this, x, y) {
return ((((x + y) | 0) << 24) >> 24)
@@ -16048,7 +16091,8 @@ function $s_s_math_Numeric$CharIsIntegral$class__times__s_math_Numeric$CharIsInt
return (65535 & $imul(x, y))
}
function $s_s_math_Numeric$CharIsIntegral$class__toLong__s_math_Numeric$CharIsIntegral__C__J($$this, x) {
- return new $c_sjsr_RuntimeLong().init___I(x)
+ var hi = (x >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x, hi)
}
function $s_s_math_Numeric$CharIsIntegral$class__quot__s_math_Numeric$CharIsIntegral__C__C__C($$this, x, y) {
return (65535 & ((x / y) | 0))
@@ -16067,7 +16111,10 @@ function $s_s_math_Numeric$DoubleAsIfIntegral$class__quot__s_math_Numeric$Double
return this$3.bigDecimal$3.doubleValue__D()
}
function $s_s_math_Numeric$DoubleIsConflicted$class__toLong__s_math_Numeric$DoubleIsConflicted__D__J($$this, x) {
- return $m_sjsr_RuntimeLong$().fromDouble__D__sjsr_RuntimeLong(x)
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.scala$scalajs$runtime$RuntimeLong$$fromDoubleImpl__D__I(x);
+ var hi = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ return new $c_sjsr_RuntimeLong().init___I__I(lo, hi)
}
function $s_s_math_Numeric$DoubleIsConflicted$class__plus__s_math_Numeric$DoubleIsConflicted__D__D__D($$this, x, y) {
return (x + y)
@@ -16091,7 +16138,10 @@ function $s_s_math_Numeric$FloatIsConflicted$class__plus__s_math_Numeric$FloatIs
return $fround((x + y))
}
function $s_s_math_Numeric$FloatIsConflicted$class__toLong__s_math_Numeric$FloatIsConflicted__F__J($$this, x) {
- return $m_sjsr_RuntimeLong$().fromDouble__D__sjsr_RuntimeLong(x)
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.scala$scalajs$runtime$RuntimeLong$$fromDoubleImpl__D__I(x);
+ var hi = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ return new $c_sjsr_RuntimeLong().init___I__I(lo, hi)
}
function $s_s_math_Numeric$FloatIsConflicted$class__negate__s_math_Numeric$FloatIsConflicted__F__F($$this, x) {
return $fround((0.0 - x))
@@ -16118,28 +16168,53 @@ function $s_s_math_Numeric$IntIsIntegral$class__plus__s_math_Numeric$IntIsIntegr
return ((x + y) | 0)
}
function $s_s_math_Numeric$IntIsIntegral$class__toLong__s_math_Numeric$IntIsIntegral__I__J($$this, x) {
- return new $c_sjsr_RuntimeLong().init___I(x)
+ var hi = (x >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x, hi)
}
function $s_s_math_Numeric$LongIsIntegral$class__quot__s_math_Numeric$LongIsIntegral__J__J__J($$this, x, y) {
- return x.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(y)
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.divideImpl__I__I__I__I__I(x.lo$2, x.hi$2, y.lo$2, y.hi$2);
+ var hi = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ return new $c_sjsr_RuntimeLong().init___I__I(lo, hi)
}
function $s_s_math_Numeric$LongIsIntegral$class__toInt__s_math_Numeric$LongIsIntegral__J__I($$this, x) {
return x.lo$2
}
function $s_s_math_Numeric$LongIsIntegral$class__fromInt__s_math_Numeric$LongIsIntegral__I__J($$this, x) {
- return new $c_sjsr_RuntimeLong().init___I(x)
+ var hi = (x >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x, hi)
}
function $s_s_math_Numeric$LongIsIntegral$class__plus__s_math_Numeric$LongIsIntegral__J__J__J($$this, x, y) {
- return x.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(y)
+ var alo = x.lo$2;
+ var ahi = x.hi$2;
+ var blo = y.lo$2;
+ var bhi = y.hi$2;
+ var lo = ((alo + blo) | 0);
+ var hi = ((((-2147483648) ^ lo) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + bhi) | 0)) | 0) : ((ahi + bhi) | 0));
+ return new $c_sjsr_RuntimeLong().init___I__I(lo, hi)
}
function $s_s_math_Numeric$LongIsIntegral$class__minus__s_math_Numeric$LongIsIntegral__J__J__J($$this, x, y) {
- return x.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(y)
+ var alo = x.lo$2;
+ var ahi = x.hi$2;
+ var blo = y.lo$2;
+ var bhi = y.hi$2;
+ var lo = ((alo - blo) | 0);
+ var hi = ((((-2147483648) ^ lo) > ((-2147483648) ^ alo)) ? (((-1) + ((ahi - bhi) | 0)) | 0) : ((ahi - bhi) | 0));
+ return new $c_sjsr_RuntimeLong().init___I__I(lo, hi)
}
function $s_s_math_Numeric$LongIsIntegral$class__negate__s_math_Numeric$LongIsIntegral__J__J($$this, x) {
- return x.unary$und$minus__sjsr_RuntimeLong()
+ var lo = x.lo$2;
+ var hi = x.hi$2;
+ var lo$1 = ((-lo) | 0);
+ var hi$1 = ((lo !== 0) ? (~hi) : ((-hi) | 0));
+ return new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1)
}
function $s_s_math_Numeric$LongIsIntegral$class__times__s_math_Numeric$LongIsIntegral__J__J__J($$this, x, y) {
- return x.$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(y)
+ var alo = x.lo$2;
+ var blo = y.lo$2;
+ var lo = $imul(alo, blo);
+ var hi = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(alo, x.hi$2, blo, y.hi$2);
+ return new $c_sjsr_RuntimeLong().init___I__I(lo, hi)
}
function $s_s_math_Numeric$ShortIsIntegral$class__quot__s_math_Numeric$ShortIsIntegral__S__S__S($$this, x, y) {
return ((((x / y) | 0) << 16) >> 16)
@@ -16148,7 +16223,8 @@ function $s_s_math_Numeric$ShortIsIntegral$class__plus__s_math_Numeric$ShortIsIn
return ((((x + y) | 0) << 16) >> 16)
}
function $s_s_math_Numeric$ShortIsIntegral$class__toLong__s_math_Numeric$ShortIsIntegral__S__J($$this, x) {
- return new $c_sjsr_RuntimeLong().init___I(x)
+ var hi = (x >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x, hi)
}
function $s_s_math_Numeric$ShortIsIntegral$class__fromInt__s_math_Numeric$ShortIsIntegral__I__S($$this, x) {
return ((x << 16) >> 16)
@@ -16199,7 +16275,13 @@ function $s_s_math_Ordering$IntOrdering$class__compare__s_math_Ordering$IntOrder
return ((x < y) ? (-1) : ((x === y) ? 0 : 1))
}
function $s_s_math_Ordering$LongOrdering$class__compare__s_math_Ordering$LongOrdering__J__J__I($$this, x, y) {
- return (x.$$less__sjsr_RuntimeLong__Z(y) ? (-1) : (x.equals__sjsr_RuntimeLong__Z(y) ? 0 : 1))
+ var ahi = x.hi$2;
+ var bhi = y.hi$2;
+ if (((ahi === bhi) ? (((-2147483648) ^ x.lo$2) < ((-2147483648) ^ y.lo$2)) : (ahi < bhi))) {
+ return (-1)
+ } else {
+ return (((x.lo$2 === y.lo$2) && (x.hi$2 === y.hi$2)) ? 0 : 1)
+ }
}
function $s_s_math_Ordering$ShortOrdering$class__compare__s_math_Ordering$ShortOrdering__S__S__I($$this, x, y) {
return ((x - y) | 0)
@@ -16241,8 +16323,13 @@ function $s_s_math_ScalaNumericAnyConversions$class__unifiedPrimitiveEquals__s_m
var x5 = $uI(x);
return ($$this.isValidInt__Z() && ($$this.intValue__I() === x5))
} else if ($is_sjsr_RuntimeLong(x)) {
- var x6 = $uJ(x);
- return $$this.longValue__J().equals__sjsr_RuntimeLong__Z(x6)
+ var b = $uJ(x);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var b$1 = $$this.longValue__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ return ((lo$1 === lo) && (hi$1 === hi))
} else if ($isFloat(x)) {
var x7 = $uF(x);
return ($$this.floatValue__F() === x7)
@@ -16254,8 +16341,10 @@ function $s_s_math_ScalaNumericAnyConversions$class__unifiedPrimitiveEquals__s_m
}
}
function $s_s_math_ScalaNumericAnyConversions$class__unifiedPrimitiveHashcode__s_math_ScalaNumericAnyConversions__I($$this) {
- var lv = $$this.longValue__J();
- return ((lv.$$greater$eq__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), (-1))) && lv.$$less$eq__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0))) ? lv.lo$2 : $m_sr_ScalaRunTime$().hash__O__I(lv))
+ var b = $$this.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ return ((((hi === (-1)) ? (((-2147483648) ^ lo) >= 0) : (hi > (-1))) && ((hi === 0) ? (((-2147483648) ^ lo) <= (-1)) : (hi < 0))) ? lo : $m_sr_ScalaRunTime$().hash__O__I(new $c_sjsr_RuntimeLong().init___I__I(lo, hi)))
}
function $s_s_math_ScalaNumericAnyConversions$class__isValidByte__s_math_ScalaNumericAnyConversions__Z($$this) {
return ($$this.isWhole__Z() && ($$this.intValue__I() === $$this.byteValue__B()))
@@ -16264,7 +16353,16 @@ function $s_s_math_ScalaNumericAnyConversions$class__isValidShort__s_math_ScalaN
return ($$this.isWhole__Z() && ($$this.intValue__I() === $$this.shortValue__S()))
}
function $s_s_math_ScalaNumericAnyConversions$class__isValidInt__s_math_ScalaNumericAnyConversions__Z($$this) {
- return ($$this.isWhole__Z() && $$this.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I($$this.intValue__I())))
+ if ($$this.isWhole__Z()) {
+ var b = $$this.longValue__J();
+ var lo = b.lo$2;
+ var hi$1 = b.hi$2;
+ var value = $$this.intValue__I();
+ var hi = (value >> 31);
+ return ((lo === value) && (hi$1 === hi))
+ } else {
+ return false
+ }
}
function $s_s_reflect_ClassTag$class__newArray__s_reflect_ClassTag__I__O($$this, len) {
var x1 = $$this.runtimeClass__jl_Class();
@@ -16291,8 +16389,10 @@ function $s_s_reflect_ClassTag$class__unapply__s_reflect_ClassTag__O__s_Option($
var x6 = $uI(x);
return $s_s_reflect_ClassTag$class__scala$reflect$ClassTag$$unapplyImpl__s_reflect_ClassTag__O__jl_Class__s_Option($$this, x6, $d_I.getClassOf())
} else if ($is_sjsr_RuntimeLong(x)) {
- var x7 = $uJ(x);
- return $s_s_reflect_ClassTag$class__scala$reflect$ClassTag$$unapplyImpl__s_reflect_ClassTag__O__jl_Class__s_Option($$this, x7, $d_J.getClassOf())
+ var b = $uJ(x);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ return $s_s_reflect_ClassTag$class__scala$reflect$ClassTag$$unapplyImpl__s_reflect_ClassTag__O__jl_Class__s_Option($$this, new $c_sjsr_RuntimeLong().init___I__I(lo, hi), $d_J.getClassOf())
} else if ($isFloat(x)) {
var x8 = $uF(x);
return $s_s_reflect_ClassTag$class__scala$reflect$ClassTag$$unapplyImpl__s_reflect_ClassTag__O__jl_Class__s_Option($$this, x8, $d_F.getClassOf())
@@ -16384,24 +16484,68 @@ function $s_sc_BitSetLike$class__isEmpty__sc_BitSetLike__Z($$this) {
while ((res && this$5.hasNext__Z())) {
var arg1 = this$5.next__O();
var i = $uI(arg1);
- res = $$this.word__I__J(i).equals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())
+ var b = $$this.word__I__J(i);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ res = ((lo === 0) && (hi === 0))
};
return res
}
function $s_sc_BitSetLike$class__contains__sc_BitSetLike__I__Z($$this, elem) {
- return ((elem >= 0) && $$this.word__I__J((elem >> 6)).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$less$less__I__sjsr_RuntimeLong(elem)).notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()))
+ if ((elem >= 0)) {
+ var b = $$this.word__I__J((elem >> 6));
+ var lo$1 = b.lo$2;
+ var hi$2 = b.hi$2;
+ var n = (63 & elem);
+ if ((n < 32)) {
+ var lo = (1 << n);
+ var hi = ((n === 0) ? 0 : (((1 >>> ((-n) | 0)) | 0) | (0 << n)));
+ var b$1_$_lo$2 = lo;
+ var b$1_$_hi$2 = hi
+ } else {
+ var hi$1 = (1 << n);
+ var b$1_$_lo$2 = 0;
+ var b$1_$_hi$2 = hi$1
+ };
+ var lo$2 = (lo$1 & b$1_$_lo$2);
+ var hi$3 = (hi$2 & b$1_$_hi$2);
+ return (!((lo$2 === 0) && (hi$3 === 0)))
+ } else {
+ return false
+ }
}
function $s_sc_BitSetLike$class__foreach__sc_BitSetLike__F1__V($$this, f) {
var i = 0;
while ((i < $$this.nwords__I())) {
- var w = $$this.word__I__J(i);
+ var b = $$this.word__I__J(i);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var w_$_lo$2 = lo;
+ var w_$_hi$2 = hi;
var j = (i << 6);
- while (w.notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())) {
- if (new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(w).equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(1, 0))) {
- f.apply__O__O(j)
- };
- w = w.$$greater$greater$greater__I__sjsr_RuntimeLong(1);
- j = ((1 + j) | 0)
+ while (true) {
+ var this$1_$_lo$2 = w_$_lo$2;
+ var this$1_$_hi$2 = w_$_hi$2;
+ if ((!((this$1_$_lo$2 === 0) && (this$1_$_hi$2 === 0)))) {
+ var b$1_$_lo$2 = w_$_lo$2;
+ var b$1_$_hi$2 = w_$_hi$2;
+ var lo$1 = (1 & b$1_$_lo$2);
+ if ((lo$1 === 1)) {
+ f.apply__O__O(j)
+ };
+ var this$2_$_lo$2 = w_$_lo$2;
+ var this$2_$_hi$2 = w_$_hi$2;
+ var hi$1 = this$2_$_hi$2;
+ var lo$2 = (((this$2_$_lo$2 >>> 1) | 0) | (hi$1 << (-1)));
+ var hi$2 = ((hi$1 >>> 1) | 0);
+ var jsx$1_$_lo$2 = lo$2;
+ var jsx$1_$_hi$2 = hi$2;
+ w_$_lo$2 = jsx$1_$_lo$2;
+ w_$_hi$2 = jsx$1_$_hi$2;
+ j = ((1 + j) | 0)
+ } else {
+ break
+ }
};
i = ((1 + i) | 0)
}
@@ -16411,7 +16555,11 @@ function $s_sc_BitSetLike$class__size__sc_BitSetLike__I($$this) {
var i = $$this.nwords__I();
while ((i > 0)) {
i = (((-1) + i) | 0);
- s = ((s + $m_jl_Long$().bitCount__J__I($$this.word__I__J(i))) | 0)
+ var jsx$1 = s;
+ var b = $$this.word__I__J(i);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ s = ((jsx$1 + (($m_jl_Integer$().bitCount__I__I(lo) + $m_jl_Integer$().bitCount__I__I(hi)) | 0)) | 0)
};
return s
}
@@ -16443,20 +16591,63 @@ function $s_sc_BitSetLike$class__rangeImpl__sc_BitSetLike__s_Option__s_Option__s
};
if (((f > 0) && (pos < len))) {
var ev$1 = pos;
- a.u[ev$1] = a.u[ev$1].$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$less$less__I__sjsr_RuntimeLong(f)).unary$und$tilde__sjsr_RuntimeLong())
+ var b$1 = a.u[ev$1];
+ var lo$3 = b$1.lo$2;
+ var hi$4 = b$1.hi$2;
+ var n0 = f;
+ var n = (63 & n0);
+ if ((n < 32)) {
+ var lo = (1 << n);
+ var hi = ((n === 0) ? 0 : (((1 >>> ((-n) | 0)) | 0) | (0 << n)));
+ var b_$_lo$2 = lo;
+ var b_$_hi$2 = hi
+ } else {
+ var hi$1 = (1 << n);
+ var b_$_lo$2 = 0;
+ var b_$_hi$2 = hi$1
+ };
+ var blo = b_$_lo$2;
+ var bhi = b_$_hi$2;
+ var lo$1 = (((-1) + blo) | 0);
+ var hi$2 = ((lo$1 !== (-1)) ? bhi : (((-1) + bhi) | 0));
+ var lo$2 = (~lo$1);
+ var hi$3 = (~hi$2);
+ var lo$4 = (lo$3 & lo$2);
+ var hi$5 = (hi$4 & hi$3);
+ a.u[ev$1] = new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$5)
}
};
if (until.isDefined__Z()) {
var u = $uI(until.get__O());
var w = ((u / 64) | 0);
- var b = ((u % 64) | 0);
+ var b$2 = ((u % 64) | 0);
var clearw = ((1 + w) | 0);
while ((clearw < len)) {
a.u[clearw] = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
clearw = ((1 + clearw) | 0)
};
if ((w < len)) {
- a.u[w] = a.u[w].$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$less$less__I__sjsr_RuntimeLong(b)))
+ var b$4 = a.u[w];
+ var lo$7 = b$4.lo$2;
+ var hi$9 = b$4.hi$2;
+ var n$1 = (63 & b$2);
+ if ((n$1 < 32)) {
+ var lo$5 = (1 << n$1);
+ var hi$6 = ((n$1 === 0) ? 0 : (((1 >>> ((-n$1) | 0)) | 0) | (0 << n$1)));
+ var b$3_$_lo$2 = lo$5;
+ var b$3_$_hi$2 = hi$6
+ } else {
+ var hi$7 = (1 << n$1);
+ var b$3_$_lo$2 = 0;
+ var b$3_$_hi$2 = hi$7
+ };
+ var blo$1 = b$3_$_lo$2;
+ var bhi$1 = b$3_$_hi$2;
+ var lo$6 = (((-1) + blo$1) | 0);
+ var hi$8 = ((lo$6 !== (-1)) ? bhi$1 : (((-1) + bhi$1) | 0));
+ var lo$8 = (lo$7 & lo$6);
+ var hi$10 = (hi$9 & hi$8);
+ a.u[w] = new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$10)
}
};
return $$this.fromBitMaskNoCopy__AJ__sc_BitSetLike(a)
@@ -19050,16 +19241,45 @@ function $s_scm_ResizableArray$class__copyToArray__scm_ResizableArray__O__I__I__
$m_s_Array$().copy__O__I__O__I__I__V($$this.array__AO(), 0, xs, start, len1)
}
function $s_scm_ResizableArray$class__ensureSize__scm_ResizableArray__I__V($$this, n) {
- var arrayLength = new $c_sjsr_RuntimeLong().init___I($$this.array__AO().u.length);
- if (new $c_sjsr_RuntimeLong().init___I(n).$$greater__sjsr_RuntimeLong__Z(arrayLength)) {
- var newSize = arrayLength.$$less$less__I__sjsr_RuntimeLong(1);
- while (new $c_sjsr_RuntimeLong().init___I(n).$$greater__sjsr_RuntimeLong__Z(newSize)) {
- newSize = newSize.$$less$less__I__sjsr_RuntimeLong(1)
- };
- if (newSize.$$greater__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0))) {
- newSize = new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0)
+ var value = $$this.array__AO().u.length;
+ var hi = (value >> 31);
+ var hi$1 = (n >> 31);
+ if (((hi$1 === hi) ? (((-2147483648) ^ n) > ((-2147483648) ^ value)) : (hi$1 > hi))) {
+ var lo = (value << 1);
+ var hi$2 = (((value >>> (-1)) | 0) | (hi << 1));
+ var newSize_$_lo$2 = lo;
+ var newSize_$_hi$2 = hi$2;
+ while (true) {
+ var hi$3 = (n >> 31);
+ var b_$_lo$2 = newSize_$_lo$2;
+ var b_$_hi$2 = newSize_$_hi$2;
+ var bhi = b_$_hi$2;
+ if (((hi$3 === bhi) ? (((-2147483648) ^ n) > ((-2147483648) ^ b_$_lo$2)) : (hi$3 > bhi))) {
+ var this$1_$_lo$2 = newSize_$_lo$2;
+ var this$1_$_hi$2 = newSize_$_hi$2;
+ var lo$1 = this$1_$_lo$2;
+ var lo$2 = (lo$1 << 1);
+ var hi$4 = (((lo$1 >>> (-1)) | 0) | (this$1_$_hi$2 << 1));
+ var jsx$1_$_lo$2 = lo$2;
+ var jsx$1_$_hi$2 = hi$4;
+ newSize_$_lo$2 = jsx$1_$_lo$2;
+ newSize_$_hi$2 = jsx$1_$_hi$2
+ } else {
+ break
+ }
};
- var newArray = $newArrayObject($d_O.getArrayOf(), [newSize.lo$2]);
+ var this$2_$_lo$2 = newSize_$_lo$2;
+ var this$2_$_hi$2 = newSize_$_hi$2;
+ var ahi = this$2_$_hi$2;
+ if (((ahi === 0) ? (((-2147483648) ^ this$2_$_lo$2) > (-1)) : (ahi > 0))) {
+ var jsx$2_$_lo$2 = 2147483647;
+ var jsx$2_$_hi$2 = 0;
+ newSize_$_lo$2 = jsx$2_$_lo$2;
+ newSize_$_hi$2 = jsx$2_$_hi$2
+ };
+ var this$3_$_lo$2 = newSize_$_lo$2;
+ var this$3_$_hi$2 = newSize_$_hi$2;
+ var newArray = $newArrayObject($d_O.getArrayOf(), [this$3_$_lo$2]);
var src = $$this.array__AO();
var length = $$this.size0__I();
$systemArraycopy(src, 0, newArray, 0, length);
@@ -20109,7 +20329,7 @@ $c_Ljava_math_Conversion$.prototype.init___ = (function() {
return this
});
$c_Ljava_math_Conversion$.prototype.toDecimalScaledString__J__I__T = (function(value, scale) {
- if (value.equals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())) {
+ if (((value.lo$2 === 0) && (value.hi$2 === 0))) {
switch (scale) {
case 0: {
return "0";
@@ -20151,26 +20371,67 @@ $c_Ljava_math_Conversion$.prototype.toDecimalScaledString__J__I__T = (function(v
}
}
} else {
- var negNumber = value.$$less__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var ahi = value.hi$2;
+ var negNumber = (ahi < 0);
var elem$1 = null;
elem$1 = "";
var currentChar = 18;
- var v = (negNumber ? value.unary$und$minus__sjsr_RuntimeLong() : value);
- do {
- var prev = v;
- v = v.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(10, 0));
+ if (negNumber) {
+ var lo = value.lo$2;
+ var hi = value.hi$2;
+ var lo$1 = ((-lo) | 0);
+ var hi$1 = ((lo !== 0) ? (~hi) : ((-hi) | 0));
+ var x_$_lo$2 = lo$1;
+ var x_$_hi$2 = hi$1;
+ var b = new $c_sjsr_RuntimeLong().init___I__I(x_$_lo$2, x_$_hi$2)
+ } else {
+ var b = value
+ };
+ var lo$2 = b.lo$2;
+ var hi$2 = b.hi$2;
+ var v_$_lo$2 = lo$2;
+ var v_$_hi$2 = hi$2;
+ while (true) {
+ var prev_$_lo$2 = v_$_lo$2;
+ var prev_$_hi$2 = v_$_hi$2;
+ var this$5_$_lo$2 = v_$_lo$2;
+ var this$5_$_hi$2 = v_$_hi$2;
+ var this$6 = $m_sjsr_RuntimeLong$();
+ var lo$3 = this$6.divideImpl__I__I__I__I__I(this$5_$_lo$2, this$5_$_hi$2, 10, 0);
+ var hi$3 = this$6.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$1_$_lo$2 = lo$3;
+ var jsx$1_$_hi$2 = hi$3;
+ v_$_lo$2 = jsx$1_$_lo$2;
+ v_$_hi$2 = jsx$1_$_hi$2;
currentChar = (((-1) + currentChar) | 0);
- var c = (65535 & ((48 + ((prev.lo$2 - new $c_sjsr_RuntimeLong().init___I__I(10, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(v).lo$2) | 0)) | 0));
- elem$1 = (("" + new $c_jl_Character().init___C(c)) + $as_T(elem$1))
- } while (v.notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()));
+ var b$1_$_lo$2 = v_$_lo$2;
+ var b$1_$_hi$2 = v_$_hi$2;
+ var blo = b$1_$_lo$2;
+ var lo$4 = $imul(10, blo);
+ var hi$4 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(10, 0, blo, b$1_$_hi$2);
+ var alo = prev_$_lo$2;
+ var ahi$1 = prev_$_hi$2;
+ var lo$5 = ((alo - lo$4) | 0);
+ var hi$5 = ((((-2147483648) ^ lo$5) > ((-2147483648) ^ alo)) ? (((-1) + ((ahi$1 - hi$4) | 0)) | 0) : ((ahi$1 - hi$4) | 0));
+ var lo$6 = ((48 + lo$5) | 0);
+ var c = (65535 & lo$6);
+ elem$1 = (("" + new $c_jl_Character().init___C(c)) + $as_T(elem$1));
+ var this$11_$_lo$2 = v_$_lo$2;
+ var this$11_$_hi$2 = v_$_hi$2;
+ if ((!((this$11_$_lo$2 === 0) && (this$11_$_hi$2 === 0)))) {
+ /*<skip>*/
+ } else {
+ break
+ }
+ };
var exponent = (((-1) + ((((18 - currentChar) | 0) - scale) | 0)) | 0);
if (((scale > 0) && (exponent >= (-6)))) {
var index = ((1 + exponent) | 0);
if ((index > 0)) {
var thiz = $as_T(elem$1);
- var jsx$1 = $as_T(thiz.substring(0, index));
+ var jsx$2 = $as_T(thiz.substring(0, index));
var thiz$1 = $as_T(elem$1);
- elem$1 = ((jsx$1 + ".") + $as_T(thiz$1.substring(index)))
+ elem$1 = ((jsx$2 + ".") + $as_T(thiz$1.substring(index)))
} else {
var end = ((-index) | 0);
var isEmpty$4 = (end <= 0);
@@ -20195,11 +20456,11 @@ $c_Ljava_math_Conversion$.prototype.toDecimalScaledString__J__I__T = (function(v
};
result1 = (("" + new $c_jl_Character().init___C(69)) + result1);
if ((((18 - currentChar) | 0) > 1)) {
- var x = $as_T(elem$1);
- var c$1 = (65535 & $uI(x.charCodeAt(0)));
- var jsx$2 = new $c_jl_Character().init___C(c$1);
+ var x$1 = $as_T(elem$1);
+ var c$1 = (65535 & $uI(x$1.charCodeAt(0)));
+ var jsx$3 = new $c_jl_Character().init___C(c$1);
var thiz$2 = $as_T(elem$1);
- elem$1 = (((jsx$2 + ".") + $as_T(thiz$2.substring(1))) + result1)
+ elem$1 = (((jsx$3 + ".") + $as_T(thiz$2.substring(1))) + result1)
} else {
elem$1 = (("" + $as_T(elem$1)) + result1)
}
@@ -20208,25 +20469,43 @@ $c_Ljava_math_Conversion$.prototype.toDecimalScaledString__J__I__T = (function(v
}
});
$c_Ljava_math_Conversion$.prototype.divideLongByBillion__J__J = (function(a) {
- if (a.$$greater$eq__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())) {
- var _1$mcJ$sp = a.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1000000000, 0));
- var _2$mcJ$sp = a.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1000000000, 0));
+ var ahi = a.hi$2;
+ if ((ahi >= 0)) {
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.divideImpl__I__I__I__I__I(a.lo$2, a.hi$2, 1000000000, 0);
+ var hi = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$2 = $m_sjsr_RuntimeLong$();
+ var lo$1 = this$2.remainderImpl__I__I__I__I__I(a.lo$2, a.hi$2, 1000000000, 0);
+ var hi$1 = this$2.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var x1_$_$$und1$f = null;
var x1_$_$$und2$f = null;
- var x1_$_$$und1$mcJ$sp$f = _1$mcJ$sp;
- var x1_$_$$und2$mcJ$sp$f = _2$mcJ$sp
- } else {
- var aPos = a.$$greater$greater$greater__I__sjsr_RuntimeLong(1);
- var _1$mcJ$sp$1 = aPos.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(500000000, 0));
- var _2$mcJ$sp$1 = aPos.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(500000000, 0)).$$less$less__I__sjsr_RuntimeLong(1).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(a));
+ var x1_$_$$und1$mcJ$sp$f = new $c_sjsr_RuntimeLong().init___I__I(lo, hi);
+ var x1_$_$$und2$mcJ$sp$f = new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1)
+ } else {
+ var hi$2 = a.hi$2;
+ var lo$2 = (((a.lo$2 >>> 1) | 0) | (hi$2 << (-1)));
+ var hi$3 = ((hi$2 >>> 1) | 0);
+ var this$3 = $m_sjsr_RuntimeLong$();
+ var lo$3 = this$3.divideImpl__I__I__I__I__I(lo$2, hi$3, 500000000, 0);
+ var hi$4 = this$3.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$4 = $m_sjsr_RuntimeLong$();
+ var lo$4 = this$4.remainderImpl__I__I__I__I__I(lo$2, hi$3, 500000000, 0);
+ var hi$5 = this$4.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var lo$5 = (lo$4 << 1);
+ var hi$6 = (((lo$4 >>> (-1)) | 0) | (hi$5 << 1));
+ var lo$6 = (1 & a.lo$2);
+ var lo$7 = ((lo$5 + lo$6) | 0);
+ var hi$7 = ((((-2147483648) ^ lo$7) < ((-2147483648) ^ lo$5)) ? ((1 + hi$6) | 0) : hi$6);
var x1_$_$$und1$f = null;
var x1_$_$$und2$f = null;
- var x1_$_$$und1$mcJ$sp$f = _1$mcJ$sp$1;
- var x1_$_$$und2$mcJ$sp$f = _2$mcJ$sp$1
+ var x1_$_$$und1$mcJ$sp$f = new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$4);
+ var x1_$_$$und2$mcJ$sp$f = new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7)
};
- var quot = x1_$_$$und1$mcJ$sp$f;
- var rem = x1_$_$$und2$mcJ$sp$f;
- return rem.$$less$less__I__sjsr_RuntimeLong(32).$$bar__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(quot))
+ var b = x1_$_$$und1$mcJ$sp$f;
+ var lo$8 = b.lo$2;
+ var b$1 = x1_$_$$und2$mcJ$sp$f;
+ var lo$9 = b$1.lo$2;
+ return new $c_sjsr_RuntimeLong().init___I__I(lo$8, lo$9)
});
$c_Ljava_math_Conversion$.prototype.notify__ = (function() {
return (void 0)
@@ -20248,14 +20527,39 @@ $c_Ljava_math_Conversion$.prototype.toDecimalScaledString__Ljava_math_BigInteger
if ((numberLength === 1)) {
var highDigit = digits.u[0];
if ((highDigit < 0)) {
- var v = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(highDigit));
- do {
- var prev = v;
- v = v.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(10, 0));
+ var v_$_lo$2 = highDigit;
+ var v_$_hi$2 = 0;
+ while (true) {
+ var prev_$_lo$2 = v_$_lo$2;
+ var prev_$_hi$2 = v_$_hi$2;
+ var this$3_$_lo$2 = v_$_lo$2;
+ var this$3_$_hi$2 = v_$_hi$2;
+ var this$4 = $m_sjsr_RuntimeLong$();
+ var lo = this$4.divideImpl__I__I__I__I__I(this$3_$_lo$2, this$3_$_hi$2, 10, 0);
+ var hi$1 = this$4.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$1_$_lo$2 = lo;
+ var jsx$1_$_hi$2 = hi$1;
+ v_$_lo$2 = jsx$1_$_lo$2;
+ v_$_hi$2 = jsx$1_$_hi$2;
elem$1 = (((-1) + elem$1) | 0);
- var c = (65535 & ((48 + ((prev.lo$2 - new $c_sjsr_RuntimeLong().init___I__I(10, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(v).lo$2) | 0)) | 0));
- elem$1$1 = (("" + new $c_jl_Character().init___C(c)) + $as_T(elem$1$1))
- } while (v.notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()))
+ var b_$_lo$2 = v_$_lo$2;
+ var b_$_hi$2 = v_$_hi$2;
+ var blo = b_$_lo$2;
+ var lo$1 = $imul(10, blo);
+ var hi$2 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(10, 0, blo, b_$_hi$2);
+ var alo = prev_$_lo$2;
+ var ahi = prev_$_hi$2;
+ var lo$2 = ((alo - lo$1) | 0);
+ var c = (65535 & ((48 + lo$2) | 0));
+ elem$1$1 = (("" + new $c_jl_Character().init___C(c)) + $as_T(elem$1$1));
+ var this$8_$_lo$2 = v_$_lo$2;
+ var this$8_$_hi$2 = v_$_hi$2;
+ if ((!((this$8_$_lo$2 === 0) && (this$8_$_hi$2 === 0)))) {
+ /*<skip>*/
+ } else {
+ break
+ }
+ }
} else {
var v$2 = highDigit;
do {
@@ -20272,16 +20576,28 @@ $c_Ljava_math_Conversion$.prototype.toDecimalScaledString__Ljava_math_BigInteger
elem$1$2 = numberLength;
$systemArraycopy(digits, 0, temp, 0, elem$1$2);
_loop: while (true) {
- var result11 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var result11_$_lo$2 = 0;
+ var result11_$_hi$2 = 0;
var i1 = (((-1) + elem$1$2) | 0);
while ((i1 >= 0)) {
- var temp1 = result11.$$less$less__I__sjsr_RuntimeLong(32).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(temp.u[i1])));
- var res = this.divideLongByBillion__J__J(temp1);
- temp.u[i1] = res.lo$2;
- result11 = new $c_sjsr_RuntimeLong().init___I(res.hi$2);
+ var this$12_$_lo$2 = result11_$_lo$2;
+ var this$12_$_hi$2 = result11_$_hi$2;
+ var lo$3 = this$12_$_lo$2;
+ var value = temp.u[i1];
+ var b$1 = this.divideLongByBillion__J__J(new $c_sjsr_RuntimeLong().init___I__I(value, lo$3));
+ var lo$4 = b$1.lo$2;
+ var hi$5 = b$1.hi$2;
+ temp.u[i1] = lo$4;
+ var hi$7 = (hi$5 >> 31);
+ var jsx$2_$_lo$2 = hi$5;
+ var jsx$2_$_hi$2 = hi$7;
+ result11_$_lo$2 = jsx$2_$_lo$2;
+ result11_$_hi$2 = jsx$2_$_hi$2;
i1 = (((-1) + i1) | 0)
};
- var elem = result11.lo$2;
+ var this$14_$_lo$2 = result11_$_lo$2;
+ var this$14_$_hi$2 = result11_$_hi$2;
+ var elem = this$14_$_lo$2;
var elem$1$3 = 0;
elem$1$3 = elem;
var previous = elem$1;
@@ -20313,33 +20629,33 @@ $c_Ljava_math_Conversion$.prototype.toDecimalScaledString__Ljava_math_BigInteger
break
};
var x = $as_T(elem$1$1);
- var this$14 = new $c_sci_StringOps().init___T(x);
- var $$this = this$14.repr$1;
+ var this$21 = new $c_sci_StringOps().init___T(x);
+ var $$this = this$21.repr$1;
var len = $uI($$this.length);
var i$1 = 0;
while (true) {
if ((i$1 < len)) {
- var arg1 = this$14.apply__I__O(i$1);
+ var arg1 = this$21.apply__I__O(i$1);
if ((arg1 === null)) {
var x$2 = 0
} else {
- var this$18 = $as_jl_Character(arg1);
- var x$2 = this$18.value$1
+ var this$25 = $as_jl_Character(arg1);
+ var x$2 = this$25.value$1
};
- var jsx$1 = (x$2 === 48)
+ var jsx$3 = (x$2 === 48)
} else {
- var jsx$1 = false
+ var jsx$3 = false
};
- if (jsx$1) {
+ if (jsx$3) {
i$1 = ((1 + i$1) | 0)
} else {
break
}
};
var n = i$1;
- var $$this$1 = this$14.repr$1;
+ var $$this$1 = this$21.repr$1;
var until = $uI($$this$1.length);
- elem$1$1 = $m_sci_StringOps$().slice$extension__T__I__I__T(this$14.repr$1, n, until)
+ elem$1$1 = $m_sci_StringOps$().slice$extension__T__I__I__T(this$21.repr$1, n, until)
};
return ((sign < 0) ? (("" + new $c_jl_Character().init___C(45)) + $as_T(elem$1$1)) : $as_T(elem$1$1))
}
@@ -20353,21 +20669,32 @@ $c_Ljava_math_Conversion$.prototype.bigInteger2String__Ljava_math_BigInteger__I_
return "0"
} else if ((numberLength === 1)) {
var highDigit = digits.u[(((-1) + numberLength) | 0)];
- var v = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(highDigit));
+ var v_$_lo$2 = highDigit;
+ var v_$_hi$2 = 0;
if ((sign < 0)) {
- v = v.unary$und$minus__sjsr_RuntimeLong()
- };
- var this$1 = $m_jl_Long$();
- var i = v;
- return ((((radix === 10) || (radix < 2)) || (radix > 36)) ? $as_sjsr_RuntimeLong(i).toString__T() : this$1.java$lang$Long$$toStringImpl__J__I__T(i, radix))
+ var this$1_$_lo$2 = v_$_lo$2;
+ var this$1_$_hi$2 = v_$_hi$2;
+ var lo = this$1_$_lo$2;
+ var hi$1 = this$1_$_hi$2;
+ var lo$1 = ((-lo) | 0);
+ var hi$2 = ((lo !== 0) ? (~hi$1) : ((-hi$1) | 0));
+ var jsx$1_$_lo$2 = lo$1;
+ var jsx$1_$_hi$2 = hi$2;
+ v_$_lo$2 = jsx$1_$_lo$2;
+ v_$_hi$2 = jsx$1_$_hi$2
+ };
+ var this$4 = $m_jl_Long$();
+ var i_$_lo$2 = v_$_lo$2;
+ var i_$_hi$2 = v_$_hi$2;
+ return ((((radix === 10) || (radix < 2)) || (radix > 36)) ? $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(i_$_lo$2, i_$_hi$2) : this$4.java$lang$Long$$toStringImpl__J__I__T(new $c_sjsr_RuntimeLong().init___I__I(i_$_lo$2, i_$_hi$2), radix))
} else if (((radix === 10) || radixOutOfBounds)) {
return $m_Ljava_math_Conversion$().toDecimalScaledString__Ljava_math_BigInteger__T(bi)
} else {
var bitsForRadixDigit = 0.0;
bitsForRadixDigit = ($uD($g.Math.log(radix)) / $uD($g.Math.log(2.0)));
var addForSign = ((sign < 0) ? 1 : 0);
- var this$4 = bi.abs__Ljava_math_BigInteger();
- var biAbsLen = $m_Ljava_math_BitLevel$().bitLength__Ljava_math_BigInteger__I(this$4);
+ var this$7 = bi.abs__Ljava_math_BigInteger();
+ var biAbsLen = $m_Ljava_math_BitLevel$().bitLength__Ljava_math_BigInteger__I(this$7);
var resLenInChars = ((1 + $doubleToInt(((biAbsLen / bitsForRadixDigit) + addForSign))) | 0);
var elem$1 = null;
elem$1 = "";
@@ -20435,33 +20762,33 @@ $c_Ljava_math_Conversion$.prototype.bigInteger2String__Ljava_math_BigInteger__I_
}
};
var x = $as_T(elem$1);
- var this$19 = new $c_sci_StringOps().init___T(x);
- var $$this = this$19.repr$1;
- var len$1 = $uI($$this.length);
+ var this$22 = new $c_sci_StringOps().init___T(x);
+ var $$this = this$22.repr$1;
+ var len = $uI($$this.length);
var i$3 = 0;
while (true) {
- if ((i$3 < len$1)) {
- var arg1 = this$19.apply__I__O(i$3);
+ if ((i$3 < len)) {
+ var arg1 = this$22.apply__I__O(i$3);
if ((arg1 === null)) {
var x$1 = 0
} else {
- var this$23 = $as_jl_Character(arg1);
- var x$1 = this$23.value$1
+ var this$26 = $as_jl_Character(arg1);
+ var x$1 = this$26.value$1
};
- var jsx$1 = (x$1 === 48)
+ var jsx$2 = (x$1 === 48)
} else {
- var jsx$1 = false
+ var jsx$2 = false
};
- if (jsx$1) {
+ if (jsx$2) {
i$3 = ((1 + i$3) | 0)
} else {
break
}
};
var n = i$3;
- var $$this$1 = this$19.repr$1;
+ var $$this$1 = this$22.repr$1;
var until = $uI($$this$1.length);
- elem$1 = $m_sci_StringOps$().slice$extension__T__I__I__T(this$19.repr$1, n, until);
+ elem$1 = $m_sci_StringOps$().slice$extension__T__I__I__T(this$22.repr$1, n, until);
return ((sign === (-1)) ? (("" + new $c_jl_Character().init___C(45)) + $as_T(elem$1)) : $as_T(elem$1))
}
});
@@ -20547,22 +20874,32 @@ $c_Ljava_math_Division$.prototype.divide__AI__I__AI__I__AI__I__AI = (function(qu
if ((normA.u[elem$1] === firstDivisorDigit)) {
elem$1$1 = (-1)
} else {
- var product = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(normA.u[elem$1])).$$less$less__I__sjsr_RuntimeLong(32).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(normA.u[(((-1) + elem$1) | 0)])));
- var res = $m_Ljava_math_Division$().divideLongByInt__J__I__J(product, firstDivisorDigit);
- elem$1$1 = res.lo$2;
- var elem = res.hi$2;
+ var value = normA.u[elem$1];
+ var value$1 = normA.u[(((-1) + elem$1) | 0)];
+ var b$1 = $m_Ljava_math_Division$().divideLongByInt__J__I__J(new $c_sjsr_RuntimeLong().init___I__I(value$1, value), firstDivisorDigit);
+ var lo = b$1.lo$2;
+ var hi$2 = b$1.hi$2;
+ elem$1$1 = lo;
var elem$1$2 = 0;
- elem$1$2 = elem;
+ elem$1$2 = hi$2;
if ((elem$1$1 !== 0)) {
elem$1$1 = ((1 + elem$1$1) | 0);
_loop: while (true) {
elem$1$1 = (((-1) + elem$1$1) | 0);
- var leftHand = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(elem$1$1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(normB.u[(((-2) + bLength) | 0)])));
- var rightHand = new $c_sjsr_RuntimeLong().init___I(elem$1$2).$$less$less__I__sjsr_RuntimeLong(32).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(normA.u[(((-2) + elem$1) | 0)])));
- var longR = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(elem$1$2)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(firstDivisorDigit)));
- if (($clz32(longR.hi$2) >= 32)) {
- elem$1$2 = longR.lo$2;
- if (new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)).$$up__sjsr_RuntimeLong__sjsr_RuntimeLong(leftHand).$$greater__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)).$$up__sjsr_RuntimeLong__sjsr_RuntimeLong(rightHand))) {
+ var value$2 = elem$1$1;
+ var value$3 = normB.u[(((-2) + bLength) | 0)];
+ var lo$1 = $imul(value$2, value$3);
+ var hi$6 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(value$2, 0, value$3, 0);
+ var value$4 = elem$1$2;
+ var value$5 = normA.u[(((-2) + elem$1) | 0)];
+ var value$6 = elem$1$2;
+ var lo$2 = ((value$6 + firstDivisorDigit) | 0);
+ var hi$11 = ((((-2147483648) ^ lo$2) < ((-2147483648) ^ value$6)) ? 1 : 0);
+ if (($clz32(hi$11) >= 32)) {
+ elem$1$2 = lo$2;
+ var hi$12 = ((-2147483648) ^ hi$6);
+ var hi$13 = ((-2147483648) ^ value$4);
+ if (((hi$12 === hi$13) ? (((-2147483648) ^ lo$1) > ((-2147483648) ^ value$5)) : (hi$12 > hi$13))) {
continue _loop
}
};
@@ -20574,17 +20911,43 @@ $c_Ljava_math_Division$.prototype.divide__AI__I__AI__I__AI__I__AI = (function(qu
var borrow = $m_Ljava_math_Division$().multiplyAndSubtract__AI__I__AI__I__I__I(normA, ((elem$1 - bLength) | 0), normB, bLength, elem$1$1);
if ((borrow !== 0)) {
elem$1$1 = (((-1) + elem$1$1) | 0);
- var elem$1$3 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- elem$1$3 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var elem$1$3_$_lo$2 = 0;
+ var elem$1$3_$_hi$2 = 0;
+ var jsx$1_$_lo$2 = 0;
+ var jsx$1_$_hi$2 = 0;
+ elem$1$3_$_lo$2 = jsx$1_$_lo$2;
+ elem$1$3_$_hi$2 = jsx$1_$_hi$2;
var isEmpty$4 = (bLength <= 0);
var lastElement$4 = (isEmpty$4 ? (-1) : (((-1) + bLength) | 0));
if ((!isEmpty$4)) {
var i$1 = 0;
while (true) {
var v1 = i$1;
- elem$1$3 = elem$1$3.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(normA.u[((((elem$1 - bLength) | 0) + v1) | 0)])).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(normB.u[v1]))));
- normA.u[((((elem$1 - bLength) | 0) + v1) | 0)] = elem$1$3.lo$2;
- elem$1$3 = elem$1$3.$$greater$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$12_$_lo$2 = elem$1$3_$_lo$2;
+ var this$12_$_hi$2 = elem$1$3_$_hi$2;
+ var value$7 = normA.u[((((elem$1 - bLength) | 0) + v1) | 0)];
+ var value$8 = normB.u[v1];
+ var lo$3 = ((value$7 + value$8) | 0);
+ var hi$18 = ((((-2147483648) ^ lo$3) < ((-2147483648) ^ value$7)) ? 1 : 0);
+ var alo = this$12_$_lo$2;
+ var ahi = this$12_$_hi$2;
+ var lo$4 = ((alo + lo$3) | 0);
+ var hi$19 = ((((-2147483648) ^ lo$4) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + hi$18) | 0)) | 0) : ((ahi + hi$18) | 0));
+ var jsx$2_$_lo$2 = lo$4;
+ var jsx$2_$_hi$2 = hi$19;
+ elem$1$3_$_lo$2 = jsx$2_$_lo$2;
+ elem$1$3_$_hi$2 = jsx$2_$_hi$2;
+ var jsx$3 = elem$1;
+ var this$14_$_lo$2 = elem$1$3_$_lo$2;
+ var this$14_$_hi$2 = elem$1$3_$_hi$2;
+ normA.u[((((jsx$3 - bLength) | 0) + v1) | 0)] = this$14_$_lo$2;
+ var this$15_$_lo$2 = elem$1$3_$_lo$2;
+ var this$15_$_hi$2 = elem$1$3_$_hi$2;
+ var hi$20 = this$15_$_hi$2;
+ var jsx$4_$_lo$2 = hi$20;
+ var jsx$4_$_hi$2 = 0;
+ elem$1$3_$_lo$2 = jsx$4_$_lo$2;
+ elem$1$3_$_hi$2 = jsx$4_$_hi$2;
if ((i$1 === lastElement$4)) {
break
};
@@ -20659,59 +21022,222 @@ $c_Ljava_math_Division$.prototype.evenModPow__Ljava_math_BigInteger__Ljava_math_
return $m_Ljava_math_Elementary$().add__Ljava_math_BigInteger__Ljava_math_BigInteger__Ljava_math_BigInteger(x1, bi$1)
});
$c_Ljava_math_Division$.prototype.divideLongByInt__J__I__J = (function(a, b) {
- var quot = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- var rem = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- var bLong = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b));
- if (a.$$greater$eq__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())) {
- quot = a.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong);
- rem = a.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong)
- } else {
- var aPos = a.$$greater$greater$greater__I__sjsr_RuntimeLong(1);
- var bPos = new $c_sjsr_RuntimeLong().init___I(((b >>> 1) | 0));
- quot = aPos.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(bPos);
- rem = aPos.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(bPos);
- rem = rem.$$less$less__I__sjsr_RuntimeLong(1).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(a));
+ var quot_$_lo$2 = 0;
+ var quot_$_hi$2 = 0;
+ var rem_$_lo$2 = 0;
+ var rem_$_hi$2 = 0;
+ var ahi = a.hi$2;
+ if ((ahi >= 0)) {
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.divideImpl__I__I__I__I__I(a.lo$2, a.hi$2, b, 0);
+ var hi$1 = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$1_$_lo$2 = lo;
+ var jsx$1_$_hi$2 = hi$1;
+ quot_$_lo$2 = jsx$1_$_lo$2;
+ quot_$_hi$2 = jsx$1_$_hi$2;
+ var this$2 = $m_sjsr_RuntimeLong$();
+ var lo$1 = this$2.remainderImpl__I__I__I__I__I(a.lo$2, a.hi$2, b, 0);
+ var hi$2 = this$2.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$2_$_lo$2 = lo$1;
+ var jsx$2_$_hi$2 = hi$2;
+ rem_$_lo$2 = jsx$2_$_lo$2;
+ rem_$_hi$2 = jsx$2_$_hi$2
+ } else {
+ var hi$3 = a.hi$2;
+ var lo$2 = (((a.lo$2 >>> 1) | 0) | (hi$3 << (-1)));
+ var hi$4 = ((hi$3 >>> 1) | 0);
+ var value = ((b >>> 1) | 0);
+ var hi$5 = (value >> 31);
+ var this$3 = $m_sjsr_RuntimeLong$();
+ var lo$3 = this$3.divideImpl__I__I__I__I__I(lo$2, hi$4, value, hi$5);
+ var hi$6 = this$3.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$3_$_lo$2 = lo$3;
+ var jsx$3_$_hi$2 = hi$6;
+ quot_$_lo$2 = jsx$3_$_lo$2;
+ quot_$_hi$2 = jsx$3_$_hi$2;
+ var this$4 = $m_sjsr_RuntimeLong$();
+ var lo$4 = this$4.remainderImpl__I__I__I__I__I(lo$2, hi$4, value, hi$5);
+ var hi$7 = this$4.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$4_$_lo$2 = lo$4;
+ var jsx$4_$_hi$2 = hi$7;
+ rem_$_lo$2 = jsx$4_$_lo$2;
+ rem_$_hi$2 = jsx$4_$_hi$2;
+ var this$5_$_lo$2 = rem_$_lo$2;
+ var this$5_$_hi$2 = rem_$_hi$2;
+ var lo$5 = this$5_$_lo$2;
+ var lo$6 = (lo$5 << 1);
+ var hi$8 = (((lo$5 >>> (-1)) | 0) | (this$5_$_hi$2 << 1));
+ var lo$7 = (1 & a.lo$2);
+ var lo$8 = ((lo$6 + lo$7) | 0);
+ var hi$9 = ((((-2147483648) ^ lo$8) < ((-2147483648) ^ lo$6)) ? ((1 + hi$8) | 0) : hi$8);
+ var jsx$5_$_lo$2 = lo$8;
+ var jsx$5_$_hi$2 = hi$9;
+ rem_$_lo$2 = jsx$5_$_lo$2;
+ rem_$_hi$2 = jsx$5_$_hi$2;
if (((1 & b) !== 0)) {
- if (quot.$$less$eq__sjsr_RuntimeLong__Z(rem)) {
- rem = rem.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot)
- } else if (quot.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(rem).$$less$eq__sjsr_RuntimeLong__Z(bLong)) {
- rem = rem.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot));
- quot = new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot)
+ var this$7_$_lo$2 = quot_$_lo$2;
+ var this$7_$_hi$2 = quot_$_hi$2;
+ var b$1_$_lo$2 = rem_$_lo$2;
+ var b$1_$_hi$2 = rem_$_hi$2;
+ var ahi$1 = this$7_$_hi$2;
+ var bhi = b$1_$_hi$2;
+ if (((ahi$1 === bhi) ? (((-2147483648) ^ this$7_$_lo$2) <= ((-2147483648) ^ b$1_$_lo$2)) : (ahi$1 < bhi))) {
+ var this$8_$_lo$2 = rem_$_lo$2;
+ var this$8_$_hi$2 = rem_$_hi$2;
+ var b$2_$_lo$2 = quot_$_lo$2;
+ var b$2_$_hi$2 = quot_$_hi$2;
+ var alo = this$8_$_lo$2;
+ var ahi$2 = this$8_$_hi$2;
+ var blo = b$2_$_lo$2;
+ var bhi$1 = b$2_$_hi$2;
+ var lo$9 = ((alo - blo) | 0);
+ var hi$10 = ((((-2147483648) ^ lo$9) > ((-2147483648) ^ alo)) ? (((-1) + ((ahi$2 - bhi$1) | 0)) | 0) : ((ahi$2 - bhi$1) | 0));
+ var jsx$6_$_lo$2 = lo$9;
+ var jsx$6_$_hi$2 = hi$10;
+ rem_$_lo$2 = jsx$6_$_lo$2;
+ rem_$_hi$2 = jsx$6_$_hi$2
} else {
- rem = rem.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong.$$less$less__I__sjsr_RuntimeLong(1).$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot));
- quot = new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot)
+ var this$10_$_lo$2 = quot_$_lo$2;
+ var this$10_$_hi$2 = quot_$_hi$2;
+ var b$3_$_lo$2 = rem_$_lo$2;
+ var b$3_$_hi$2 = rem_$_hi$2;
+ var alo$1 = this$10_$_lo$2;
+ var ahi$3 = this$10_$_hi$2;
+ var blo$1 = b$3_$_lo$2;
+ var bhi$2 = b$3_$_hi$2;
+ var lo$10 = ((alo$1 - blo$1) | 0);
+ var hi$11 = ((((-2147483648) ^ lo$10) > ((-2147483648) ^ alo$1)) ? (((-1) + ((ahi$3 - bhi$2) | 0)) | 0) : ((ahi$3 - bhi$2) | 0));
+ if (((hi$11 === 0) ? (((-2147483648) ^ lo$10) <= ((-2147483648) ^ b)) : (hi$11 < 0))) {
+ var this$13_$_lo$2 = rem_$_lo$2;
+ var this$13_$_hi$2 = rem_$_hi$2;
+ var b$4_$_lo$2 = quot_$_lo$2;
+ var b$4_$_hi$2 = quot_$_hi$2;
+ var blo$2 = b$4_$_lo$2;
+ var bhi$3 = b$4_$_hi$2;
+ var lo$11 = ((b - blo$2) | 0);
+ var hi$12 = ((((-2147483648) ^ lo$11) > ((-2147483648) ^ b)) ? (((-1) - bhi$3) | 0) : ((-bhi$3) | 0));
+ var alo$2 = this$13_$_lo$2;
+ var ahi$4 = this$13_$_hi$2;
+ var lo$12 = ((alo$2 + lo$11) | 0);
+ var hi$13 = ((((-2147483648) ^ lo$12) < ((-2147483648) ^ alo$2)) ? ((1 + ((ahi$4 + hi$12) | 0)) | 0) : ((ahi$4 + hi$12) | 0));
+ var jsx$7_$_lo$2 = lo$12;
+ var jsx$7_$_hi$2 = hi$13;
+ rem_$_lo$2 = jsx$7_$_lo$2;
+ rem_$_hi$2 = jsx$7_$_hi$2;
+ var b$5_$_lo$2 = quot_$_lo$2;
+ var b$5_$_hi$2 = quot_$_hi$2;
+ var blo$3 = b$5_$_lo$2;
+ var bhi$4 = b$5_$_hi$2;
+ var lo$13 = (((-1) + blo$3) | 0);
+ var hi$14 = ((lo$13 !== (-1)) ? bhi$4 : (((-1) + bhi$4) | 0));
+ var jsx$8_$_lo$2 = lo$13;
+ var jsx$8_$_hi$2 = hi$14;
+ quot_$_lo$2 = jsx$8_$_lo$2;
+ quot_$_hi$2 = jsx$8_$_hi$2
+ } else {
+ var this$17_$_lo$2 = rem_$_lo$2;
+ var this$17_$_hi$2 = rem_$_hi$2;
+ var lo$14 = (b << 1);
+ var hi$15 = ((b >>> (-1)) | 0);
+ var b$6_$_lo$2 = quot_$_lo$2;
+ var b$6_$_hi$2 = quot_$_hi$2;
+ var blo$4 = b$6_$_lo$2;
+ var bhi$5 = b$6_$_hi$2;
+ var lo$15 = ((lo$14 - blo$4) | 0);
+ var hi$16 = ((((-2147483648) ^ lo$15) > ((-2147483648) ^ lo$14)) ? (((-1) + ((hi$15 - bhi$5) | 0)) | 0) : ((hi$15 - bhi$5) | 0));
+ var alo$3 = this$17_$_lo$2;
+ var ahi$5 = this$17_$_hi$2;
+ var lo$16 = ((alo$3 + lo$15) | 0);
+ var hi$17 = ((((-2147483648) ^ lo$16) < ((-2147483648) ^ alo$3)) ? ((1 + ((ahi$5 + hi$16) | 0)) | 0) : ((ahi$5 + hi$16) | 0));
+ var jsx$9_$_lo$2 = lo$16;
+ var jsx$9_$_hi$2 = hi$17;
+ rem_$_lo$2 = jsx$9_$_lo$2;
+ rem_$_hi$2 = jsx$9_$_hi$2;
+ var b$7_$_lo$2 = quot_$_lo$2;
+ var b$7_$_hi$2 = quot_$_hi$2;
+ var blo$5 = b$7_$_lo$2;
+ var bhi$6 = b$7_$_hi$2;
+ var lo$17 = (((-2) + blo$5) | 0);
+ var hi$18 = ((((-2147483648) ^ lo$17) < 2147483646) ? bhi$6 : (((-1) + bhi$6) | 0));
+ var jsx$10_$_lo$2 = lo$17;
+ var jsx$10_$_hi$2 = hi$18;
+ quot_$_lo$2 = jsx$10_$_lo$2;
+ quot_$_hi$2 = jsx$10_$_hi$2
+ }
}
}
};
- return rem.$$less$less__I__sjsr_RuntimeLong(32).$$bar__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(quot))
+ var this$20_$_lo$2 = rem_$_lo$2;
+ var this$20_$_hi$2 = rem_$_hi$2;
+ var lo$18 = this$20_$_lo$2;
+ var b$8_$_lo$2 = quot_$_lo$2;
+ var b$8_$_hi$2 = quot_$_hi$2;
+ var lo$19 = b$8_$_lo$2;
+ return new $c_sjsr_RuntimeLong().init___I__I(lo$19, lo$18)
});
$c_Ljava_math_Division$.prototype.remainderArrayByInt__AI__I__I__I = (function(src, srcLength, divisor) {
- var result = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var result_$_lo$2 = 0;
+ var result_$_hi$2 = 0;
var i = (((-1) + srcLength) | 0);
while ((i >= 0)) {
- var temp = result.$$less$less__I__sjsr_RuntimeLong(32).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(src.u[i])));
- var res = this.divideLongByInt__J__I__J(temp, divisor);
- result = new $c_sjsr_RuntimeLong().init___I(res.hi$2);
+ var this$1_$_lo$2 = result_$_lo$2;
+ var this$1_$_hi$2 = result_$_hi$2;
+ var lo = this$1_$_lo$2;
+ var value = src.u[i];
+ var b = this.divideLongByInt__J__I__J(new $c_sjsr_RuntimeLong().init___I__I(value, lo), divisor);
+ var hi$1 = b.hi$2;
+ var hi$2 = (hi$1 >> 31);
+ var jsx$1_$_lo$2 = hi$1;
+ var jsx$1_$_hi$2 = hi$2;
+ result_$_lo$2 = jsx$1_$_lo$2;
+ result_$_hi$2 = jsx$1_$_hi$2;
i = (((-1) + i) | 0)
};
- return result.lo$2
+ var this$3_$_lo$2 = result_$_lo$2;
+ var this$3_$_hi$2 = result_$_hi$2;
+ return this$3_$_lo$2
});
$c_Ljava_math_Division$.prototype.divideAndRemainderByInteger__Ljava_math_BigInteger__I__I__Ljava_math_BigInteger$QuotAndRem = (function(bi, divisor, divisorSign) {
var valDigits = bi.digits$2;
var valLen = bi.numberLength$2;
var valSign = bi.sign$2;
if ((valLen === 1)) {
- var a = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(valDigits.u[0]));
- var b = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(divisor));
- var quo = a.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(b);
- var rem = a.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(b);
+ var value = valDigits.u[0];
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.divideImpl__I__I__I__I__I(value, 0, divisor, 0);
+ var hi$2 = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var quo_$_lo$2 = lo;
+ var quo_$_hi$2 = hi$2;
+ var this$2 = $m_sjsr_RuntimeLong$();
+ var lo$1 = this$2.remainderImpl__I__I__I__I__I(value, 0, divisor, 0);
+ var hi$3 = this$2.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var rem_$_lo$2 = lo$1;
+ var rem_$_hi$2 = hi$3;
if ((valSign !== divisorSign)) {
- quo = quo.unary$und$minus__sjsr_RuntimeLong()
+ var this$3_$_lo$2 = quo_$_lo$2;
+ var this$3_$_hi$2 = quo_$_hi$2;
+ var lo$2 = this$3_$_lo$2;
+ var hi$4 = this$3_$_hi$2;
+ var lo$3 = ((-lo$2) | 0);
+ var hi$5 = ((lo$2 !== 0) ? (~hi$4) : ((-hi$4) | 0));
+ var jsx$1_$_lo$2 = lo$3;
+ var jsx$1_$_hi$2 = hi$5;
+ quo_$_lo$2 = jsx$1_$_lo$2;
+ quo_$_hi$2 = jsx$1_$_hi$2
};
if ((valSign < 0)) {
- rem = rem.unary$und$minus__sjsr_RuntimeLong()
- };
- return new $c_Ljava_math_BigInteger$QuotAndRem().init___Ljava_math_BigInteger__Ljava_math_BigInteger($m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(quo), $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(rem))
+ var this$6_$_lo$2 = rem_$_lo$2;
+ var this$6_$_hi$2 = rem_$_hi$2;
+ var lo$4 = this$6_$_lo$2;
+ var hi$6 = this$6_$_hi$2;
+ var lo$5 = ((-lo$4) | 0);
+ var hi$7 = ((lo$4 !== 0) ? (~hi$6) : ((-hi$6) | 0));
+ var jsx$2_$_lo$2 = lo$5;
+ var jsx$2_$_hi$2 = hi$7;
+ rem_$_lo$2 = jsx$2_$_lo$2;
+ rem_$_hi$2 = jsx$2_$_hi$2
+ };
+ return new $c_Ljava_math_BigInteger$QuotAndRem().init___Ljava_math_BigInteger__Ljava_math_BigInteger($m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(quo_$_lo$2, quo_$_hi$2)), $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(rem_$_lo$2, rem_$_hi$2)))
} else {
var quotientSign = ((valSign === divisorSign) ? 1 : (-1));
var quotientDigits = $newArrayObject($d_I.getArrayOf(), [valLen]);
@@ -20720,9 +21246,9 @@ $c_Ljava_math_Division$.prototype.divideAndRemainderByInteger__Ljava_math_BigInt
var array = $newArrayObject($d_I.getArrayOf(), [len]);
var elem$1 = 0;
elem$1 = 0;
- var this$5 = new $c_sc_LinearSeqLike$$anon$1().init___sc_LinearSeqLike(xs);
- while (this$5.hasNext__Z()) {
- var arg1 = this$5.next__O();
+ var this$13 = new $c_sc_LinearSeqLike$$anon$1().init___sc_LinearSeqLike(xs);
+ while (this$13.hasNext__Z()) {
+ var arg1 = this$13.next__O();
array.u[elem$1] = $uI(arg1);
elem$1 = ((1 + elem$1) | 0)
};
@@ -20756,63 +21282,260 @@ $c_Ljava_math_Division$.prototype.notify__ = (function() {
return (void 0)
});
$c_Ljava_math_Division$.prototype.divideArrayByInt__AI__AI__I__I__I = (function(dest, src, srcLength, divisor) {
- var rem = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- var bLong = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(divisor));
+ var rem_$_lo$2 = 0;
+ var rem_$_hi$2 = 0;
var i = (((-1) + srcLength) | 0);
while ((i >= 0)) {
- var temp = rem.$$less$less__I__sjsr_RuntimeLong(32).$$bar__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(src.u[i])));
- var quot = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- if (temp.$$greater$eq__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())) {
- quot = temp.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong);
- rem = temp.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong)
+ var this$1_$_lo$2 = rem_$_lo$2;
+ var this$1_$_hi$2 = rem_$_hi$2;
+ var lo = this$1_$_lo$2;
+ var value = src.u[i];
+ var quot_$_lo$2 = 0;
+ var quot_$_hi$2 = 0;
+ if ((lo >= 0)) {
+ var this$2 = $m_sjsr_RuntimeLong$();
+ var lo$1 = this$2.divideImpl__I__I__I__I__I(value, lo, divisor, 0);
+ var hi$2 = this$2.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$1_$_lo$2 = lo$1;
+ var jsx$1_$_hi$2 = hi$2;
+ quot_$_lo$2 = jsx$1_$_lo$2;
+ quot_$_hi$2 = jsx$1_$_hi$2;
+ var this$3 = $m_sjsr_RuntimeLong$();
+ var lo$2 = this$3.remainderImpl__I__I__I__I__I(value, lo, divisor, 0);
+ var hi$3 = this$3.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$2_$_lo$2 = lo$2;
+ var jsx$2_$_hi$2 = hi$3;
+ rem_$_lo$2 = jsx$2_$_lo$2;
+ rem_$_hi$2 = jsx$2_$_hi$2
} else {
- var aPos = temp.$$greater$greater$greater__I__sjsr_RuntimeLong(1);
- var bPos = new $c_sjsr_RuntimeLong().init___I(((divisor >>> 1) | 0));
- quot = aPos.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(bPos);
- rem = aPos.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(bPos);
- rem = rem.$$less$less__I__sjsr_RuntimeLong(1).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(temp));
+ var lo$3 = (((value >>> 1) | 0) | (lo << (-1)));
+ var hi$4 = ((lo >>> 1) | 0);
+ var value$1 = ((divisor >>> 1) | 0);
+ var hi$5 = (value$1 >> 31);
+ var this$4 = $m_sjsr_RuntimeLong$();
+ var lo$4 = this$4.divideImpl__I__I__I__I__I(lo$3, hi$4, value$1, hi$5);
+ var hi$6 = this$4.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$3_$_lo$2 = lo$4;
+ var jsx$3_$_hi$2 = hi$6;
+ quot_$_lo$2 = jsx$3_$_lo$2;
+ quot_$_hi$2 = jsx$3_$_hi$2;
+ var this$5 = $m_sjsr_RuntimeLong$();
+ var lo$5 = this$5.remainderImpl__I__I__I__I__I(lo$3, hi$4, value$1, hi$5);
+ var hi$7 = this$5.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var jsx$4_$_lo$2 = lo$5;
+ var jsx$4_$_hi$2 = hi$7;
+ rem_$_lo$2 = jsx$4_$_lo$2;
+ rem_$_hi$2 = jsx$4_$_hi$2;
+ var this$6_$_lo$2 = rem_$_lo$2;
+ var this$6_$_hi$2 = rem_$_hi$2;
+ var lo$6 = this$6_$_lo$2;
+ var lo$7 = (lo$6 << 1);
+ var hi$8 = (((lo$6 >>> (-1)) | 0) | (this$6_$_hi$2 << 1));
+ var lo$8 = (1 & value);
+ var lo$9 = ((lo$7 + lo$8) | 0);
+ var hi$9 = ((((-2147483648) ^ lo$9) < ((-2147483648) ^ lo$7)) ? ((1 + hi$8) | 0) : hi$8);
+ var jsx$5_$_lo$2 = lo$9;
+ var jsx$5_$_hi$2 = hi$9;
+ rem_$_lo$2 = jsx$5_$_lo$2;
+ rem_$_hi$2 = jsx$5_$_hi$2;
if (((1 & divisor) !== 0)) {
- if (quot.$$less$eq__sjsr_RuntimeLong__Z(rem)) {
- rem = rem.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot)
- } else if (quot.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(rem).$$less$eq__sjsr_RuntimeLong__Z(bLong)) {
- rem = rem.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot));
- quot = new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot)
+ var this$8_$_lo$2 = quot_$_lo$2;
+ var this$8_$_hi$2 = quot_$_hi$2;
+ var b_$_lo$2 = rem_$_lo$2;
+ var b_$_hi$2 = rem_$_hi$2;
+ var ahi = this$8_$_hi$2;
+ var bhi = b_$_hi$2;
+ if (((ahi === bhi) ? (((-2147483648) ^ this$8_$_lo$2) <= ((-2147483648) ^ b_$_lo$2)) : (ahi < bhi))) {
+ var this$9_$_lo$2 = rem_$_lo$2;
+ var this$9_$_hi$2 = rem_$_hi$2;
+ var b$1_$_lo$2 = quot_$_lo$2;
+ var b$1_$_hi$2 = quot_$_hi$2;
+ var alo = this$9_$_lo$2;
+ var ahi$1 = this$9_$_hi$2;
+ var blo = b$1_$_lo$2;
+ var bhi$1 = b$1_$_hi$2;
+ var lo$10 = ((alo - blo) | 0);
+ var hi$10 = ((((-2147483648) ^ lo$10) > ((-2147483648) ^ alo)) ? (((-1) + ((ahi$1 - bhi$1) | 0)) | 0) : ((ahi$1 - bhi$1) | 0));
+ var jsx$6_$_lo$2 = lo$10;
+ var jsx$6_$_hi$2 = hi$10;
+ rem_$_lo$2 = jsx$6_$_lo$2;
+ rem_$_hi$2 = jsx$6_$_hi$2
} else {
- rem = rem.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(bLong.$$less$less__I__sjsr_RuntimeLong(1).$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot));
- quot = new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(quot)
+ var this$11_$_lo$2 = quot_$_lo$2;
+ var this$11_$_hi$2 = quot_$_hi$2;
+ var b$2_$_lo$2 = rem_$_lo$2;
+ var b$2_$_hi$2 = rem_$_hi$2;
+ var alo$1 = this$11_$_lo$2;
+ var ahi$2 = this$11_$_hi$2;
+ var blo$1 = b$2_$_lo$2;
+ var bhi$2 = b$2_$_hi$2;
+ var lo$11 = ((alo$1 - blo$1) | 0);
+ var hi$11 = ((((-2147483648) ^ lo$11) > ((-2147483648) ^ alo$1)) ? (((-1) + ((ahi$2 - bhi$2) | 0)) | 0) : ((ahi$2 - bhi$2) | 0));
+ if (((hi$11 === 0) ? (((-2147483648) ^ lo$11) <= ((-2147483648) ^ divisor)) : (hi$11 < 0))) {
+ var this$14_$_lo$2 = rem_$_lo$2;
+ var this$14_$_hi$2 = rem_$_hi$2;
+ var b$3_$_lo$2 = quot_$_lo$2;
+ var b$3_$_hi$2 = quot_$_hi$2;
+ var blo$2 = b$3_$_lo$2;
+ var bhi$3 = b$3_$_hi$2;
+ var lo$12 = ((divisor - blo$2) | 0);
+ var hi$12 = ((((-2147483648) ^ lo$12) > ((-2147483648) ^ divisor)) ? (((-1) - bhi$3) | 0) : ((-bhi$3) | 0));
+ var alo$2 = this$14_$_lo$2;
+ var ahi$3 = this$14_$_hi$2;
+ var lo$13 = ((alo$2 + lo$12) | 0);
+ var hi$13 = ((((-2147483648) ^ lo$13) < ((-2147483648) ^ alo$2)) ? ((1 + ((ahi$3 + hi$12) | 0)) | 0) : ((ahi$3 + hi$12) | 0));
+ var jsx$7_$_lo$2 = lo$13;
+ var jsx$7_$_hi$2 = hi$13;
+ rem_$_lo$2 = jsx$7_$_lo$2;
+ rem_$_hi$2 = jsx$7_$_hi$2;
+ var b$4_$_lo$2 = quot_$_lo$2;
+ var b$4_$_hi$2 = quot_$_hi$2;
+ var blo$3 = b$4_$_lo$2;
+ var bhi$4 = b$4_$_hi$2;
+ var lo$14 = (((-1) + blo$3) | 0);
+ var hi$14 = ((lo$14 !== (-1)) ? bhi$4 : (((-1) + bhi$4) | 0));
+ var jsx$8_$_lo$2 = lo$14;
+ var jsx$8_$_hi$2 = hi$14;
+ quot_$_lo$2 = jsx$8_$_lo$2;
+ quot_$_hi$2 = jsx$8_$_hi$2
+ } else {
+ var this$18_$_lo$2 = rem_$_lo$2;
+ var this$18_$_hi$2 = rem_$_hi$2;
+ var lo$15 = (divisor << 1);
+ var hi$15 = ((divisor >>> (-1)) | 0);
+ var b$5_$_lo$2 = quot_$_lo$2;
+ var b$5_$_hi$2 = quot_$_hi$2;
+ var blo$4 = b$5_$_lo$2;
+ var bhi$5 = b$5_$_hi$2;
+ var lo$16 = ((lo$15 - blo$4) | 0);
+ var hi$16 = ((((-2147483648) ^ lo$16) > ((-2147483648) ^ lo$15)) ? (((-1) + ((hi$15 - bhi$5) | 0)) | 0) : ((hi$15 - bhi$5) | 0));
+ var alo$3 = this$18_$_lo$2;
+ var ahi$4 = this$18_$_hi$2;
+ var lo$17 = ((alo$3 + lo$16) | 0);
+ var hi$17 = ((((-2147483648) ^ lo$17) < ((-2147483648) ^ alo$3)) ? ((1 + ((ahi$4 + hi$16) | 0)) | 0) : ((ahi$4 + hi$16) | 0));
+ var jsx$9_$_lo$2 = lo$17;
+ var jsx$9_$_hi$2 = hi$17;
+ rem_$_lo$2 = jsx$9_$_lo$2;
+ rem_$_hi$2 = jsx$9_$_hi$2;
+ var b$6_$_lo$2 = quot_$_lo$2;
+ var b$6_$_hi$2 = quot_$_hi$2;
+ var blo$5 = b$6_$_lo$2;
+ var bhi$6 = b$6_$_hi$2;
+ var lo$18 = (((-2) + blo$5) | 0);
+ var hi$18 = ((((-2147483648) ^ lo$18) < 2147483646) ? bhi$6 : (((-1) + bhi$6) | 0));
+ var jsx$10_$_lo$2 = lo$18;
+ var jsx$10_$_hi$2 = hi$18;
+ quot_$_lo$2 = jsx$10_$_lo$2;
+ quot_$_hi$2 = jsx$10_$_hi$2
+ }
}
}
};
- dest.u[i] = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(quot).lo$2;
+ var jsx$11 = i;
+ var b$7_$_lo$2 = quot_$_lo$2;
+ var b$7_$_hi$2 = quot_$_hi$2;
+ var lo$19 = b$7_$_lo$2;
+ dest.u[jsx$11] = lo$19;
i = (((-1) + i) | 0)
};
- return rem.lo$2
+ var this$21_$_lo$2 = rem_$_lo$2;
+ var this$21_$_hi$2 = rem_$_hi$2;
+ return this$21_$_lo$2
});
$c_Ljava_math_Division$.prototype.multiplyAndSubtract__AI__I__AI__I__I__I = (function(a, start, b, bLen, c) {
- var elem$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- elem$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- var elem$1$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- elem$1$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var elem$1_$_lo$2 = 0;
+ var elem$1_$_hi$2 = 0;
+ var jsx$1_$_lo$2 = 0;
+ var jsx$1_$_hi$2 = 0;
+ elem$1_$_lo$2 = jsx$1_$_lo$2;
+ elem$1_$_hi$2 = jsx$1_$_hi$2;
+ var elem$1$1_$_lo$2 = 0;
+ var elem$1$1_$_hi$2 = 0;
+ var jsx$2_$_lo$2 = 0;
+ var jsx$2_$_hi$2 = 0;
+ elem$1$1_$_lo$2 = jsx$2_$_lo$2;
+ elem$1$1_$_hi$2 = jsx$2_$_hi$2;
var isEmpty$4 = (bLen <= 0);
var lastElement$4 = (isEmpty$4 ? (-1) : (((-1) + bLen) | 0));
if ((!isEmpty$4)) {
var i = 0;
while (true) {
var v1 = i;
- elem$1 = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(b.u[v1], c, elem$1.lo$2, 0);
- elem$1$1 = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[((start + v1) | 0)])).$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(elem$1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(elem$1$1);
- a.u[((start + v1) | 0)] = elem$1$1.lo$2;
- elem$1$1 = elem$1$1.$$greater$greater__I__sjsr_RuntimeLong(32);
- elem$1 = elem$1.$$greater$greater$greater__I__sjsr_RuntimeLong(32);
+ var jsx$4 = $m_Ljava_math_Multiplication$();
+ var jsx$3 = b.u[v1];
+ var this$6_$_lo$2 = elem$1_$_lo$2;
+ var this$6_$_hi$2 = elem$1_$_hi$2;
+ var b$1 = jsx$4.unsignedMultAddAdd__I__I__I__I__J(jsx$3, c, this$6_$_lo$2, 0);
+ var lo = b$1.lo$2;
+ var hi$2 = b$1.hi$2;
+ var jsx$5_$_lo$2 = lo;
+ var jsx$5_$_hi$2 = hi$2;
+ elem$1_$_lo$2 = jsx$5_$_lo$2;
+ elem$1_$_hi$2 = jsx$5_$_hi$2;
+ var value = a.u[((start + v1) | 0)];
+ var b$2_$_lo$2 = elem$1_$_lo$2;
+ var b$2_$_hi$2 = elem$1_$_hi$2;
+ var lo$1 = b$2_$_lo$2;
+ var lo$2 = ((value - lo$1) | 0);
+ var hi$4 = ((((-2147483648) ^ lo$2) > ((-2147483648) ^ value)) ? (-1) : 0);
+ var b$3_$_lo$2 = elem$1$1_$_lo$2;
+ var b$3_$_hi$2 = elem$1$1_$_hi$2;
+ var blo = b$3_$_lo$2;
+ var bhi = b$3_$_hi$2;
+ var lo$3 = ((lo$2 + blo) | 0);
+ var hi$5 = ((((-2147483648) ^ lo$3) < ((-2147483648) ^ lo$2)) ? ((1 + ((hi$4 + bhi) | 0)) | 0) : ((hi$4 + bhi) | 0));
+ var jsx$6_$_lo$2 = lo$3;
+ var jsx$6_$_hi$2 = hi$5;
+ elem$1$1_$_lo$2 = jsx$6_$_lo$2;
+ elem$1$1_$_hi$2 = jsx$6_$_hi$2;
+ var this$9_$_lo$2 = elem$1$1_$_lo$2;
+ var this$9_$_hi$2 = elem$1$1_$_hi$2;
+ a.u[((start + v1) | 0)] = this$9_$_lo$2;
+ var this$10_$_lo$2 = elem$1$1_$_lo$2;
+ var this$10_$_hi$2 = elem$1$1_$_hi$2;
+ var hi$6 = this$10_$_hi$2;
+ var hi$7 = (hi$6 >> 31);
+ var jsx$7_$_lo$2 = hi$6;
+ var jsx$7_$_hi$2 = hi$7;
+ elem$1$1_$_lo$2 = jsx$7_$_lo$2;
+ elem$1$1_$_hi$2 = jsx$7_$_hi$2;
+ var this$11_$_lo$2 = elem$1_$_lo$2;
+ var this$11_$_hi$2 = elem$1_$_hi$2;
+ var hi$8 = this$11_$_hi$2;
+ var jsx$8_$_lo$2 = hi$8;
+ var jsx$8_$_hi$2 = 0;
+ elem$1_$_lo$2 = jsx$8_$_lo$2;
+ elem$1_$_hi$2 = jsx$8_$_hi$2;
if ((i === lastElement$4)) {
break
};
i = ((1 + i) | 0)
}
};
- elem$1$1 = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[((start + bLen) | 0)])).$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(elem$1).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(elem$1$1);
- a.u[((start + bLen) | 0)] = elem$1$1.lo$2;
- return elem$1$1.hi$2
+ var value$1 = a.u[((start + bLen) | 0)];
+ var b$4_$_lo$2 = elem$1_$_lo$2;
+ var b$4_$_hi$2 = elem$1_$_hi$2;
+ var blo$1 = b$4_$_lo$2;
+ var bhi$1 = b$4_$_hi$2;
+ var lo$4 = ((value$1 - blo$1) | 0);
+ var hi$10 = ((((-2147483648) ^ lo$4) > ((-2147483648) ^ value$1)) ? (((-1) - bhi$1) | 0) : ((-bhi$1) | 0));
+ var b$5_$_lo$2 = elem$1$1_$_lo$2;
+ var b$5_$_hi$2 = elem$1$1_$_hi$2;
+ var blo$2 = b$5_$_lo$2;
+ var bhi$2 = b$5_$_hi$2;
+ var lo$5 = ((lo$4 + blo$2) | 0);
+ var hi$11 = ((((-2147483648) ^ lo$5) < ((-2147483648) ^ lo$4)) ? ((1 + ((hi$10 + bhi$2) | 0)) | 0) : ((hi$10 + bhi$2) | 0));
+ var jsx$9_$_lo$2 = lo$5;
+ var jsx$9_$_hi$2 = hi$11;
+ elem$1$1_$_lo$2 = jsx$9_$_lo$2;
+ elem$1$1_$_hi$2 = jsx$9_$_hi$2;
+ var this$14_$_lo$2 = elem$1$1_$_lo$2;
+ var this$14_$_hi$2 = elem$1$1_$_hi$2;
+ a.u[((start + bLen) | 0)] = this$14_$_lo$2;
+ var this$15_$_lo$2 = elem$1$1_$_lo$2;
+ var this$15_$_hi$2 = elem$1$1_$_hi$2;
+ var hi$12 = this$15_$_hi$2;
+ return hi$12
});
$c_Ljava_math_Division$.prototype.slidingWindow__Ljava_math_BigInteger__Ljava_math_BigInteger__Ljava_math_BigInteger__Ljava_math_BigInteger__I__Ljava_math_BigInteger = (function(x2, a2, exponent, modulus, n2) {
var pows = $newArrayObject($d_Ljava_math_BigInteger.getArrayOf(), [8]);
@@ -20929,17 +21652,65 @@ $c_Ljava_math_Division$.prototype.modInverseMontgomery__Ljava_math_BigInteger__L
}
});
$c_Ljava_math_Division$.prototype.calcN__p1__Ljava_math_BigInteger__I = (function(a) {
- var m0 = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.digits$2.u[0]));
- var n2 = new $c_sjsr_RuntimeLong().init___I__I(1, 0);
- var powerOfTwo = new $c_sjsr_RuntimeLong().init___I__I(2, 0);
- do {
- if (m0.$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(n2).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(powerOfTwo).notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())) {
- n2 = n2.$$bar__sjsr_RuntimeLong__sjsr_RuntimeLong(powerOfTwo)
- };
- powerOfTwo = powerOfTwo.$$less$less__I__sjsr_RuntimeLong(1)
- } while (powerOfTwo.$$less__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- n2 = n2.unary$und$minus__sjsr_RuntimeLong();
- return new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(n2).lo$2
+ var value = a.digits$2.u[0];
+ var n2_$_lo$2 = 1;
+ var n2_$_hi$2 = 0;
+ var powerOfTwo_$_lo$2 = 2;
+ var powerOfTwo_$_hi$2 = 0;
+ while (true) {
+ var b_$_lo$2 = n2_$_lo$2;
+ var b_$_hi$2 = n2_$_hi$2;
+ var blo = b_$_lo$2;
+ var lo = $imul(value, blo);
+ var hi$1 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(value, 0, blo, b_$_hi$2);
+ var b$1_$_lo$2 = powerOfTwo_$_lo$2;
+ var b$1_$_hi$2 = powerOfTwo_$_hi$2;
+ var lo$1 = (lo & b$1_$_lo$2);
+ var hi$2 = (hi$1 & b$1_$_hi$2);
+ if ((!((lo$1 === 0) && (hi$2 === 0)))) {
+ var this$1_$_lo$2 = n2_$_lo$2;
+ var this$1_$_hi$2 = n2_$_hi$2;
+ var b$2_$_lo$2 = powerOfTwo_$_lo$2;
+ var b$2_$_hi$2 = powerOfTwo_$_hi$2;
+ var lo$2 = (this$1_$_lo$2 | b$2_$_lo$2);
+ var hi$3 = (this$1_$_hi$2 | b$2_$_hi$2);
+ var jsx$1_$_lo$2 = lo$2;
+ var jsx$1_$_hi$2 = hi$3;
+ n2_$_lo$2 = jsx$1_$_lo$2;
+ n2_$_hi$2 = jsx$1_$_hi$2
+ };
+ var this$2_$_lo$2 = powerOfTwo_$_lo$2;
+ var this$2_$_hi$2 = powerOfTwo_$_hi$2;
+ var lo$3 = this$2_$_lo$2;
+ var lo$4 = (lo$3 << 1);
+ var hi$4 = (((lo$3 >>> (-1)) | 0) | (this$2_$_hi$2 << 1));
+ var jsx$2_$_lo$2 = lo$4;
+ var jsx$2_$_hi$2 = hi$4;
+ powerOfTwo_$_lo$2 = jsx$2_$_lo$2;
+ powerOfTwo_$_hi$2 = jsx$2_$_hi$2;
+ var this$3_$_lo$2 = powerOfTwo_$_lo$2;
+ var this$3_$_hi$2 = powerOfTwo_$_hi$2;
+ var ahi = this$3_$_hi$2;
+ if ((ahi < 1)) {
+ /*<skip>*/
+ } else {
+ break
+ }
+ };
+ var this$4_$_lo$2 = n2_$_lo$2;
+ var this$4_$_hi$2 = n2_$_hi$2;
+ var lo$5 = this$4_$_lo$2;
+ var hi$5 = this$4_$_hi$2;
+ var lo$6 = ((-lo$5) | 0);
+ var hi$6 = ((lo$5 !== 0) ? (~hi$5) : ((-hi$5) | 0));
+ var jsx$3_$_lo$2 = lo$6;
+ var jsx$3_$_hi$2 = hi$6;
+ n2_$_lo$2 = jsx$3_$_lo$2;
+ n2_$_hi$2 = jsx$3_$_hi$2;
+ var b$3_$_lo$2 = n2_$_lo$2;
+ var b$3_$_hi$2 = n2_$_hi$2;
+ var lo$7 = b$3_$_lo$2;
+ return lo$7
});
$c_Ljava_math_Division$.prototype.inplaceModPow2__Ljava_math_BigInteger__I__V = (function(x, n) {
var fd = (n >> 5);
@@ -21068,42 +21839,96 @@ $c_Ljava_math_Division$.prototype.modInverseLorencz__Ljava_math_BigInteger__Ljav
$c_Ljava_math_Division$.prototype.monReduction__p1__AI__Ljava_math_BigInteger__I__V = (function(res, modulus, n2) {
var modulusDigits = modulus.digits$2;
var modulusLen = modulus.numberLength$2;
- var elem$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- elem$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var elem$1_$_lo$2 = 0;
+ var elem$1_$_hi$2 = 0;
+ var jsx$1_$_lo$2 = 0;
+ var jsx$1_$_hi$2 = 0;
+ elem$1_$_lo$2 = jsx$1_$_lo$2;
+ elem$1_$_hi$2 = jsx$1_$_hi$2;
var isEmpty$4 = (modulusLen <= 0);
var lastElement$4 = (isEmpty$4 ? (-1) : (((-1) + modulusLen) | 0));
if ((!isEmpty$4)) {
var i = 0;
while (true) {
var i$1 = i;
- var elem$1$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- elem$1$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- var m = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(res.u[i$1], n2, 0, 0).lo$2;
+ var elem$1$1_$_lo$2 = 0;
+ var elem$1$1_$_hi$2 = 0;
+ var jsx$2_$_lo$2 = 0;
+ var jsx$2_$_hi$2 = 0;
+ elem$1$1_$_lo$2 = jsx$2_$_lo$2;
+ elem$1$1_$_hi$2 = jsx$2_$_hi$2;
+ var b = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(res.u[i$1], n2, 0, 0);
+ var lo = b.lo$2;
var isEmpty$4$1 = (modulusLen <= 0);
var lastElement$4$1 = (isEmpty$4$1 ? (-1) : (((-1) + modulusLen) | 0));
if ((!isEmpty$4$1)) {
var i$2 = 0;
while (true) {
var v1 = i$2;
- elem$1$1 = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(m, modulusDigits.u[v1], res.u[((i$1 + v1) | 0)], elem$1$1.lo$2);
- res.u[((i$1 + v1) | 0)] = elem$1$1.lo$2;
- elem$1$1 = elem$1$1.$$greater$greater$greater__I__sjsr_RuntimeLong(32);
+ var jsx$5 = $m_Ljava_math_Multiplication$();
+ var jsx$4 = modulusDigits.u[v1];
+ var jsx$3 = res.u[((i$1 + v1) | 0)];
+ var this$9_$_lo$2 = elem$1$1_$_lo$2;
+ var this$9_$_hi$2 = elem$1$1_$_hi$2;
+ var b$1 = jsx$5.unsignedMultAddAdd__I__I__I__I__J(lo, jsx$4, jsx$3, this$9_$_lo$2);
+ var lo$1 = b$1.lo$2;
+ var hi$5 = b$1.hi$2;
+ var jsx$6_$_lo$2 = lo$1;
+ var jsx$6_$_hi$2 = hi$5;
+ elem$1$1_$_lo$2 = jsx$6_$_lo$2;
+ elem$1$1_$_hi$2 = jsx$6_$_hi$2;
+ var this$10_$_lo$2 = elem$1$1_$_lo$2;
+ var this$10_$_hi$2 = elem$1$1_$_hi$2;
+ res.u[((i$1 + v1) | 0)] = this$10_$_lo$2;
+ var this$11_$_lo$2 = elem$1$1_$_lo$2;
+ var this$11_$_hi$2 = elem$1$1_$_hi$2;
+ var hi$6 = this$11_$_hi$2;
+ var jsx$7_$_lo$2 = hi$6;
+ var jsx$7_$_hi$2 = 0;
+ elem$1$1_$_lo$2 = jsx$7_$_lo$2;
+ elem$1$1_$_hi$2 = jsx$7_$_hi$2;
if ((i$2 === lastElement$4$1)) {
break
};
i$2 = ((1 + i$2) | 0)
}
};
- elem$1 = elem$1.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(res.u[((i$1 + modulusLen) | 0)])).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(elem$1$1));
- res.u[((i$1 + modulusLen) | 0)] = elem$1.lo$2;
- elem$1 = elem$1.$$greater$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$13_$_lo$2 = elem$1_$_lo$2;
+ var this$13_$_hi$2 = elem$1_$_hi$2;
+ var value = res.u[((i$1 + modulusLen) | 0)];
+ var b$2_$_lo$2 = elem$1$1_$_lo$2;
+ var b$2_$_hi$2 = elem$1$1_$_hi$2;
+ var blo = b$2_$_lo$2;
+ var bhi = b$2_$_hi$2;
+ var lo$2 = ((value + blo) | 0);
+ var hi$8 = ((((-2147483648) ^ lo$2) < ((-2147483648) ^ value)) ? ((1 + bhi) | 0) : bhi);
+ var alo = this$13_$_lo$2;
+ var ahi = this$13_$_hi$2;
+ var lo$3 = ((alo + lo$2) | 0);
+ var hi$9 = ((((-2147483648) ^ lo$3) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + hi$8) | 0)) | 0) : ((ahi + hi$8) | 0));
+ var jsx$8_$_lo$2 = lo$3;
+ var jsx$8_$_hi$2 = hi$9;
+ elem$1_$_lo$2 = jsx$8_$_lo$2;
+ elem$1_$_hi$2 = jsx$8_$_hi$2;
+ var this$15_$_lo$2 = elem$1_$_lo$2;
+ var this$15_$_hi$2 = elem$1_$_hi$2;
+ res.u[((i$1 + modulusLen) | 0)] = this$15_$_lo$2;
+ var this$16_$_lo$2 = elem$1_$_lo$2;
+ var this$16_$_hi$2 = elem$1_$_hi$2;
+ var hi$10 = this$16_$_hi$2;
+ var jsx$9_$_lo$2 = hi$10;
+ var jsx$9_$_hi$2 = 0;
+ elem$1_$_lo$2 = jsx$9_$_lo$2;
+ elem$1_$_hi$2 = jsx$9_$_hi$2;
if ((i === lastElement$4)) {
break
};
i = ((1 + i) | 0)
}
};
- res.u[(modulusLen << 1)] = elem$1.lo$2;
+ var this$17_$_lo$2 = elem$1_$_lo$2;
+ var this$17_$_hi$2 = elem$1_$_hi$2;
+ res.u[(modulusLen << 1)] = this$17_$_lo$2;
var end = ((1 + modulusLen) | 0);
var isEmpty$4$2 = (end <= 0);
var lastElement$4$2 = (isEmpty$4$2 ? (-1) : (((-1) + end) | 0));
@@ -21160,7 +21985,13 @@ $c_Ljava_math_Division$.prototype.finalSubtraction__AI__Ljava_math_BigInteger__L
var i = (((-1) + modulusLen) | 0);
while ((i >= 0)) {
if ((res.u[i] !== modulusDigits.u[i])) {
- doSub = ((res.u[i] !== 0) && new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(res.u[i])).$$greater__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(modulusDigits.u[i]))));
+ if ((res.u[i] !== 0)) {
+ var value = res.u[i];
+ var value$1 = modulusDigits.u[i];
+ doSub = (((-2147483648) ^ value) > ((-2147483648) ^ value$1))
+ } else {
+ doSub = false
+ };
i = 0
};
i = (((-1) + i) | 0)
@@ -21203,7 +22034,10 @@ $c_Ljava_math_Division$.prototype.gcdBinary__Ljava_math_BigInteger__Ljava_math_B
};
_loop: while (true) {
if ((($as_Ljava_math_BigInteger(elem$1$1).numberLength$2 === 1) && ($as_Ljava_math_BigInteger(elem$1$1).digits$2.u[0] > 0))) {
- elem$1$1 = $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I($m_Ljava_math_Division$().gcdBinary__I__I__I($as_Ljava_math_BigInteger(elem$1).intValue__I(), $as_Ljava_math_BigInteger(elem$1$1).intValue__I())))
+ var jsx$1 = $m_Ljava_math_BigInteger$();
+ var value = $m_Ljava_math_Division$().gcdBinary__I__I__I($as_Ljava_math_BigInteger(elem$1).intValue__I(), $as_Ljava_math_BigInteger(elem$1$1).intValue__I());
+ var hi = (value >> 31);
+ elem$1$1 = jsx$1.valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(value, hi))
} else {
if (($as_Ljava_math_BigInteger(elem$1$1).numberLength$2 > (1.2 * $as_Ljava_math_BigInteger(elem$1).numberLength$2))) {
elem$1$1 = $as_Ljava_math_BigInteger(elem$1$1).remainder__Ljava_math_BigInteger__Ljava_math_BigInteger($as_Ljava_math_BigInteger(elem$1));
@@ -21277,7 +22111,17 @@ $c_Ljava_math_Elementary$.prototype.compareArrays__AI__AI__I__I = (function(a, b
while (((i >= 0) && (a.u[i] === b.u[i]))) {
i = (((-1) + i) | 0)
};
- return ((i < 0) ? 0 : (new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])).$$less__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i]))) ? (-1) : 1))
+ if ((i < 0)) {
+ return 0
+ } else {
+ var value = a.u[i];
+ var value$1 = b.u[i];
+ if ((((-2147483648) ^ value) < ((-2147483648) ^ value$1))) {
+ return (-1)
+ } else {
+ return 1
+ }
+ }
});
$c_Ljava_math_Elementary$.prototype.completeInPlaceSubtract__Ljava_math_BigInteger__Ljava_math_BigInteger__V = (function(op1, op2) {
var resultSign = op1.compareTo__Ljava_math_BigInteger__I(op2);
@@ -21303,15 +22147,44 @@ $c_Ljava_math_Elementary$.prototype.completeInPlaceSubtract__Ljava_math_BigInteg
op1.java$math$BigInteger$$firstNonzeroDigit$2 = (-2)
});
$c_Ljava_math_Elementary$.prototype.inplaceAdd__AI__I__I__I = (function(a, aSize, addend) {
- var carry = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(addend));
+ var carry_$_lo$2 = addend;
+ var carry_$_hi$2 = 0;
var i = 0;
- while ((carry.notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()) && (i < aSize))) {
- carry = carry.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])));
- a.u[i] = carry.lo$2;
- carry = carry.$$greater$greater__I__sjsr_RuntimeLong(32);
- i = ((1 + i) | 0)
+ while (true) {
+ var this$1_$_lo$2 = carry_$_lo$2;
+ var this$1_$_hi$2 = carry_$_hi$2;
+ if (((!((this$1_$_lo$2 === 0) && (this$1_$_hi$2 === 0))) && (i < aSize))) {
+ var this$2_$_lo$2 = carry_$_lo$2;
+ var this$2_$_hi$2 = carry_$_hi$2;
+ var value = a.u[i];
+ var alo = this$2_$_lo$2;
+ var ahi = this$2_$_hi$2;
+ var lo = ((alo + value) | 0);
+ var hi$2 = ((((-2147483648) ^ lo) < ((-2147483648) ^ alo)) ? ((1 + ahi) | 0) : ahi);
+ var jsx$1_$_lo$2 = lo;
+ var jsx$1_$_hi$2 = hi$2;
+ carry_$_lo$2 = jsx$1_$_lo$2;
+ carry_$_hi$2 = jsx$1_$_hi$2;
+ var jsx$2 = i;
+ var this$4_$_lo$2 = carry_$_lo$2;
+ var this$4_$_hi$2 = carry_$_hi$2;
+ a.u[jsx$2] = this$4_$_lo$2;
+ var this$5_$_lo$2 = carry_$_lo$2;
+ var this$5_$_hi$2 = carry_$_hi$2;
+ var hi$3 = this$5_$_hi$2;
+ var hi$4 = (hi$3 >> 31);
+ var jsx$3_$_lo$2 = hi$3;
+ var jsx$3_$_hi$2 = hi$4;
+ carry_$_lo$2 = jsx$3_$_lo$2;
+ carry_$_hi$2 = jsx$3_$_hi$2;
+ i = ((1 + i) | 0)
+ } else {
+ break
+ }
};
- return carry.lo$2
+ var this$6_$_lo$2 = carry_$_lo$2;
+ var this$6_$_hi$2 = carry_$_hi$2;
+ return this$6_$_lo$2
});
$c_Ljava_math_Elementary$.prototype.inplaceSubtract__Ljava_math_BigInteger__Ljava_math_BigInteger__V = (function(op1, op2) {
this.subtract__p1__AI__AI__I__AI__I__V(op1.digits$2, op1.digits$2, op1.numberLength$2, op2.digits$2, op2.numberLength$2);
@@ -21331,18 +22204,41 @@ $c_Ljava_math_Elementary$.prototype.add__Ljava_math_BigInteger__Ljava_math_BigIn
} else if ((op2Sign === 0)) {
return op1
} else if ((((op1Len + op2Len) | 0) === 2)) {
- var a = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(op1.digits$2.u[0]));
- var b = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(op2.digits$2.u[0]));
- var res = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var value = op1.digits$2.u[0];
+ var value$1 = op2.digits$2.u[0];
+ var res_$_lo$2 = 0;
+ var res_$_hi$2 = 0;
var valueLo = 0;
var valueHi = 0;
if ((op1Sign === op2Sign)) {
- res = a.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(b);
- valueLo = res.lo$2;
- valueHi = res.hi$2;
+ var lo = ((value + value$1) | 0);
+ var hi$2 = ((((-2147483648) ^ lo) < ((-2147483648) ^ value)) ? 1 : 0);
+ var jsx$1_$_lo$2 = lo;
+ var jsx$1_$_hi$2 = hi$2;
+ res_$_lo$2 = jsx$1_$_lo$2;
+ res_$_hi$2 = jsx$1_$_hi$2;
+ var this$2_$_lo$2 = res_$_lo$2;
+ var this$2_$_hi$2 = res_$_hi$2;
+ valueLo = this$2_$_lo$2;
+ var this$3_$_lo$2 = res_$_lo$2;
+ var this$3_$_hi$2 = res_$_hi$2;
+ var hi$3 = this$3_$_hi$2;
+ valueHi = hi$3;
return ((valueHi === 0) ? new $c_Ljava_math_BigInteger().init___I__I(op1Sign, valueLo) : new $c_Ljava_math_BigInteger().init___I__I__AI(op1Sign, 2, $m_s_Array$().apply__I__sc_Seq__AI(valueLo, new $c_sjs_js_WrappedArray().init___sjs_js_Array([valueHi]))))
} else {
- return $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(((op1Sign < 0) ? b.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(a) : a.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(b)))
+ var jsx$2 = $m_Ljava_math_BigInteger$();
+ if ((op1Sign < 0)) {
+ var lo$1 = ((value$1 - value) | 0);
+ var hi$4 = ((((-2147483648) ^ lo$1) > ((-2147483648) ^ value$1)) ? (-1) : 0);
+ var x_$_lo$2 = lo$1;
+ var x_$_hi$2 = hi$4
+ } else {
+ var lo$2 = ((value - value$1) | 0);
+ var hi$5 = ((((-2147483648) ^ lo$2) > ((-2147483648) ^ value)) ? (-1) : 0);
+ var x_$_lo$2 = lo$2;
+ var x_$_hi$2 = hi$5
+ };
+ return jsx$2.valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(x_$_lo$2, x_$_hi$2))
}
} else {
if ((op1Sign === op2Sign)) {
@@ -21386,15 +22282,48 @@ $c_Ljava_math_Elementary$.prototype.subtract__Ljava_math_BigInteger__Ljava_math_
} else if ((op1Sign === 0)) {
return op2.negate__Ljava_math_BigInteger()
} else if ((((op1Len + op2Len) | 0) === 2)) {
- var a = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(op1.digits$2.u[0]));
- var b = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(op2.digits$2.u[0]));
+ var value = op1.digits$2.u[0];
+ var a_$_lo$2 = value;
+ var a_$_hi$2 = 0;
+ var value$1 = op2.digits$2.u[0];
+ var b_$_lo$2 = value$1;
+ var b_$_hi$2 = 0;
if ((op1Sign < 0)) {
- a = a.unary$und$minus__sjsr_RuntimeLong()
+ var this$1_$_lo$2 = a_$_lo$2;
+ var this$1_$_hi$2 = a_$_hi$2;
+ var lo = this$1_$_lo$2;
+ var hi$2 = this$1_$_hi$2;
+ var lo$1 = ((-lo) | 0);
+ var hi$3 = ((lo !== 0) ? (~hi$2) : ((-hi$2) | 0));
+ var jsx$1_$_lo$2 = lo$1;
+ var jsx$1_$_hi$2 = hi$3;
+ a_$_lo$2 = jsx$1_$_lo$2;
+ a_$_hi$2 = jsx$1_$_hi$2
};
if ((op2Sign < 0)) {
- b = b.unary$und$minus__sjsr_RuntimeLong()
- };
- return $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(a.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(b))
+ var this$4_$_lo$2 = b_$_lo$2;
+ var this$4_$_hi$2 = b_$_hi$2;
+ var lo$2 = this$4_$_lo$2;
+ var hi$4 = this$4_$_hi$2;
+ var lo$3 = ((-lo$2) | 0);
+ var hi$5 = ((lo$2 !== 0) ? (~hi$4) : ((-hi$4) | 0));
+ var jsx$2_$_lo$2 = lo$3;
+ var jsx$2_$_hi$2 = hi$5;
+ b_$_lo$2 = jsx$2_$_lo$2;
+ b_$_hi$2 = jsx$2_$_hi$2
+ };
+ var jsx$3 = $m_Ljava_math_BigInteger$();
+ var this$7_$_lo$2 = a_$_lo$2;
+ var this$7_$_hi$2 = a_$_hi$2;
+ var b$1_$_lo$2 = b_$_lo$2;
+ var b$1_$_hi$2 = b_$_hi$2;
+ var alo = this$7_$_lo$2;
+ var ahi = this$7_$_hi$2;
+ var blo = b$1_$_lo$2;
+ var bhi = b$1_$_hi$2;
+ var lo$4 = ((alo - blo) | 0);
+ var hi$6 = ((((-2147483648) ^ lo$4) > ((-2147483648) ^ alo)) ? (((-1) + ((ahi - bhi) | 0)) | 0) : ((ahi - bhi) | 0));
+ return jsx$3.valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$6))
} else {
var cmp = ((op1Len !== op2Len) ? ((op1Len > op2Len) ? 1 : (-1)) : $m_Ljava_math_Elementary$().compareArrays__AI__AI__I__I(op1.digits$2, op2.digits$2, op1Len));
if (((op1Sign === op2Sign) && (cmp === 0))) {
@@ -21423,84 +22352,320 @@ $c_Ljava_math_Elementary$.prototype.subtract__Ljava_math_BigInteger__Ljava_math_
});
$c_Ljava_math_Elementary$.prototype.inverseSubtract__p1__AI__AI__I__AI__I__V = (function(res, a, aSize, b, bSize) {
var i = 0;
- var borrow = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var borrow_$_lo$2 = 0;
+ var borrow_$_hi$2 = 0;
if ((aSize < bSize)) {
while ((i < aSize)) {
- borrow = borrow.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i])).$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i]))));
- res.u[i] = borrow.lo$2;
- borrow = borrow.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$2_$_lo$2 = borrow_$_lo$2;
+ var this$2_$_hi$2 = borrow_$_hi$2;
+ var value = b.u[i];
+ var value$1 = a.u[i];
+ var lo = ((value - value$1) | 0);
+ var hi$2 = ((((-2147483648) ^ lo) > ((-2147483648) ^ value)) ? (-1) : 0);
+ var alo = this$2_$_lo$2;
+ var ahi = this$2_$_hi$2;
+ var lo$1 = ((alo + lo) | 0);
+ var hi$3 = ((((-2147483648) ^ lo$1) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + hi$2) | 0)) | 0) : ((ahi + hi$2) | 0));
+ var jsx$1_$_lo$2 = lo$1;
+ var jsx$1_$_hi$2 = hi$3;
+ borrow_$_lo$2 = jsx$1_$_lo$2;
+ borrow_$_hi$2 = jsx$1_$_hi$2;
+ var jsx$2 = i;
+ var this$4_$_lo$2 = borrow_$_lo$2;
+ var this$4_$_hi$2 = borrow_$_hi$2;
+ res.u[jsx$2] = this$4_$_lo$2;
+ var this$5_$_lo$2 = borrow_$_lo$2;
+ var this$5_$_hi$2 = borrow_$_hi$2;
+ var hi$4 = this$5_$_hi$2;
+ var hi$5 = (hi$4 >> 31);
+ var jsx$3_$_lo$2 = hi$4;
+ var jsx$3_$_hi$2 = hi$5;
+ borrow_$_lo$2 = jsx$3_$_lo$2;
+ borrow_$_hi$2 = jsx$3_$_hi$2;
i = ((1 + i) | 0)
};
while ((i < bSize)) {
- borrow = borrow.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i])));
- res.u[i] = borrow.lo$2;
- borrow = borrow.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$6_$_lo$2 = borrow_$_lo$2;
+ var this$6_$_hi$2 = borrow_$_hi$2;
+ var value$2 = b.u[i];
+ var alo$1 = this$6_$_lo$2;
+ var ahi$1 = this$6_$_hi$2;
+ var lo$2 = ((alo$1 + value$2) | 0);
+ var hi$7 = ((((-2147483648) ^ lo$2) < ((-2147483648) ^ alo$1)) ? ((1 + ahi$1) | 0) : ahi$1);
+ var jsx$4_$_lo$2 = lo$2;
+ var jsx$4_$_hi$2 = hi$7;
+ borrow_$_lo$2 = jsx$4_$_lo$2;
+ borrow_$_hi$2 = jsx$4_$_hi$2;
+ var jsx$5 = i;
+ var this$8_$_lo$2 = borrow_$_lo$2;
+ var this$8_$_hi$2 = borrow_$_hi$2;
+ res.u[jsx$5] = this$8_$_lo$2;
+ var this$9_$_lo$2 = borrow_$_lo$2;
+ var this$9_$_hi$2 = borrow_$_hi$2;
+ var hi$8 = this$9_$_hi$2;
+ var hi$9 = (hi$8 >> 31);
+ var jsx$6_$_lo$2 = hi$8;
+ var jsx$6_$_hi$2 = hi$9;
+ borrow_$_lo$2 = jsx$6_$_lo$2;
+ borrow_$_hi$2 = jsx$6_$_hi$2;
i = ((1 + i) | 0)
}
} else {
while ((i < bSize)) {
- borrow = borrow.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i])).$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i]))));
- res.u[i] = borrow.lo$2;
- borrow = borrow.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$11_$_lo$2 = borrow_$_lo$2;
+ var this$11_$_hi$2 = borrow_$_hi$2;
+ var value$3 = b.u[i];
+ var value$4 = a.u[i];
+ var lo$3 = ((value$3 - value$4) | 0);
+ var hi$12 = ((((-2147483648) ^ lo$3) > ((-2147483648) ^ value$3)) ? (-1) : 0);
+ var alo$2 = this$11_$_lo$2;
+ var ahi$2 = this$11_$_hi$2;
+ var lo$4 = ((alo$2 + lo$3) | 0);
+ var hi$13 = ((((-2147483648) ^ lo$4) < ((-2147483648) ^ alo$2)) ? ((1 + ((ahi$2 + hi$12) | 0)) | 0) : ((ahi$2 + hi$12) | 0));
+ var jsx$7_$_lo$2 = lo$4;
+ var jsx$7_$_hi$2 = hi$13;
+ borrow_$_lo$2 = jsx$7_$_lo$2;
+ borrow_$_hi$2 = jsx$7_$_hi$2;
+ var jsx$8 = i;
+ var this$13_$_lo$2 = borrow_$_lo$2;
+ var this$13_$_hi$2 = borrow_$_hi$2;
+ res.u[jsx$8] = this$13_$_lo$2;
+ var this$14_$_lo$2 = borrow_$_lo$2;
+ var this$14_$_hi$2 = borrow_$_hi$2;
+ var hi$14 = this$14_$_hi$2;
+ var hi$15 = (hi$14 >> 31);
+ var jsx$9_$_lo$2 = hi$14;
+ var jsx$9_$_hi$2 = hi$15;
+ borrow_$_lo$2 = jsx$9_$_lo$2;
+ borrow_$_hi$2 = jsx$9_$_hi$2;
i = ((1 + i) | 0)
};
while ((i < aSize)) {
- borrow = borrow.$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])));
- res.u[i] = borrow.lo$2;
- borrow = borrow.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$15_$_lo$2 = borrow_$_lo$2;
+ var this$15_$_hi$2 = borrow_$_hi$2;
+ var value$5 = a.u[i];
+ var alo$3 = this$15_$_lo$2;
+ var ahi$3 = this$15_$_hi$2;
+ var lo$5 = ((alo$3 - value$5) | 0);
+ var hi$17 = ((((-2147483648) ^ lo$5) > ((-2147483648) ^ alo$3)) ? (((-1) + ahi$3) | 0) : ahi$3);
+ var jsx$10_$_lo$2 = lo$5;
+ var jsx$10_$_hi$2 = hi$17;
+ borrow_$_lo$2 = jsx$10_$_lo$2;
+ borrow_$_hi$2 = jsx$10_$_hi$2;
+ var jsx$11 = i;
+ var this$17_$_lo$2 = borrow_$_lo$2;
+ var this$17_$_hi$2 = borrow_$_hi$2;
+ res.u[jsx$11] = this$17_$_lo$2;
+ var this$18_$_lo$2 = borrow_$_lo$2;
+ var this$18_$_hi$2 = borrow_$_hi$2;
+ var hi$18 = this$18_$_hi$2;
+ var hi$19 = (hi$18 >> 31);
+ var jsx$12_$_lo$2 = hi$18;
+ var jsx$12_$_hi$2 = hi$19;
+ borrow_$_lo$2 = jsx$12_$_lo$2;
+ borrow_$_hi$2 = jsx$12_$_hi$2;
i = ((1 + i) | 0)
}
}
});
$c_Ljava_math_Elementary$.prototype.add__p1__AI__AI__I__AI__I__V = (function(res, a, aSize, b, bSize) {
var i = 1;
- var carry = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[0])).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[0])));
- res.u[0] = carry.lo$2;
- carry = carry.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var value = a.u[0];
+ var value$1 = b.u[0];
+ var lo = ((value + value$1) | 0);
+ var hi$2 = ((((-2147483648) ^ lo) < ((-2147483648) ^ value)) ? 1 : 0);
+ var carry_$_lo$2 = lo;
+ var carry_$_hi$2 = hi$2;
+ var this$2_$_lo$2 = carry_$_lo$2;
+ var this$2_$_hi$2 = carry_$_hi$2;
+ res.u[0] = this$2_$_lo$2;
+ var this$3_$_lo$2 = carry_$_lo$2;
+ var this$3_$_hi$2 = carry_$_hi$2;
+ var hi$3 = this$3_$_hi$2;
+ var hi$4 = (hi$3 >> 31);
+ var jsx$1_$_lo$2 = hi$3;
+ var jsx$1_$_hi$2 = hi$4;
+ carry_$_lo$2 = jsx$1_$_lo$2;
+ carry_$_hi$2 = jsx$1_$_hi$2;
if ((aSize >= bSize)) {
while ((i < bSize)) {
- carry = carry.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i]))));
- res.u[i] = carry.lo$2;
- carry = carry.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$5_$_lo$2 = carry_$_lo$2;
+ var this$5_$_hi$2 = carry_$_hi$2;
+ var value$2 = a.u[i];
+ var value$3 = b.u[i];
+ var lo$1 = ((value$2 + value$3) | 0);
+ var hi$7 = ((((-2147483648) ^ lo$1) < ((-2147483648) ^ value$2)) ? 1 : 0);
+ var alo = this$5_$_lo$2;
+ var ahi = this$5_$_hi$2;
+ var lo$2 = ((alo + lo$1) | 0);
+ var hi$8 = ((((-2147483648) ^ lo$2) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + hi$7) | 0)) | 0) : ((ahi + hi$7) | 0));
+ var jsx$2_$_lo$2 = lo$2;
+ var jsx$2_$_hi$2 = hi$8;
+ carry_$_lo$2 = jsx$2_$_lo$2;
+ carry_$_hi$2 = jsx$2_$_hi$2;
+ var jsx$3 = i;
+ var this$7_$_lo$2 = carry_$_lo$2;
+ var this$7_$_hi$2 = carry_$_hi$2;
+ res.u[jsx$3] = this$7_$_lo$2;
+ var this$8_$_lo$2 = carry_$_lo$2;
+ var this$8_$_hi$2 = carry_$_hi$2;
+ var hi$9 = this$8_$_hi$2;
+ var hi$10 = (hi$9 >> 31);
+ var jsx$4_$_lo$2 = hi$9;
+ var jsx$4_$_hi$2 = hi$10;
+ carry_$_lo$2 = jsx$4_$_lo$2;
+ carry_$_hi$2 = jsx$4_$_hi$2;
i = ((1 + i) | 0)
};
while ((i < aSize)) {
- carry = carry.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])));
- res.u[i] = carry.lo$2;
- carry = carry.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$9_$_lo$2 = carry_$_lo$2;
+ var this$9_$_hi$2 = carry_$_hi$2;
+ var value$4 = a.u[i];
+ var alo$1 = this$9_$_lo$2;
+ var ahi$1 = this$9_$_hi$2;
+ var lo$3 = ((alo$1 + value$4) | 0);
+ var hi$12 = ((((-2147483648) ^ lo$3) < ((-2147483648) ^ alo$1)) ? ((1 + ahi$1) | 0) : ahi$1);
+ var jsx$5_$_lo$2 = lo$3;
+ var jsx$5_$_hi$2 = hi$12;
+ carry_$_lo$2 = jsx$5_$_lo$2;
+ carry_$_hi$2 = jsx$5_$_hi$2;
+ var jsx$6 = i;
+ var this$11_$_lo$2 = carry_$_lo$2;
+ var this$11_$_hi$2 = carry_$_hi$2;
+ res.u[jsx$6] = this$11_$_lo$2;
+ var this$12_$_lo$2 = carry_$_lo$2;
+ var this$12_$_hi$2 = carry_$_hi$2;
+ var hi$13 = this$12_$_hi$2;
+ var hi$14 = (hi$13 >> 31);
+ var jsx$7_$_lo$2 = hi$13;
+ var jsx$7_$_hi$2 = hi$14;
+ carry_$_lo$2 = jsx$7_$_lo$2;
+ carry_$_hi$2 = jsx$7_$_hi$2;
i = ((1 + i) | 0)
}
} else {
while ((i < aSize)) {
- carry = carry.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i]))));
- res.u[i] = carry.lo$2;
- carry = carry.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$14_$_lo$2 = carry_$_lo$2;
+ var this$14_$_hi$2 = carry_$_hi$2;
+ var value$5 = a.u[i];
+ var value$6 = b.u[i];
+ var lo$4 = ((value$5 + value$6) | 0);
+ var hi$17 = ((((-2147483648) ^ lo$4) < ((-2147483648) ^ value$5)) ? 1 : 0);
+ var alo$2 = this$14_$_lo$2;
+ var ahi$2 = this$14_$_hi$2;
+ var lo$5 = ((alo$2 + lo$4) | 0);
+ var hi$18 = ((((-2147483648) ^ lo$5) < ((-2147483648) ^ alo$2)) ? ((1 + ((ahi$2 + hi$17) | 0)) | 0) : ((ahi$2 + hi$17) | 0));
+ var jsx$8_$_lo$2 = lo$5;
+ var jsx$8_$_hi$2 = hi$18;
+ carry_$_lo$2 = jsx$8_$_lo$2;
+ carry_$_hi$2 = jsx$8_$_hi$2;
+ var jsx$9 = i;
+ var this$16_$_lo$2 = carry_$_lo$2;
+ var this$16_$_hi$2 = carry_$_hi$2;
+ res.u[jsx$9] = this$16_$_lo$2;
+ var this$17_$_lo$2 = carry_$_lo$2;
+ var this$17_$_hi$2 = carry_$_hi$2;
+ var hi$19 = this$17_$_hi$2;
+ var hi$20 = (hi$19 >> 31);
+ var jsx$10_$_lo$2 = hi$19;
+ var jsx$10_$_hi$2 = hi$20;
+ carry_$_lo$2 = jsx$10_$_lo$2;
+ carry_$_hi$2 = jsx$10_$_hi$2;
i = ((1 + i) | 0)
};
while ((i < bSize)) {
- carry = carry.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i])));
- res.u[i] = carry.lo$2;
- carry = carry.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$18_$_lo$2 = carry_$_lo$2;
+ var this$18_$_hi$2 = carry_$_hi$2;
+ var value$7 = b.u[i];
+ var alo$3 = this$18_$_lo$2;
+ var ahi$3 = this$18_$_hi$2;
+ var lo$6 = ((alo$3 + value$7) | 0);
+ var hi$22 = ((((-2147483648) ^ lo$6) < ((-2147483648) ^ alo$3)) ? ((1 + ahi$3) | 0) : ahi$3);
+ var jsx$11_$_lo$2 = lo$6;
+ var jsx$11_$_hi$2 = hi$22;
+ carry_$_lo$2 = jsx$11_$_lo$2;
+ carry_$_hi$2 = jsx$11_$_hi$2;
+ var jsx$12 = i;
+ var this$20_$_lo$2 = carry_$_lo$2;
+ var this$20_$_hi$2 = carry_$_hi$2;
+ res.u[jsx$12] = this$20_$_lo$2;
+ var this$21_$_lo$2 = carry_$_lo$2;
+ var this$21_$_hi$2 = carry_$_hi$2;
+ var hi$23 = this$21_$_hi$2;
+ var hi$24 = (hi$23 >> 31);
+ var jsx$13_$_lo$2 = hi$23;
+ var jsx$13_$_hi$2 = hi$24;
+ carry_$_lo$2 = jsx$13_$_lo$2;
+ carry_$_hi$2 = jsx$13_$_hi$2;
i = ((1 + i) | 0)
}
};
- if (carry.notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong())) {
- res.u[i] = carry.lo$2
+ var this$22_$_lo$2 = carry_$_lo$2;
+ var this$22_$_hi$2 = carry_$_hi$2;
+ if ((!((this$22_$_lo$2 === 0) && (this$22_$_hi$2 === 0)))) {
+ var jsx$14 = i;
+ var this$23_$_lo$2 = carry_$_lo$2;
+ var this$23_$_hi$2 = carry_$_hi$2;
+ res.u[jsx$14] = this$23_$_lo$2
}
});
$c_Ljava_math_Elementary$.prototype.subtract__p1__AI__AI__I__AI__I__V = (function(res, a, aSize, b, bSize) {
var i = 0;
- var borrow = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var borrow_$_lo$2 = 0;
+ var borrow_$_hi$2 = 0;
while ((i < bSize)) {
- borrow = borrow.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])).$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i]))));
- res.u[i] = borrow.lo$2;
- borrow = borrow.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$2_$_lo$2 = borrow_$_lo$2;
+ var this$2_$_hi$2 = borrow_$_hi$2;
+ var value = a.u[i];
+ var value$1 = b.u[i];
+ var lo = ((value - value$1) | 0);
+ var hi$2 = ((((-2147483648) ^ lo) > ((-2147483648) ^ value)) ? (-1) : 0);
+ var alo = this$2_$_lo$2;
+ var ahi = this$2_$_hi$2;
+ var lo$1 = ((alo + lo) | 0);
+ var hi$3 = ((((-2147483648) ^ lo$1) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + hi$2) | 0)) | 0) : ((ahi + hi$2) | 0));
+ var jsx$1_$_lo$2 = lo$1;
+ var jsx$1_$_hi$2 = hi$3;
+ borrow_$_lo$2 = jsx$1_$_lo$2;
+ borrow_$_hi$2 = jsx$1_$_hi$2;
+ var jsx$2 = i;
+ var this$4_$_lo$2 = borrow_$_lo$2;
+ var this$4_$_hi$2 = borrow_$_hi$2;
+ res.u[jsx$2] = this$4_$_lo$2;
+ var this$5_$_lo$2 = borrow_$_lo$2;
+ var this$5_$_hi$2 = borrow_$_hi$2;
+ var hi$4 = this$5_$_hi$2;
+ var hi$5 = (hi$4 >> 31);
+ var jsx$3_$_lo$2 = hi$4;
+ var jsx$3_$_hi$2 = hi$5;
+ borrow_$_lo$2 = jsx$3_$_lo$2;
+ borrow_$_hi$2 = jsx$3_$_hi$2;
i = ((1 + i) | 0)
};
while ((i < aSize)) {
- borrow = borrow.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])));
- res.u[i] = borrow.lo$2;
- borrow = borrow.$$greater$greater__I__sjsr_RuntimeLong(32);
+ var this$6_$_lo$2 = borrow_$_lo$2;
+ var this$6_$_hi$2 = borrow_$_hi$2;
+ var value$2 = a.u[i];
+ var alo$1 = this$6_$_lo$2;
+ var ahi$1 = this$6_$_hi$2;
+ var lo$2 = ((alo$1 + value$2) | 0);
+ var hi$7 = ((((-2147483648) ^ lo$2) < ((-2147483648) ^ alo$1)) ? ((1 + ahi$1) | 0) : ahi$1);
+ var jsx$4_$_lo$2 = lo$2;
+ var jsx$4_$_hi$2 = hi$7;
+ borrow_$_lo$2 = jsx$4_$_lo$2;
+ borrow_$_hi$2 = jsx$4_$_hi$2;
+ var jsx$5 = i;
+ var this$8_$_lo$2 = borrow_$_lo$2;
+ var this$8_$_hi$2 = borrow_$_hi$2;
+ res.u[jsx$5] = this$8_$_lo$2;
+ var this$9_$_lo$2 = borrow_$_lo$2;
+ var this$9_$_hi$2 = borrow_$_hi$2;
+ var hi$8 = this$9_$_hi$2;
+ var hi$9 = (hi$8 >> 31);
+ var jsx$6_$_lo$2 = hi$8;
+ var jsx$6_$_hi$2 = hi$9;
+ borrow_$_lo$2 = jsx$6_$_lo$2;
+ borrow_$_hi$2 = jsx$6_$_hi$2;
i = ((1 + i) | 0)
}
});
@@ -21557,7 +22722,17 @@ $c_Ljava_math_Elementary$.prototype.unsignedArraysCompare__p1__AI__AI__I__I__I =
while (((i >= 0) && (a.u[i] === b.u[i]))) {
i = (((-1) + i) | 0)
};
- return ((i < 0) ? 0 : (new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a.u[i])).$$less__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b.u[i]))) ? (-1) : 1))
+ if ((i < 0)) {
+ return 0
+ } else {
+ var value = a.u[i];
+ var value$1 = b.u[i];
+ if ((((-2147483648) ^ value) < ((-2147483648) ^ value$1))) {
+ return (-1)
+ } else {
+ return 1
+ }
+ }
}
});
var $d_Ljava_math_Elementary$ = new $TypeData().initClass({
@@ -22459,10 +23634,10 @@ $c_Ljava_math_Multiplication$.prototype.multiplyPAP__Ljava_math_BigInteger__Ljav
var resLength = ((aLen + bLen) | 0);
var resSign = ((a.sign$2 !== b.sign$2) ? (-1) : 1);
if ((resLength === 2)) {
- var v = this.unsignedMultAddAdd__I__I__I__I__J(a.digits$2.u[0], b.digits$2.u[0], 0, 0);
- var valueLo = v.lo$2;
- var valueHi = v.hi$2;
- return ((valueHi === 0) ? new $c_Ljava_math_BigInteger().init___I__I(resSign, valueLo) : new $c_Ljava_math_BigInteger().init___I__I__AI(resSign, 2, $m_s_Array$().apply__I__sc_Seq__AI(valueLo, new $c_sjs_js_WrappedArray().init___sjs_js_Array([valueHi]))))
+ var b$1 = this.unsignedMultAddAdd__I__I__I__I__J(a.digits$2.u[0], b.digits$2.u[0], 0, 0);
+ var lo = b$1.lo$2;
+ var hi = b$1.hi$2;
+ return ((hi === 0) ? new $c_Ljava_math_BigInteger().init___I__I(resSign, lo) : new $c_Ljava_math_BigInteger().init___I__I__AI(resSign, 2, $m_s_Array$().apply__I__sc_Seq__AI(lo, new $c_sjs_js_WrappedArray().init___sjs_js_Array([hi]))))
} else {
var aDigits = a.digits$2;
var bDigits = b.digits$2;
@@ -22490,9 +23665,11 @@ $c_Ljava_math_Multiplication$.prototype.square__AI__I__AI__AI = (function(a, aLe
var i$2 = x;
while (true) {
var v1 = i$2;
- var t = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(a.u[i$1], a.u[v1], res.u[((i$1 + v1) | 0)], elem$1);
- res.u[((i$1 + v1) | 0)] = t.lo$2;
- elem$1 = t.hi$2;
+ var b$1 = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(a.u[i$1], a.u[v1], res.u[((i$1 + v1) | 0)], elem$1);
+ var lo$4 = b$1.lo$2;
+ var hi$11 = b$1.hi$2;
+ res.u[((i$1 + v1) | 0)] = lo$4;
+ elem$1 = hi$11;
if ((i$2 === lastElement$4$1)) {
break
};
@@ -22511,12 +23688,16 @@ $c_Ljava_math_Multiplication$.prototype.square__AI__I__AI__AI = (function(a, aLe
var i$3 = 0;
var index = 0;
while ((i$3 < aLen)) {
- var t$1 = this.unsignedMultAddAdd__I__I__I__I__J(a.u[i$3], a.u[i$3], res.u[index], elem$1);
- res.u[index] = t$1.lo$2;
+ var b$2 = this.unsignedMultAddAdd__I__I__I__I__J(a.u[i$3], a.u[i$3], res.u[index], elem$1);
+ var lo$5 = b$2.lo$2;
+ var hi$12 = b$2.hi$2;
+ res.u[index] = lo$5;
index = ((1 + index) | 0);
- var t2 = t$1.$$greater$greater$greater__I__sjsr_RuntimeLong(32).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(res.u[index])));
- res.u[index] = t2.lo$2;
- elem$1 = t2.hi$2;
+ var value$1 = res.u[index];
+ var lo$6 = ((hi$12 + value$1) | 0);
+ var hi$14 = ((((-2147483648) ^ lo$6) < ((-2147483648) ^ hi$12)) ? 1 : 0);
+ res.u[index] = lo$6;
+ elem$1 = hi$14;
i$3 = ((1 + i$3) | 0);
index = ((1 + index) | 0)
};
@@ -22550,9 +23731,11 @@ $c_Ljava_math_Multiplication$.prototype.multPAP__p1__AI__AI__AI__I__I__V = (func
var i$2 = 0;
while (true) {
var v1 = i$2;
- var added = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(aI, b.u[v1], t.u[((i$1 + v1) | 0)], elem$1);
- t.u[((i$1 + v1) | 0)] = added.lo$2;
- elem$1 = added.hi$2;
+ var b$1 = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(aI, b.u[v1], t.u[((i$1 + v1) | 0)], elem$1);
+ var lo = b$1.lo$2;
+ var hi$4 = b$1.hi$2;
+ t.u[((i$1 + v1) | 0)] = lo;
+ elem$1 = hi$4;
if ((i$2 === lastElement$4$1)) {
break
};
@@ -22569,15 +23752,43 @@ $c_Ljava_math_Multiplication$.prototype.multPAP__p1__AI__AI__AI__I__I__V = (func
}
});
$c_Ljava_math_Multiplication$.prototype.initialiseArrays__p1__V = (function() {
- var elem$1 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- elem$1 = new $c_sjsr_RuntimeLong().init___I__I(1, 0);
+ var elem$1_$_lo$2 = 0;
+ var elem$1_$_hi$2 = 0;
+ var jsx$1_$_lo$2 = 1;
+ var jsx$1_$_hi$2 = 0;
+ elem$1_$_lo$2 = jsx$1_$_lo$2;
+ elem$1_$_hi$2 = jsx$1_$_hi$2;
var i = 0;
while (true) {
var v1 = i;
if ((v1 <= 18)) {
- $m_Ljava_math_Multiplication$().BigFivePows$1.u[v1] = $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(elem$1);
- $m_Ljava_math_Multiplication$().BigTenPows$1.u[v1] = $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(elem$1.$$less$less__I__sjsr_RuntimeLong(v1));
- elem$1 = new $c_sjsr_RuntimeLong().init___I__I(5, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(elem$1)
+ $m_Ljava_math_Multiplication$().BigFivePows$1.u[v1] = $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(elem$1_$_lo$2, elem$1_$_hi$2));
+ var jsx$3 = $m_Ljava_math_Multiplication$().BigTenPows$1;
+ var jsx$2 = $m_Ljava_math_BigInteger$();
+ var this$5_$_lo$2 = elem$1_$_lo$2;
+ var this$5_$_hi$2 = elem$1_$_hi$2;
+ var n = (63 & v1);
+ var lo = this$5_$_lo$2;
+ if ((n < 32)) {
+ var lo$1 = (lo << n);
+ var hi = ((n === 0) ? this$5_$_hi$2 : (((lo >>> ((-n) | 0)) | 0) | (this$5_$_hi$2 << n)));
+ var x_$_lo$2 = lo$1;
+ var x_$_hi$2 = hi
+ } else {
+ var hi$1 = (lo << n);
+ var x_$_lo$2 = 0;
+ var x_$_hi$2 = hi$1
+ };
+ jsx$3.u[v1] = jsx$2.valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(x_$_lo$2, x_$_hi$2));
+ var b_$_lo$2 = elem$1_$_lo$2;
+ var b_$_hi$2 = elem$1_$_hi$2;
+ var blo = b_$_lo$2;
+ var lo$2 = $imul(5, blo);
+ var hi$2 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(5, 0, blo, b_$_hi$2);
+ var jsx$4_$_lo$2 = lo$2;
+ var jsx$4_$_hi$2 = hi$2;
+ elem$1_$_lo$2 = jsx$4_$_lo$2;
+ elem$1_$_hi$2 = jsx$4_$_hi$2
} else {
$m_Ljava_math_Multiplication$().BigFivePows$1.u[v1] = $m_Ljava_math_Multiplication$().BigFivePows$1.u[(((-1) + v1) | 0)].multiply__Ljava_math_BigInteger__Ljava_math_BigInteger($m_Ljava_math_Multiplication$().BigFivePows$1.u[1]);
$m_Ljava_math_Multiplication$().BigTenPows$1.u[v1] = $m_Ljava_math_Multiplication$().BigTenPows$1.u[(((-1) + v1) | 0)].multiply__Ljava_math_BigInteger__Ljava_math_BigInteger($m_Ljava_math_BigInteger$().TEN$1)
@@ -22589,7 +23800,14 @@ $c_Ljava_math_Multiplication$.prototype.initialiseArrays__p1__V = (function() {
}
});
$c_Ljava_math_Multiplication$.prototype.multiplyByTenPow__Ljava_math_BigInteger__J__Ljava_math_BigInteger = (function(bi, exp) {
- return (exp.$$less__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I(this.TenPows$1.u.length)) ? this.multiplyByPosInt__Ljava_math_BigInteger__I__Ljava_math_BigInteger(bi, this.TenPows$1.u[exp.lo$2]) : bi.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(this.powerOf10__J__Ljava_math_BigInteger(exp)))
+ var value = this.TenPows$1.u.length;
+ var hi = (value >> 31);
+ var ahi = exp.hi$2;
+ if (((ahi === hi) ? (((-2147483648) ^ exp.lo$2) < ((-2147483648) ^ value)) : (ahi < hi))) {
+ return this.multiplyByPosInt__Ljava_math_BigInteger__I__Ljava_math_BigInteger(bi, this.TenPows$1.u[exp.lo$2])
+ } else {
+ return bi.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(this.powerOf10__J__Ljava_math_BigInteger(exp))
+ }
});
$c_Ljava_math_Multiplication$.prototype.newArrayOfPows__p1__I__I__AI = (function(len, pow) {
var xs = $newArrayObject($d_I.getArrayOf(), [(((-1) + len) | 0)]);
@@ -22618,7 +23836,13 @@ $c_Ljava_math_Multiplication$.prototype.notify__ = (function() {
return (void 0)
});
$c_Ljava_math_Multiplication$.prototype.unsignedMultAddAdd__I__I__I__I__J = (function(a, b, c, d) {
- return new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(a)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(b))).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(c))).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(d)))
+ var lo = $imul(a, b);
+ var hi$2 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(a, 0, b, 0);
+ var lo$1 = ((lo + c) | 0);
+ var hi$4 = ((((-2147483648) ^ lo$1) < ((-2147483648) ^ lo)) ? ((1 + hi$2) | 0) : hi$2);
+ var lo$2 = ((lo$1 + d) | 0);
+ var hi$6 = ((((-2147483648) ^ lo$2) < ((-2147483648) ^ lo$1)) ? ((1 + hi$4) | 0) : hi$4);
+ return new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$6)
});
$c_Ljava_math_Multiplication$.prototype.karatsuba__Ljava_math_BigInteger__Ljava_math_BigInteger__Ljava_math_BigInteger = (function(val1, val2) {
if ((val2.numberLength$2 > val1.numberLength$2)) {
@@ -22664,9 +23888,11 @@ $c_Ljava_math_Multiplication$.prototype.multiplyByInt__p1__AI__AI__I__I__I = (fu
var i = 0;
while (true) {
var v1 = i;
- var t = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(a.u[v1], factor, elem$1, 0);
- res.u[v1] = t.lo$2;
- elem$1 = t.hi$2;
+ var b = $m_Ljava_math_Multiplication$().unsignedMultAddAdd__I__I__I__I__J(a.u[v1], factor, elem$1, 0);
+ var lo = b.lo$2;
+ var hi$2 = b.hi$2;
+ res.u[v1] = lo;
+ elem$1 = hi$2;
if ((i === lastElement$4)) {
break
};
@@ -22693,10 +23919,10 @@ $c_Ljava_math_Multiplication$.prototype.multiplyByPosInt__Ljava_math_BigInteger_
if ((resSign === 0)) {
return $m_Ljava_math_BigInteger$().ZERO$1
} else if ((aNumberLength === 1)) {
- var res = this.unsignedMultAddAdd__I__I__I__I__J(aDigits.u[0], factor, 0, 0);
- var resLo = res.lo$2;
- var resHi = res.hi$2;
- return ((resHi === 0) ? new $c_Ljava_math_BigInteger().init___I__I(resSign, resLo) : new $c_Ljava_math_BigInteger().init___I__I__AI(resSign, 2, $m_s_Array$().apply__I__sc_Seq__AI(resLo, new $c_sjs_js_WrappedArray().init___sjs_js_Array([resHi]))))
+ var b = this.unsignedMultAddAdd__I__I__I__I__J(aDigits.u[0], factor, 0, 0);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ return ((hi === 0) ? new $c_Ljava_math_BigInteger().init___I__I(resSign, lo) : new $c_Ljava_math_BigInteger().init___I__I__AI(resSign, 2, $m_s_Array$().apply__I__sc_Seq__AI(lo, new $c_sjs_js_WrappedArray().init___sjs_js_Array([hi]))))
} else {
var resLength = ((1 + aNumberLength) | 0);
var resDigits = $newArrayObject($d_I.getArrayOf(), [resLength]);
@@ -22710,29 +23936,83 @@ $c_Ljava_math_Multiplication$.prototype.multiplyByFivePow__Ljava_math_BigInteger
return ((exp < this.FivePows$1.u.length) ? this.multiplyByPosInt__Ljava_math_BigInteger__I__Ljava_math_BigInteger(bi, this.FivePows$1.u[exp]) : ((exp < this.BigFivePows$1.u.length) ? bi.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(this.BigFivePows$1.u[exp]) : bi.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(this.BigFivePows$1.u[1].pow__I__Ljava_math_BigInteger(exp))))
});
$c_Ljava_math_Multiplication$.prototype.powerOf10__J__Ljava_math_BigInteger = (function(exp) {
- if (exp.$$less__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I(this.BigTenPows$1.u.length))) {
+ var value = this.BigTenPows$1.u.length;
+ var hi = (value >> 31);
+ var ahi = exp.hi$2;
+ if (((ahi === hi) ? (((-2147483648) ^ exp.lo$2) < ((-2147483648) ^ value)) : (ahi < hi))) {
return this.BigTenPows$1.u[exp.lo$2]
- } else if (exp.$$less$eq__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(50, 0))) {
- return $m_Ljava_math_BigInteger$().TEN$1.pow__I__Ljava_math_BigInteger(exp.lo$2)
- } else if (exp.$$less$eq__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0))) {
- return this.BigFivePows$1.u[1].pow__I__Ljava_math_BigInteger(exp.lo$2).shiftLeft__I__Ljava_math_BigInteger(exp.lo$2)
} else {
- var powerOfFive = this.BigFivePows$1.u[1].pow__I__Ljava_math_BigInteger(2147483647);
- var res = powerOfFive;
- var longExp = new $c_sjsr_RuntimeLong().init___I__I((-2147483647), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(exp);
- var intExp = exp.$$percent__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0)).lo$2;
- while (longExp.$$greater__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0))) {
- res = res.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(powerOfFive);
- longExp = new $c_sjsr_RuntimeLong().init___I__I((-2147483647), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(longExp)
- };
- res = res.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(this.BigFivePows$1.u[1].pow__I__Ljava_math_BigInteger(intExp));
- res = res.shiftLeft__I__Ljava_math_BigInteger(2147483647);
- longExp = new $c_sjsr_RuntimeLong().init___I__I((-2147483647), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(exp);
- while (longExp.$$greater__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0))) {
- res = res.shiftLeft__I__Ljava_math_BigInteger(2147483647);
- longExp = new $c_sjsr_RuntimeLong().init___I__I((-2147483647), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(longExp)
- };
- return res.shiftLeft__I__Ljava_math_BigInteger(intExp)
+ var ahi$1 = exp.hi$2;
+ if (((ahi$1 === 0) ? (((-2147483648) ^ exp.lo$2) <= (-2147483598)) : (ahi$1 < 0))) {
+ return $m_Ljava_math_BigInteger$().TEN$1.pow__I__Ljava_math_BigInteger(exp.lo$2)
+ } else {
+ var ahi$2 = exp.hi$2;
+ if (((ahi$2 === 0) ? (((-2147483648) ^ exp.lo$2) <= (-1)) : (ahi$2 < 0))) {
+ return this.BigFivePows$1.u[1].pow__I__Ljava_math_BigInteger(exp.lo$2).shiftLeft__I__Ljava_math_BigInteger(exp.lo$2)
+ } else {
+ var powerOfFive = this.BigFivePows$1.u[1].pow__I__Ljava_math_BigInteger(2147483647);
+ var res = powerOfFive;
+ var blo = exp.lo$2;
+ var bhi = exp.hi$2;
+ var lo = (((-2147483647) + blo) | 0);
+ var hi$1 = ((((-2147483648) ^ lo) < 1) ? bhi : (((-1) + bhi) | 0));
+ var longExp_$_lo$2 = lo;
+ var longExp_$_hi$2 = hi$1;
+ var this$2 = $m_sjsr_RuntimeLong$();
+ var lo$1 = this$2.remainderImpl__I__I__I__I__I(exp.lo$2, exp.hi$2, 2147483647, 0);
+ while (true) {
+ var this$3_$_lo$2 = longExp_$_lo$2;
+ var this$3_$_hi$2 = longExp_$_hi$2;
+ var ahi$3 = this$3_$_hi$2;
+ if (((ahi$3 === 0) ? (((-2147483648) ^ this$3_$_lo$2) > (-1)) : (ahi$3 > 0))) {
+ res = res.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(powerOfFive);
+ var b_$_lo$2 = longExp_$_lo$2;
+ var b_$_hi$2 = longExp_$_hi$2;
+ var blo$1 = b_$_lo$2;
+ var bhi$1 = b_$_hi$2;
+ var lo$2 = (((-2147483647) + blo$1) | 0);
+ var hi$3 = ((((-2147483648) ^ lo$2) < 1) ? bhi$1 : (((-1) + bhi$1) | 0));
+ var jsx$1_$_lo$2 = lo$2;
+ var jsx$1_$_hi$2 = hi$3;
+ longExp_$_lo$2 = jsx$1_$_lo$2;
+ longExp_$_hi$2 = jsx$1_$_hi$2
+ } else {
+ break
+ }
+ };
+ res = res.multiply__Ljava_math_BigInteger__Ljava_math_BigInteger(this.BigFivePows$1.u[1].pow__I__Ljava_math_BigInteger(lo$1));
+ res = res.shiftLeft__I__Ljava_math_BigInteger(2147483647);
+ var blo$2 = exp.lo$2;
+ var bhi$2 = exp.hi$2;
+ var lo$3 = (((-2147483647) + blo$2) | 0);
+ var hi$4 = ((((-2147483648) ^ lo$3) < 1) ? bhi$2 : (((-1) + bhi$2) | 0));
+ var jsx$2_$_lo$2 = lo$3;
+ var jsx$2_$_hi$2 = hi$4;
+ longExp_$_lo$2 = jsx$2_$_lo$2;
+ longExp_$_hi$2 = jsx$2_$_hi$2;
+ while (true) {
+ var this$6_$_lo$2 = longExp_$_lo$2;
+ var this$6_$_hi$2 = longExp_$_hi$2;
+ var ahi$4 = this$6_$_hi$2;
+ if (((ahi$4 === 0) ? (((-2147483648) ^ this$6_$_lo$2) > (-1)) : (ahi$4 > 0))) {
+ res = res.shiftLeft__I__Ljava_math_BigInteger(2147483647);
+ var b$1_$_lo$2 = longExp_$_lo$2;
+ var b$1_$_hi$2 = longExp_$_hi$2;
+ var blo$3 = b$1_$_lo$2;
+ var bhi$3 = b$1_$_hi$2;
+ var lo$4 = (((-2147483647) + blo$3) | 0);
+ var hi$5 = ((((-2147483648) ^ lo$4) < 1) ? bhi$3 : (((-1) + bhi$3) | 0));
+ var jsx$3_$_lo$2 = lo$4;
+ var jsx$3_$_hi$2 = hi$5;
+ longExp_$_lo$2 = jsx$3_$_lo$2;
+ longExp_$_hi$2 = jsx$3_$_hi$2
+ } else {
+ break
+ }
+ };
+ return res.shiftLeft__I__Ljava_math_BigInteger(lo$1)
+ }
+ }
}
});
$c_Ljava_math_Multiplication$.prototype.clone__ = (function() {
@@ -22806,7 +24086,10 @@ $c_Ljava_math_Primality$.prototype.init___ = (function() {
var i = 0;
while ((i < n)) {
var arg1$2 = i;
- var elem = $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I(this.java$math$Primality$$Primes$1.u[arg1$2]));
+ var jsx$1 = $m_Ljava_math_BigInteger$();
+ var value = this.java$math$Primality$$Primes$1.u[arg1$2];
+ var hi = (value >> 31);
+ var elem = jsx$1.valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(value, hi));
var unboxedElem = ((elem === null) ? null : elem);
elems$2.push(unboxedElem);
i = ((1 + i) | 0)
@@ -22960,8 +24243,8 @@ $c_Ljava_math_Primality$.prototype.isProbablePrime__Ljava_math_BigInteger__I__Z
i$1 = ((1 + i$1) | 0)
};
var a = i$1;
- var b = ((1 + ((((-1) + certainty) | 0) >> 1)) | 0);
- var newCertainty = ((a < b) ? a : b);
+ var b$1 = ((1 + ((((-1) + certainty) | 0) >> 1)) | 0);
+ var newCertainty = ((a < b$1) ? a : b$1);
return this.java$math$Primality$$millerRabin__Ljava_math_BigInteger__I__Z(n, newCertainty)
}
} else {
@@ -25522,7 +26805,7 @@ $c_Lorg_junit_Assert$.prototype.failSame__p1__T__V = (function(message) {
}
});
$c_Lorg_junit_Assert$.prototype.assertNotEquals__T__J__J__V = (function(message, unexpected, actual) {
- if (unexpected.equals__sjsr_RuntimeLong__Z(actual)) {
+ if (((unexpected.lo$2 === actual.lo$2) && (unexpected.hi$2 === actual.hi$2))) {
this.failEquals__p1__T__O__V(message, actual)
}
});
@@ -26352,7 +27635,14 @@ $c_Lorg_scalajs_junit_JUnitExecuteTest.prototype.logFormattedDebug__p1__T__T__V
this.richLogger$1.debug__T__V(this.formatLayout__p1__T__T__T__T__T__T("Test ", this.packageName__T(), $m_Lcom_novocode_junit_Ansi$().c__T__T__T(this.className__T(), "\u001b[33m"), fMethod, msg))
});
$c_Lorg_scalajs_junit_JUnitExecuteTest.prototype.getTimeInSeconds$1__p1__J__D = (function(t0$1) {
- return ($m_jl_System$().nanoTime__J().$$minus__sjsr_RuntimeLong__sjsr_RuntimeLong(t0$1).toDouble__D() / 1000000000)
+ var b = $m_jl_System$().nanoTime__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var blo = t0$1.lo$2;
+ var bhi = t0$1.hi$2;
+ var lo$1 = ((lo - blo) | 0);
+ var hi$1 = ((((-2147483648) ^ lo$1) > ((-2147483648) ^ lo)) ? (((-1) + ((hi - bhi) | 0)) | 0) : ((hi - bhi) | 0));
+ return ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toDouble__I__I__D(lo$1, hi$1) / 1000000000)
});
$c_Lorg_scalajs_junit_JUnitExecuteTest.prototype.executeAfterMethods$1__p1__Lorg_scalajs_junit_JUnitTestBootstrapper__Lorg_scalajs_junit_JUnitClassMetadata__O__T__Lorg_junit_Test__J__V = (function(classMetadata$1, jUnitMetadata$2, testClassInstance$1, methodName$1, testAnnotation$1, t0$1) {
try {
@@ -26365,8 +27655,23 @@ $c_Lorg_scalajs_junit_JUnitExecuteTest.prototype.executeAfterMethods$1__p1__Lorg
these = $as_sci_List(these.tail__O())
};
var timeInSeconds = this.getTimeInSeconds$1__p1__J__D(t0$1);
- if ((testAnnotation$1.timeout$2.notEquals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()) && (testAnnotation$1.timeout$2.toDouble__D() <= timeInSeconds))) {
- this.richLogger$1.warn__T__V((((("Timeout: took " + timeInSeconds) + " sec, expected ") + (testAnnotation$1.timeout$2.toDouble__D() / 1000)) + " sec"))
+ var b = testAnnotation$1.timeout$2;
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ if ((!((lo === 0) && (hi === 0)))) {
+ var b$1 = testAnnotation$1.timeout$2;
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ var jsx$1 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toDouble__I__I__D(lo$1, hi$1) <= timeInSeconds)
+ } else {
+ var jsx$1 = false
+ };
+ if (jsx$1) {
+ var jsx$2 = this.richLogger$1;
+ var b$2 = testAnnotation$1.timeout$2;
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ jsx$2.warn__T__V((((("Timeout: took " + timeInSeconds) + " sec, expected ") + ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toDouble__I__I__D(lo$2, hi$2) / 1000)) + " sec"))
}
} catch (e) {
var e$2 = $m_sjsr_package$().wrapJavaScriptException__O__jl_Throwable(e);
@@ -26385,7 +27690,9 @@ $c_Lorg_scalajs_junit_JUnitExecuteTest.prototype.org$scalajs$junit$JUnitExecuteT
var methodName = method.name$1;
var decodedMethodName = (this.decodeScalaNames$1 ? this.runner$1.runSettings$1.decodeName__T__T(methodName) : methodName);
var testAnnotation = $as_Lorg_junit_Test(method.getTestAnnotation__s_Option().get__O());
- var t0 = $m_jl_System$().nanoTime__J();
+ var b = $m_jl_System$().nanoTime__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
try {
var this$1 = jUnitMetadata.beforeMethod__sci_List();
var these = this$1;
@@ -26395,14 +27702,14 @@ $c_Lorg_scalajs_junit_JUnitExecuteTest.prototype.org$scalajs$junit$JUnitExecuteT
classMetadata.invoke__O__T__V(testClassInstance, method$1.name$1);
these = $as_sci_List(these.tail__O())
};
- this.executeTestMethods$1__p1__Lorg_scalajs_junit_JUnitTestBootstrapper__Lorg_scalajs_junit_JUnitMethodMetadata__Lorg_scalajs_junit_JUnitClassMetadata__O__T__T__Lorg_junit_Test__J__V(classMetadata, method, jUnitMetadata, testClassInstance, methodName, decodedMethodName, testAnnotation, t0)
+ this.executeTestMethods$1__p1__Lorg_scalajs_junit_JUnitTestBootstrapper__Lorg_scalajs_junit_JUnitMethodMetadata__Lorg_scalajs_junit_JUnitClassMetadata__O__T__T__Lorg_junit_Test__J__V(classMetadata, method, jUnitMetadata, testClassInstance, methodName, decodedMethodName, testAnnotation, new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
} catch (e) {
if ($is_Lorg_junit_AssumptionViolatedException(e)) {
var ex$2 = $as_Lorg_junit_AssumptionViolatedException(e);
- this.logAssertionWarning__p1__T__jl_Throwable__D__V(methodName, ex$2, this.getTimeInSeconds$1__p1__J__D(t0))
+ this.logAssertionWarning__p1__T__jl_Throwable__D__V(methodName, ex$2, this.getTimeInSeconds$1__p1__J__D(new $c_sjsr_RuntimeLong().init___I__I(lo, hi)))
} else if ($is_Lorg_junit_internal_AssumptionViolatedException(e)) {
var ex = $as_Lorg_junit_internal_AssumptionViolatedException(e);
- this.logAssertionWarning__p1__T__jl_Throwable__D__V(methodName, ex, this.getTimeInSeconds$1__p1__J__D(t0))
+ this.logAssertionWarning__p1__T__jl_Throwable__D__V(methodName, ex, this.getTimeInSeconds$1__p1__J__D(new $c_sjsr_RuntimeLong().init___I__I(lo, hi)))
} else {
throw e
}
@@ -27723,15 +29030,17 @@ $c_Lorg_scalajs_testinterface_internal_EventSerializer$.prototype.serialize__Lsb
var jsx$2 = $m_Lorg_scalajs_testinterface_internal_FingerprintSerializer$().serialize__Lsbt_testing_Fingerprint__sjs_js_Dynamic(ev.fingerprint__Lsbt_testing_Fingerprint());
var jsx$1 = $m_Lorg_scalajs_testinterface_internal_SelectorSerializer$().serialize__Lsbt_testing_Selector__sjs_js_Dynamic(ev.selector$1);
var s$1 = ev.status$1.$$undname$1;
- var value = ev.duration$1.lo$2;
- var value$1 = ev.duration$1.hi$2;
+ var b = ev.duration$1;
+ var lo = b.lo$2;
+ var b$1 = ev.duration$1;
+ var hi$1 = b$1.hi$2;
var res = {
"fullyQualifiedName": s,
"fingerprint": jsx$2,
"selector": jsx$1,
"status": s$1,
- "durationLS": value,
- "durationMS": value$1
+ "durationLS": lo,
+ "durationMS": hi$1
};
var optT = ev.throwable$1;
if (optT.isDefined__Z()) {
@@ -32435,32 +33744,34 @@ $c_Lorg_scalajs_testsuite_compiler_LongTest.prototype.notify__ = (function() {
return (void 0)
});
$c_Lorg_scalajs_testsuite_compiler_LongTest.prototype.should$undsupport$undhashCode__V = (function() {
+ var this$1 = $m_Lorg_junit_Assert$();
+ this$1.assertEquals__T__O__O__V(null, 0, 0);
var this$2 = $m_Lorg_junit_Assert$();
- this$2.assertEquals__T__O__O__V(null, 0, 0);
+ this$2.assertEquals__T__O__O__V(null, 55, 55);
+ var this$3 = $m_Lorg_junit_Assert$();
+ this$3.assertEquals__T__O__O__V(null, 11, 11);
var this$4 = $m_Lorg_junit_Assert$();
- this$4.assertEquals__T__O__O__V(null, 55, 55);
+ this$4.assertEquals__T__O__O__V(null, 10006548, 10006548);
+ var this$5 = $m_Lorg_junit_Assert$();
+ this$5.assertEquals__T__O__O__V(null, 1098747, 1098747);
var this$6 = $m_Lorg_junit_Assert$();
- this$6.assertEquals__T__O__O__V(null, 11, 11);
+ this$6.assertEquals__T__O__O__V(null, (-825638905), (-825638905));
+ var this$7 = $m_Lorg_junit_Assert$();
+ this$7.assertEquals__T__O__O__V(null, 1910653900, 1910653900);
var this$8 = $m_Lorg_junit_Assert$();
- this$8.assertEquals__T__O__O__V(null, 10006548, 10006548);
- var this$10 = $m_Lorg_junit_Assert$();
- this$10.assertEquals__T__O__O__V(null, 1098747, 1098747);
- var this$12 = $m_Lorg_junit_Assert$();
- this$12.assertEquals__T__O__O__V(null, (-825638905), (-825638905));
- var this$14 = $m_Lorg_junit_Assert$();
- this$14.assertEquals__T__O__O__V(null, 1910653900, 1910653900);
- var this$16 = $m_Lorg_junit_Assert$();
- this$16.assertEquals__T__O__O__V(null, 1735398658, 1735398658);
- var this$18 = $m_Lorg_junit_Assert$();
- this$18.assertEquals__T__O__O__V(null, (-1689438124), (-1689438124))
+ this$8.assertEquals__T__O__O__V(null, 1735398658, 1735398658);
+ var this$9 = $m_Lorg_junit_Assert$();
+ this$9.assertEquals__T__O__O__V(null, (-1689438124), (-1689438124))
});
$c_Lorg_scalajs_testsuite_compiler_LongTest.prototype.string$undshould$undconvert$undto$undLong__V = (function() {
var this$5 = $m_Lorg_junit_Assert$();
var this$2 = new $c_sci_StringOps().init___T("45678901234567890");
var this$4 = $m_jl_Long$();
var $$this = this$2.repr$1;
- var actual = this$4.parseLong__T__I__J($$this, 10);
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-103740718), 10635447), actual)
+ var b = this$4.parseLong__T__I__J($$this, 10);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-103740718), 10635447), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_compiler_LongTest.prototype.should$undhave$undcorrect$undhash$undin$undcase$undclasses__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
@@ -32505,1661 +33816,3468 @@ $c_Lorg_scalajs_testsuite_compiler_LongTest.prototype.times$und$times__V = (func
var this$1 = $m_Lorg_junit_Assert$();
this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973), new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973));
var this$2 = $m_Lorg_junit_Assert$();
- var actual = new $c_sjsr_RuntimeLong().init___I__I((-1385742822), (-117509)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892911211, (-70899371))));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973), actual);
+ var b = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892911211, (-70899371)));
+ var blo = b.lo$2;
+ var lo = $imul((-1385742822), blo);
+ var hi = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1385742822), (-117509), blo, b.hi$2);
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$1 = new $c_sjsr_RuntimeLong().init___I__I(1892911211, (-70899371)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1385742822), (-117509))));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973), actual$1);
+ var b$1 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1385742822), (-117509)));
+ var blo$1 = b$1.lo$2;
+ var lo$1 = $imul(1892911211, blo$1);
+ var hi$1 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1892911211, (-70899371), blo$1, b$1.hi$2);
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$2 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892911211, (-70899371))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1385742822), (-117509))));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973), actual$2);
+ var b$2 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892911211, (-70899371)));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ var b$3 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1385742822), (-117509)));
+ var blo$2 = b$3.lo$2;
+ var lo$3 = $imul(lo$2, blo$2);
+ var hi$3 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$2, hi$2, blo$2, b$3.hi$2);
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-493697826), 1963505973), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)), new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$3 = new $c_sjsr_RuntimeLong().init___I__I(50291, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(241009986, (-59))));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)), actual$3);
+ var b$4 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(241009986, (-59)));
+ var blo$3 = b$4.lo$2;
+ var lo$4 = $imul(50291, blo$3);
+ var hi$4 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(50291, 0, blo$3, b$4.hi$2);
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$4 = new $c_sjsr_RuntimeLong().init___I__I(241009986, (-59)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(50291, 0)));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)), actual$4);
+ var b$5 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(50291, 0));
+ var blo$4 = b$5.lo$2;
+ var lo$5 = $imul(241009986, blo$4);
+ var hi$5 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(241009986, (-59), blo$4, b$5.hi$2);
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$5 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(241009986, (-59))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(50291, 0)));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)), actual$5);
+ var b$6 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(241009986, (-59)));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ var b$7 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(50291, 0));
+ var blo$5 = b$7.lo$2;
+ var lo$7 = $imul(lo$6, blo$5);
+ var hi$7 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$6, hi$6, blo$5, b$7.hi$2);
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(235496614, (-2964347)), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
this$9.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$10 = $m_Lorg_junit_Assert$();
- var actual$6 = new $c_sjsr_RuntimeLong().init___I__I((-13850059), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()));
- this$10.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$6);
+ var b$8 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var blo$6 = b$8.lo$2;
+ var lo$8 = $imul((-13850059), blo$6);
+ var hi$8 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-13850059), (-1), blo$6, b$8.hi$2);
+ this$10.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$11 = $m_Lorg_junit_Assert$();
this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-13850059), (-1)));
- var actual$7 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$7);
+ var b$9 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$12 = $m_Lorg_junit_Assert$();
- var actual$8 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-13850059), (-1))));
- this$12.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$8);
+ var b$10 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ var b$11 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-13850059), (-1)));
+ var blo$7 = b$11.lo$2;
+ var lo$11 = $imul(lo$10, blo$7);
+ var hi$11 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$10, hi$10, blo$7, b$11.hi$2);
+ this$12.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$13 = $m_Lorg_junit_Assert$();
this$13.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724), new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724));
var this$14 = $m_Lorg_junit_Assert$();
- var actual$9 = new $c_sjsr_RuntimeLong().init___I__I((-874), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-112680435), (-2016424))));
- this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724), actual$9);
+ var b$12 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-112680435), (-2016424)));
+ var blo$8 = b$12.lo$2;
+ var lo$12 = $imul((-874), blo$8);
+ var hi$12 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-874), (-1), blo$8, b$12.hi$2);
+ this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
var this$15 = $m_Lorg_junit_Assert$();
- var actual$10 = new $c_sjsr_RuntimeLong().init___I__I((-112680435), (-2016424)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-874), (-1))));
- this$15.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724), actual$10);
+ var b$13 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-874), (-1)));
+ var blo$9 = b$13.lo$2;
+ var lo$13 = $imul((-112680435), blo$9);
+ var hi$13 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-112680435), (-2016424), blo$9, b$13.hi$2);
+ this$15.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724), new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13));
var this$16 = $m_Lorg_junit_Assert$();
- var actual$11 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-112680435), (-2016424))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-874), (-1))));
- this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724), actual$11);
+ var b$14 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-112680435), (-2016424)));
+ var lo$14 = b$14.lo$2;
+ var hi$14 = b$14.hi$2;
+ var b$15 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-874), (-1)));
+ var blo$10 = b$15.lo$2;
+ var lo$15 = $imul(lo$14, blo$10);
+ var hi$15 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$14, hi$14, blo$10, b$15.hi$2);
+ this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-301547618), 1762353724), new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15));
var this$17 = $m_Lorg_junit_Assert$();
this$17.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)));
var this$18 = $m_Lorg_junit_Assert$();
- var actual$12 = new $c_sjsr_RuntimeLong().init___I__I(9, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1332), (-1))));
- this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)), actual$12);
+ var b$16 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1332), (-1)));
+ var blo$11 = b$16.lo$2;
+ var lo$16 = $imul(9, blo$11);
+ var hi$16 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(9, 0, blo$11, b$16.hi$2);
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$16, hi$16));
var this$19 = $m_Lorg_junit_Assert$();
- var actual$13 = new $c_sjsr_RuntimeLong().init___I__I((-1332), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0)));
- this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)), actual$13);
+ var b$17 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0));
+ var blo$12 = b$17.lo$2;
+ var lo$17 = $imul((-1332), blo$12);
+ var hi$17 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1332), (-1), blo$12, b$17.hi$2);
+ this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$17, hi$17));
var this$20 = $m_Lorg_junit_Assert$();
- var actual$14 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1332), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0)));
- this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)), actual$14);
+ var b$18 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1332), (-1)));
+ var lo$18 = b$18.lo$2;
+ var hi$18 = b$18.hi$2;
+ var b$19 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0));
+ var blo$13 = b$19.lo$2;
+ var lo$19 = $imul(lo$18, blo$13);
+ var hi$19 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$18, hi$18, blo$13, b$19.hi$2);
+ this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11988), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$19, hi$19));
var this$21 = $m_Lorg_junit_Assert$();
this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)), new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$15 = new $c_sjsr_RuntimeLong().init___I__I(1526544, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1586212514), (-6885))));
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)), actual$15);
+ var b$20 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1586212514), (-6885)));
+ var blo$14 = b$20.lo$2;
+ var lo$20 = $imul(1526544, blo$14);
+ var hi$20 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1526544, 0, blo$14, b$20.hi$2);
+ this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)), new $c_sjsr_RuntimeLong().init___I__I(lo$20, hi$20));
var this$23 = $m_Lorg_junit_Assert$();
- var actual$16 = new $c_sjsr_RuntimeLong().init___I__I((-1586212514), (-6885)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1526544, 0)));
- this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)), actual$16);
+ var b$21 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1526544, 0));
+ var blo$15 = b$21.lo$2;
+ var lo$21 = $imul((-1586212514), blo$15);
+ var hi$21 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1586212514), (-6885), blo$15, b$21.hi$2);
+ this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)), new $c_sjsr_RuntimeLong().init___I__I(lo$21, hi$21));
var this$24 = $m_Lorg_junit_Assert$();
- var actual$17 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1586212514), (-6885))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1526544, 0)));
- this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)), actual$17);
+ var b$22 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1586212514), (-6885)));
+ var lo$22 = b$22.lo$2;
+ var hi$22 = b$22.hi$2;
+ var b$23 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1526544, 0));
+ var blo$16 = b$23.lo$2;
+ var lo$23 = $imul(lo$22, blo$16);
+ var hi$23 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$22, hi$22, blo$16, b$23.hi$2);
+ this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056101856, (-1919358086)), new $c_sjsr_RuntimeLong().init___I__I(lo$23, hi$23));
var this$25 = $m_Lorg_junit_Assert$();
this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058), new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058));
var this$26 = $m_Lorg_junit_Assert$();
- var actual$18 = new $c_sjsr_RuntimeLong().init___I__I(656298926, (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1786091738), 76)));
- this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058), actual$18);
+ var b$24 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1786091738), 76));
+ var blo$17 = b$24.lo$2;
+ var lo$24 = $imul(656298926, blo$17);
+ var hi$24 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(656298926, (-1), blo$17, b$24.hi$2);
+ this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058), new $c_sjsr_RuntimeLong().init___I__I(lo$24, hi$24));
var this$27 = $m_Lorg_junit_Assert$();
- var actual$19 = new $c_sjsr_RuntimeLong().init___I__I((-1786091738), 76).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(656298926, (-1))));
- this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058), actual$19);
+ var b$25 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(656298926, (-1)));
+ var blo$18 = b$25.lo$2;
+ var lo$25 = $imul((-1786091738), blo$18);
+ var hi$25 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1786091738), 76, blo$18, b$25.hi$2);
+ this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058), new $c_sjsr_RuntimeLong().init___I__I(lo$25, hi$25));
var this$28 = $m_Lorg_junit_Assert$();
- var actual$20 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1786091738), 76)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(656298926, (-1))));
- this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058), actual$20);
+ var b$26 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1786091738), 76));
+ var lo$26 = b$26.lo$2;
+ var hi$26 = b$26.hi$2;
+ var b$27 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(656298926, (-1)));
+ var blo$19 = b$27.lo$2;
+ var lo$27 = $imul(lo$26, blo$19);
+ var hi$27 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$26, hi$26, blo$19, b$27.hi$2);
+ this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1677159892, 508575058), new $c_sjsr_RuntimeLong().init___I__I(lo$27, hi$27));
var this$29 = $m_Lorg_junit_Assert$();
this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(46841680, 0), new $c_sjsr_RuntimeLong().init___I__I(46841680, 0));
var this$30 = $m_Lorg_junit_Assert$();
- var actual$21 = new $c_sjsr_RuntimeLong().init___I__I(228496, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(205, 0)));
- this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(46841680, 0), actual$21);
+ var b$28 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(205, 0));
+ var blo$20 = b$28.lo$2;
+ var lo$28 = $imul(228496, blo$20);
+ var hi$28 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(228496, 0, blo$20, b$28.hi$2);
+ this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(46841680, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$28, hi$28));
var this$31 = $m_Lorg_junit_Assert$();
- var actual$22 = new $c_sjsr_RuntimeLong().init___I__I(205, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(228496, 0)));
- this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(46841680, 0), actual$22);
+ var b$29 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(228496, 0));
+ var blo$21 = b$29.lo$2;
+ var lo$29 = $imul(205, blo$21);
+ var hi$29 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(205, 0, blo$21, b$29.hi$2);
+ this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(46841680, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$29, hi$29));
var this$32 = $m_Lorg_junit_Assert$();
- var actual$23 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(205, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(228496, 0)));
- this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(46841680, 0), actual$23);
+ var b$30 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(205, 0));
+ var lo$30 = b$30.lo$2;
+ var hi$30 = b$30.hi$2;
+ var b$31 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(228496, 0));
+ var blo$22 = b$31.lo$2;
+ var lo$31 = $imul(lo$30, blo$22);
+ var hi$31 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$30, hi$30, blo$22, b$31.hi$2);
+ this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(46841680, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$31, hi$31));
var this$33 = $m_Lorg_junit_Assert$();
this$33.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037), new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037));
var this$34 = $m_Lorg_junit_Assert$();
- var actual$24 = new $c_sjsr_RuntimeLong().init___I__I((-1159438014), (-18930624)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(28949603, (-4531))));
- this$34.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037), actual$24);
+ var b$32 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(28949603, (-4531)));
+ var blo$23 = b$32.lo$2;
+ var lo$32 = $imul((-1159438014), blo$23);
+ var hi$32 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1159438014), (-18930624), blo$23, b$32.hi$2);
+ this$34.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037), new $c_sjsr_RuntimeLong().init___I__I(lo$32, hi$32));
var this$35 = $m_Lorg_junit_Assert$();
- var actual$25 = new $c_sjsr_RuntimeLong().init___I__I(28949603, (-4531)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1159438014), (-18930624))));
- this$35.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037), actual$25);
+ var b$33 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1159438014), (-18930624)));
+ var blo$24 = b$33.lo$2;
+ var lo$33 = $imul(28949603, blo$24);
+ var hi$33 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(28949603, (-4531), blo$24, b$33.hi$2);
+ this$35.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037), new $c_sjsr_RuntimeLong().init___I__I(lo$33, hi$33));
var this$36 = $m_Lorg_junit_Assert$();
- var actual$26 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(28949603, (-4531))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1159438014), (-18930624))));
- this$36.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037), actual$26);
+ var b$34 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(28949603, (-4531)));
+ var lo$34 = b$34.lo$2;
+ var hi$34 = b$34.hi$2;
+ var b$35 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1159438014), (-18930624)));
+ var blo$25 = b$35.lo$2;
+ var lo$35 = $imul(lo$34, blo$25);
+ var hi$35 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$34, hi$34, blo$25, b$35.hi$2);
+ this$36.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2005920634), 172433037), new $c_sjsr_RuntimeLong().init___I__I(lo$35, hi$35));
var this$37 = $m_Lorg_junit_Assert$();
this$37.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175), new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175));
var this$38 = $m_Lorg_junit_Assert$();
- var actual$27 = new $c_sjsr_RuntimeLong().init___I__I((-332501178), (-3418)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(105101272, 120)));
- this$38.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175), actual$27);
+ var b$36 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(105101272, 120));
+ var blo$26 = b$36.lo$2;
+ var lo$36 = $imul((-332501178), blo$26);
+ var hi$36 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-332501178), (-3418), blo$26, b$36.hi$2);
+ this$38.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175), new $c_sjsr_RuntimeLong().init___I__I(lo$36, hi$36));
var this$39 = $m_Lorg_junit_Assert$();
- var actual$28 = new $c_sjsr_RuntimeLong().init___I__I(105101272, 120).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-332501178), (-3418))));
- this$39.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175), actual$28);
+ var b$37 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-332501178), (-3418)));
+ var blo$27 = b$37.lo$2;
+ var lo$37 = $imul(105101272, blo$27);
+ var hi$37 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(105101272, 120, blo$27, b$37.hi$2);
+ this$39.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175), new $c_sjsr_RuntimeLong().init___I__I(lo$37, hi$37));
var this$40 = $m_Lorg_junit_Assert$();
- var actual$29 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(105101272, 120)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-332501178), (-3418))));
- this$40.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175), actual$29);
+ var b$38 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(105101272, 120));
+ var lo$38 = b$38.lo$2;
+ var hi$38 = b$38.hi$2;
+ var b$39 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-332501178), (-3418)));
+ var blo$28 = b$39.lo$2;
+ var lo$39 = $imul(lo$38, blo$28);
+ var hi$39 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$38, hi$38, blo$28, b$39.hi$2);
+ this$40.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1007349008, 392634175), new $c_sjsr_RuntimeLong().init___I__I(lo$39, hi$39));
var this$41 = $m_Lorg_junit_Assert$();
this$41.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167), new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167));
var this$42 = $m_Lorg_junit_Assert$();
- var actual$30 = new $c_sjsr_RuntimeLong().init___I__I((-1820076521), 109458399).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1972050987, 96593630)));
- this$42.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167), actual$30);
+ var b$40 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1972050987, 96593630));
+ var blo$29 = b$40.lo$2;
+ var lo$40 = $imul((-1820076521), blo$29);
+ var hi$40 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1820076521), 109458399, blo$29, b$40.hi$2);
+ this$42.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167), new $c_sjsr_RuntimeLong().init___I__I(lo$40, hi$40));
var this$43 = $m_Lorg_junit_Assert$();
- var actual$31 = new $c_sjsr_RuntimeLong().init___I__I(1972050987, 96593630).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1820076521), 109458399)));
- this$43.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167), actual$31);
+ var b$41 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1820076521), 109458399));
+ var blo$30 = b$41.lo$2;
+ var lo$41 = $imul(1972050987, blo$30);
+ var hi$41 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1972050987, 96593630, blo$30, b$41.hi$2);
+ this$43.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167), new $c_sjsr_RuntimeLong().init___I__I(lo$41, hi$41));
var this$44 = $m_Lorg_junit_Assert$();
- var actual$32 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1972050987, 96593630)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1820076521), 109458399)));
- this$44.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167), actual$32);
+ var b$42 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1972050987, 96593630));
+ var lo$42 = b$42.lo$2;
+ var hi$42 = b$42.hi$2;
+ var b$43 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1820076521), 109458399));
+ var blo$31 = b$43.lo$2;
+ var lo$43 = $imul(lo$42, blo$31);
+ var hi$43 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$42, hi$42, blo$31, b$43.hi$2);
+ this$44.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-200508963), 1477105167), new $c_sjsr_RuntimeLong().init___I__I(lo$43, hi$43));
var this$45 = $m_Lorg_junit_Assert$();
this$45.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)));
var this$46 = $m_Lorg_junit_Assert$();
- var actual$33 = new $c_sjsr_RuntimeLong().init___I__I(97, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-117), (-1))));
- this$46.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)), actual$33);
+ var b$44 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-117), (-1)));
+ var blo$32 = b$44.lo$2;
+ var lo$44 = $imul(97, blo$32);
+ var hi$44 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(97, 0, blo$32, b$44.hi$2);
+ this$46.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$44, hi$44));
var this$47 = $m_Lorg_junit_Assert$();
- var actual$34 = new $c_sjsr_RuntimeLong().init___I__I((-117), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(97, 0)));
- this$47.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)), actual$34);
+ var b$45 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(97, 0));
+ var blo$33 = b$45.lo$2;
+ var lo$45 = $imul((-117), blo$33);
+ var hi$45 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-117), (-1), blo$33, b$45.hi$2);
+ this$47.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$45, hi$45));
var this$48 = $m_Lorg_junit_Assert$();
- var actual$35 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-117), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(97, 0)));
- this$48.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)), actual$35);
+ var b$46 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-117), (-1)));
+ var lo$46 = b$46.lo$2;
+ var hi$46 = b$46.hi$2;
+ var b$47 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(97, 0));
+ var blo$34 = b$47.lo$2;
+ var lo$47 = $imul(lo$46, blo$34);
+ var hi$47 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$46, hi$46, blo$34, b$47.hi$2);
+ this$48.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-11349), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$47, hi$47));
var this$49 = $m_Lorg_junit_Assert$();
this$49.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)));
var this$50 = $m_Lorg_junit_Assert$();
- var actual$36 = new $c_sjsr_RuntimeLong().init___I__I((-513425), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0)));
- this$50.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)), actual$36);
+ var b$48 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
+ var blo$35 = b$48.lo$2;
+ var lo$48 = $imul((-513425), blo$35);
+ var hi$48 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-513425), (-1), blo$35, b$48.hi$2);
+ this$50.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$48, hi$48));
var this$51 = $m_Lorg_junit_Assert$();
- var actual$37 = new $c_sjsr_RuntimeLong().init___I__I(30, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-513425), (-1))));
- this$51.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)), actual$37);
+ var b$49 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-513425), (-1)));
+ var blo$36 = b$49.lo$2;
+ var lo$49 = $imul(30, blo$36);
+ var hi$49 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(30, 0, blo$36, b$49.hi$2);
+ this$51.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$49, hi$49));
var this$52 = $m_Lorg_junit_Assert$();
- var actual$38 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-513425), (-1))));
- this$52.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)), actual$38);
+ var b$50 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(30, 0));
+ var lo$50 = b$50.lo$2;
+ var hi$50 = b$50.hi$2;
+ var b$51 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-513425), (-1)));
+ var blo$37 = b$51.lo$2;
+ var lo$51 = $imul(lo$50, blo$37);
+ var hi$51 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$50, hi$50, blo$37, b$51.hi$2);
+ this$52.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15402750), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$51, hi$51));
var this$53 = $m_Lorg_junit_Assert$();
this$53.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)), new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)));
var this$54 = $m_Lorg_junit_Assert$();
- var actual$39 = new $c_sjsr_RuntimeLong().init___I__I(411512628, 145).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1339922178, 320)));
- this$54.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)), actual$39);
+ var b$52 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1339922178, 320));
+ var blo$38 = b$52.lo$2;
+ var lo$52 = $imul(411512628, blo$38);
+ var hi$52 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(411512628, 145, blo$38, b$52.hi$2);
+ this$54.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)), new $c_sjsr_RuntimeLong().init___I__I(lo$52, hi$52));
var this$55 = $m_Lorg_junit_Assert$();
- var actual$40 = new $c_sjsr_RuntimeLong().init___I__I(1339922178, 320).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(411512628, 145)));
- this$55.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)), actual$40);
+ var b$53 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(411512628, 145));
+ var blo$39 = b$53.lo$2;
+ var lo$53 = $imul(1339922178, blo$39);
+ var hi$53 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1339922178, 320, blo$39, b$53.hi$2);
+ this$55.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)), new $c_sjsr_RuntimeLong().init___I__I(lo$53, hi$53));
var this$56 = $m_Lorg_junit_Assert$();
- var actual$41 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1339922178, 320)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(411512628, 145)));
- this$56.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)), actual$41);
+ var b$54 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1339922178, 320));
+ var lo$54 = b$54.lo$2;
+ var hi$54 = b$54.hi$2;
+ var b$55 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(411512628, 145));
+ var blo$40 = b$55.lo$2;
+ var lo$55 = $imul(lo$54, blo$40);
+ var hi$55 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$54, hi$54, blo$40, b$55.hi$2);
+ this$56.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1177941400), (-316376098)), new $c_sjsr_RuntimeLong().init___I__I(lo$55, hi$55));
var this$57 = $m_Lorg_junit_Assert$();
this$57.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661), new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661));
var this$58 = $m_Lorg_junit_Assert$();
- var actual$42 = new $c_sjsr_RuntimeLong().init___I__I(195, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-965645547), 18)));
- this$58.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661), actual$42);
+ var b$56 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-965645547), 18));
+ var blo$41 = b$56.lo$2;
+ var lo$56 = $imul(195, blo$41);
+ var hi$56 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(195, 0, blo$41, b$56.hi$2);
+ this$58.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661), new $c_sjsr_RuntimeLong().init___I__I(lo$56, hi$56));
var this$59 = $m_Lorg_junit_Assert$();
- var actual$43 = new $c_sjsr_RuntimeLong().init___I__I((-965645547), 18).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(195, 0)));
- this$59.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661), actual$43);
+ var b$57 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(195, 0));
+ var blo$42 = b$57.lo$2;
+ var lo$57 = $imul((-965645547), blo$42);
+ var hi$57 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-965645547), 18, blo$42, b$57.hi$2);
+ this$59.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661), new $c_sjsr_RuntimeLong().init___I__I(lo$57, hi$57));
var this$60 = $m_Lorg_junit_Assert$();
- var actual$44 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-965645547), 18)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(195, 0)));
- this$60.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661), actual$44);
+ var b$58 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-965645547), 18));
+ var lo$58 = b$58.lo$2;
+ var hi$58 = b$58.hi$2;
+ var b$59 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(195, 0));
+ var blo$43 = b$59.lo$2;
+ var lo$59 = $imul(lo$58, blo$43);
+ var hi$59 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$58, hi$58, blo$43, b$59.hi$2);
+ this$60.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(677679359, 3661), new $c_sjsr_RuntimeLong().init___I__I(lo$59, hi$59));
var this$61 = $m_Lorg_junit_Assert$();
this$61.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711), new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711));
var this$62 = $m_Lorg_junit_Assert$();
- var actual$45 = new $c_sjsr_RuntimeLong().init___I__I((-4199), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1511618270), (-2967))));
- this$62.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711), actual$45);
+ var b$60 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1511618270), (-2967)));
+ var blo$44 = b$60.lo$2;
+ var lo$60 = $imul((-4199), blo$44);
+ var hi$60 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-4199), (-1), blo$44, b$60.hi$2);
+ this$62.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711), new $c_sjsr_RuntimeLong().init___I__I(lo$60, hi$60));
var this$63 = $m_Lorg_junit_Assert$();
- var actual$46 = new $c_sjsr_RuntimeLong().init___I__I((-1511618270), (-2967)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4199), (-1))));
- this$63.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711), actual$46);
+ var b$61 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4199), (-1)));
+ var blo$45 = b$61.lo$2;
+ var lo$61 = $imul((-1511618270), blo$45);
+ var hi$61 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1511618270), (-2967), blo$45, b$61.hi$2);
+ this$63.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711), new $c_sjsr_RuntimeLong().init___I__I(lo$61, hi$61));
var this$64 = $m_Lorg_junit_Assert$();
- var actual$47 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1511618270), (-2967))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4199), (-1))));
- this$64.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711), actual$47);
+ var b$62 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1511618270), (-2967)));
+ var lo$62 = b$62.lo$2;
+ var hi$62 = b$62.hi$2;
+ var b$63 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-4199), (-1)));
+ var blo$46 = b$63.lo$2;
+ var lo$63 = $imul(lo$62, blo$46);
+ var hi$63 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$62, hi$62, blo$46, b$63.hi$2);
+ this$64.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-676547758), 12455711), new $c_sjsr_RuntimeLong().init___I__I(lo$63, hi$63));
var this$65 = $m_Lorg_junit_Assert$();
this$65.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272), new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272));
var this$66 = $m_Lorg_junit_Assert$();
- var actual$48 = new $c_sjsr_RuntimeLong().init___I__I(746439324, (-490217)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-739347923), 121477957)));
- this$66.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272), actual$48);
+ var b$64 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-739347923), 121477957));
+ var blo$47 = b$64.lo$2;
+ var lo$64 = $imul(746439324, blo$47);
+ var hi$64 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(746439324, (-490217), blo$47, b$64.hi$2);
+ this$66.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272), new $c_sjsr_RuntimeLong().init___I__I(lo$64, hi$64));
var this$67 = $m_Lorg_junit_Assert$();
- var actual$49 = new $c_sjsr_RuntimeLong().init___I__I((-739347923), 121477957).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(746439324, (-490217))));
- this$67.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272), actual$49);
+ var b$65 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(746439324, (-490217)));
+ var blo$48 = b$65.lo$2;
+ var lo$65 = $imul((-739347923), blo$48);
+ var hi$65 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-739347923), 121477957, blo$48, b$65.hi$2);
+ this$67.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272), new $c_sjsr_RuntimeLong().init___I__I(lo$65, hi$65));
var this$68 = $m_Lorg_junit_Assert$();
- var actual$50 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-739347923), 121477957)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(746439324, (-490217))));
- this$68.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272), actual$50);
+ var b$66 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-739347923), 121477957));
+ var lo$66 = b$66.lo$2;
+ var hi$66 = b$66.hi$2;
+ var b$67 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(746439324, (-490217)));
+ var blo$49 = b$67.lo$2;
+ var lo$67 = $imul(lo$66, blo$49);
+ var hi$67 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$66, hi$66, blo$49, b$67.hi$2);
+ this$68.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1405922668, 1158718272), new $c_sjsr_RuntimeLong().init___I__I(lo$67, hi$67));
var this$69 = $m_Lorg_junit_Assert$();
this$69.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), new $c_sjsr_RuntimeLong().init___I__I(8, 0));
- var this$70 = $m_Lorg_junit_Assert$();
- var actual$51 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-8), (-1))).unary$und$minus__sjsr_RuntimeLong();
- this$70.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), actual$51);
- var this$71 = $m_Lorg_junit_Assert$();
- var actual$52 = new $c_sjsr_RuntimeLong().init___I__I((-8), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))));
- this$71.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), actual$52);
var this$72 = $m_Lorg_junit_Assert$();
- var actual$53 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-8), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))));
- this$72.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), actual$53);
+ var b$68 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-8), (-1)));
+ var lo$68 = b$68.lo$2;
+ var hi$68 = b$68.hi$2;
+ var lo$69 = ((-lo$68) | 0);
+ var hi$69 = ((lo$68 !== 0) ? (~hi$68) : ((-hi$68) | 0));
+ this$72.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$69, hi$69));
var this$73 = $m_Lorg_junit_Assert$();
- this$73.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), new $c_sjsr_RuntimeLong().init___I__I(619912072, 0));
+ var b$69 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var blo$50 = b$69.lo$2;
+ var lo$70 = $imul((-8), blo$50);
+ var hi$70 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-8), (-1), blo$50, b$69.hi$2);
+ this$73.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$70, hi$70));
var this$74 = $m_Lorg_junit_Assert$();
- var actual$54 = new $c_sjsr_RuntimeLong().init___I__I((-18232708), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-34), (-1))));
- this$74.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), actual$54);
+ var b$70 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-8), (-1)));
+ var lo$71 = b$70.lo$2;
+ var hi$71 = b$70.hi$2;
+ var b$71 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var blo$51 = b$71.lo$2;
+ var lo$72 = $imul(lo$71, blo$51);
+ var hi$72 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$71, hi$71, blo$51, b$71.hi$2);
+ this$74.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$72, hi$72));
var this$75 = $m_Lorg_junit_Assert$();
- var actual$55 = new $c_sjsr_RuntimeLong().init___I__I((-34), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-18232708), (-1))));
- this$75.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), actual$55);
+ this$75.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), new $c_sjsr_RuntimeLong().init___I__I(619912072, 0));
var this$76 = $m_Lorg_junit_Assert$();
- var actual$56 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-34), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-18232708), (-1))));
- this$76.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), actual$56);
+ var b$72 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-34), (-1)));
+ var blo$52 = b$72.lo$2;
+ var lo$73 = $imul((-18232708), blo$52);
+ var hi$73 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-18232708), (-1), blo$52, b$72.hi$2);
+ this$76.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$73, hi$73));
var this$77 = $m_Lorg_junit_Assert$();
- this$77.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)));
+ var b$73 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-18232708), (-1)));
+ var blo$53 = b$73.lo$2;
+ var lo$74 = $imul((-34), blo$53);
+ var hi$74 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-34), (-1), blo$53, b$73.hi$2);
+ this$77.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$74, hi$74));
var this$78 = $m_Lorg_junit_Assert$();
- var actual$57 = new $c_sjsr_RuntimeLong().init___I__I((-580767233), 3).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(314187573, (-1050629))));
- this$78.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), actual$57);
+ var b$74 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-34), (-1)));
+ var lo$75 = b$74.lo$2;
+ var hi$75 = b$74.hi$2;
+ var b$75 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-18232708), (-1)));
+ var blo$54 = b$75.lo$2;
+ var lo$76 = $imul(lo$75, blo$54);
+ var hi$76 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$75, hi$75, blo$54, b$75.hi$2);
+ this$78.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(619912072, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$76, hi$76));
var this$79 = $m_Lorg_junit_Assert$();
- var actual$58 = new $c_sjsr_RuntimeLong().init___I__I(314187573, (-1050629)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-580767233), 3)));
- this$79.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), actual$58);
+ this$79.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)));
var this$80 = $m_Lorg_junit_Assert$();
- var actual$59 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(314187573, (-1050629))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-580767233), 3)));
- this$80.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), actual$59);
+ var b$76 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(314187573, (-1050629)));
+ var blo$55 = b$76.lo$2;
+ var lo$77 = $imul((-580767233), blo$55);
+ var hi$77 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-580767233), 3, blo$55, b$76.hi$2);
+ this$80.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), new $c_sjsr_RuntimeLong().init___I__I(lo$77, hi$77));
var this$81 = $m_Lorg_junit_Assert$();
- this$81.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497));
+ var b$77 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-580767233), 3));
+ var blo$56 = b$77.lo$2;
+ var lo$78 = $imul(314187573, blo$56);
+ var hi$78 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(314187573, (-1050629), blo$56, b$77.hi$2);
+ this$81.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), new $c_sjsr_RuntimeLong().init___I__I(lo$78, hi$78));
var this$82 = $m_Lorg_junit_Assert$();
- var actual$60 = new $c_sjsr_RuntimeLong().init___I__I((-645367), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1661051597, (-567))));
- this$82.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), actual$60);
+ var b$78 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(314187573, (-1050629)));
+ var lo$79 = b$78.lo$2;
+ var hi$79 = b$78.hi$2;
+ var b$79 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-580767233), 3));
+ var blo$57 = b$79.lo$2;
+ var lo$80 = $imul(lo$79, blo$57);
+ var hi$80 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$79, hi$79, blo$57, b$79.hi$2);
+ this$82.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-89638197), (-1007335556)), new $c_sjsr_RuntimeLong().init___I__I(lo$80, hi$80));
var this$83 = $m_Lorg_junit_Assert$();
- var actual$61 = new $c_sjsr_RuntimeLong().init___I__I(1661051597, (-567)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-645367), (-1))));
- this$83.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), actual$61);
+ this$83.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497));
var this$84 = $m_Lorg_junit_Assert$();
- var actual$62 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1661051597, (-567))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-645367), (-1))));
- this$84.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), actual$62);
+ var b$80 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1661051597, (-567)));
+ var blo$58 = b$80.lo$2;
+ var lo$81 = $imul((-645367), blo$58);
+ var hi$81 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-645367), (-1), blo$58, b$80.hi$2);
+ this$84.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), new $c_sjsr_RuntimeLong().init___I__I(lo$81, hi$81));
var this$85 = $m_Lorg_junit_Assert$();
- this$85.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710));
+ var b$81 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-645367), (-1)));
+ var blo$59 = b$81.lo$2;
+ var lo$82 = $imul(1661051597, blo$59);
+ var hi$82 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1661051597, (-567), blo$59, b$81.hi$2);
+ this$85.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), new $c_sjsr_RuntimeLong().init___I__I(lo$82, hi$82));
var this$86 = $m_Lorg_junit_Assert$();
- var actual$63 = new $c_sjsr_RuntimeLong().init___I__I((-802669548), (-6)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-774590), (-1))));
- this$86.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), actual$63);
+ var b$82 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1661051597, (-567)));
+ var lo$83 = b$82.lo$2;
+ var hi$83 = b$82.hi$2;
+ var b$83 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-645367), (-1)));
+ var blo$60 = b$83.lo$2;
+ var lo$84 = $imul(lo$83, blo$60);
+ var hi$84 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$83, hi$83, blo$60, b$83.hi$2);
+ this$86.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1591342133, 365673497), new $c_sjsr_RuntimeLong().init___I__I(lo$84, hi$84));
var this$87 = $m_Lorg_junit_Assert$();
- var actual$64 = new $c_sjsr_RuntimeLong().init___I__I((-774590), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-802669548), (-6))));
- this$87.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), actual$64);
+ this$87.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710));
var this$88 = $m_Lorg_junit_Assert$();
- var actual$65 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-774590), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-802669548), (-6))));
- this$88.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), actual$65);
+ var b$84 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-774590), (-1)));
+ var blo$61 = b$84.lo$2;
+ var lo$85 = $imul((-802669548), blo$61);
+ var hi$85 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-802669548), (-6), blo$61, b$84.hi$2);
+ this$88.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), new $c_sjsr_RuntimeLong().init___I__I(lo$85, hi$85));
var this$89 = $m_Lorg_junit_Assert$();
- this$89.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828));
+ var b$85 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-802669548), (-6)));
+ var blo$62 = b$85.lo$2;
+ var lo$86 = $imul((-774590), blo$62);
+ var hi$86 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-774590), (-1), blo$62, b$85.hi$2);
+ this$89.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), new $c_sjsr_RuntimeLong().init___I__I(lo$86, hi$86));
var this$90 = $m_Lorg_junit_Assert$();
- var actual$66 = new $c_sjsr_RuntimeLong().init___I__I(1644470326, (-4459)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(36307900, 0)));
- this$90.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), actual$66);
+ var b$86 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-774590), (-1)));
+ var lo$87 = b$86.lo$2;
+ var hi$87 = b$86.hi$2;
+ var b$87 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-802669548), (-6)));
+ var blo$63 = b$87.lo$2;
+ var lo$88 = $imul(lo$87, blo$63);
+ var hi$88 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$87, hi$87, blo$63, b$87.hi$2);
+ this$90.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(339416360, 4017710), new $c_sjsr_RuntimeLong().init___I__I(lo$88, hi$88));
var this$91 = $m_Lorg_junit_Assert$();
- var actual$67 = new $c_sjsr_RuntimeLong().init___I__I(36307900, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1644470326, (-4459))));
- this$91.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), actual$67);
+ this$91.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828));
var this$92 = $m_Lorg_junit_Assert$();
- var actual$68 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(36307900, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1644470326, (-4459))));
- this$92.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), actual$68);
+ var b$88 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(36307900, 0));
+ var blo$64 = b$88.lo$2;
+ var lo$89 = $imul(1644470326, blo$64);
+ var hi$89 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1644470326, (-4459), blo$64, b$88.hi$2);
+ this$92.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), new $c_sjsr_RuntimeLong().init___I__I(lo$89, hi$89));
var this$93 = $m_Lorg_junit_Assert$();
- this$93.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895));
+ var b$89 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1644470326, (-4459)));
+ var blo$65 = b$89.lo$2;
+ var lo$90 = $imul(36307900, blo$65);
+ var hi$90 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(36307900, 0, blo$65, b$89.hi$2);
+ this$93.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), new $c_sjsr_RuntimeLong().init___I__I(lo$90, hi$90));
var this$94 = $m_Lorg_junit_Assert$();
- var actual$69 = new $c_sjsr_RuntimeLong().init___I__I(18534166, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1458867859), 5161)));
- this$94.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), actual$69);
+ var b$90 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(36307900, 0));
+ var lo$91 = b$90.lo$2;
+ var hi$91 = b$90.hi$2;
+ var b$91 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1644470326, (-4459)));
+ var blo$66 = b$91.lo$2;
+ var lo$92 = $imul(lo$91, blo$66);
+ var hi$92 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$91, hi$91, blo$66, b$91.hi$2);
+ this$94.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1105049176), 1325732828), new $c_sjsr_RuntimeLong().init___I__I(lo$92, hi$92));
var this$95 = $m_Lorg_junit_Assert$();
- var actual$70 = new $c_sjsr_RuntimeLong().init___I__I((-1458867859), 5161).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(18534166, 0)));
- this$95.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), actual$70);
+ this$95.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895));
var this$96 = $m_Lorg_junit_Assert$();
- var actual$71 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1458867859), 5161)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(18534166, 0)));
- this$96.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), actual$71);
+ var b$92 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1458867859), 5161));
+ var blo$67 = b$92.lo$2;
+ var lo$93 = $imul(18534166, blo$67);
+ var hi$93 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(18534166, 0, blo$67, b$92.hi$2);
+ this$96.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), new $c_sjsr_RuntimeLong().init___I__I(lo$93, hi$93));
var this$97 = $m_Lorg_junit_Assert$();
- this$97.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)));
+ var b$93 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(18534166, 0));
+ var blo$68 = b$93.lo$2;
+ var lo$94 = $imul((-1458867859), blo$68);
+ var hi$94 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1458867859), 5161, blo$68, b$93.hi$2);
+ this$97.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), new $c_sjsr_RuntimeLong().init___I__I(lo$94, hi$94));
var this$98 = $m_Lorg_junit_Assert$();
- var actual$72 = new $c_sjsr_RuntimeLong().init___I__I(1307612333, 19128743).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(446035993, (-1))));
- this$98.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), actual$72);
+ var b$94 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1458867859), 5161));
+ var lo$95 = b$94.lo$2;
+ var hi$95 = b$94.hi$2;
+ var b$95 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(18534166, 0));
+ var blo$69 = b$95.lo$2;
+ var lo$96 = $imul(lo$95, blo$69);
+ var hi$96 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$95, hi$95, blo$69, b$95.hi$2);
+ this$98.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1178279330), 1177788895), new $c_sjsr_RuntimeLong().init___I__I(lo$96, hi$96));
var this$99 = $m_Lorg_junit_Assert$();
- var actual$73 = new $c_sjsr_RuntimeLong().init___I__I(446035993, (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1307612333, 19128743)));
- this$99.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), actual$73);
+ this$99.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)));
var this$100 = $m_Lorg_junit_Assert$();
- var actual$74 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(446035993, (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1307612333, 19128743)));
- this$100.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), actual$74);
+ var b$96 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(446035993, (-1)));
+ var blo$70 = b$96.lo$2;
+ var lo$97 = $imul(1307612333, blo$70);
+ var hi$97 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1307612333, 19128743, blo$70, b$96.hi$2);
+ this$100.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), new $c_sjsr_RuntimeLong().init___I__I(lo$97, hi$97));
var this$101 = $m_Lorg_junit_Assert$();
- this$101.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)));
+ var b$97 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1307612333, 19128743));
+ var blo$71 = b$97.lo$2;
+ var lo$98 = $imul(446035993, blo$71);
+ var hi$98 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(446035993, (-1), blo$71, b$97.hi$2);
+ this$101.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), new $c_sjsr_RuntimeLong().init___I__I(lo$98, hi$98));
var this$102 = $m_Lorg_junit_Assert$();
- var actual$75 = new $c_sjsr_RuntimeLong().init___I__I((-439992169), (-10)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81551184, 11)));
- this$102.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), actual$75);
+ var b$98 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(446035993, (-1)));
+ var lo$99 = b$98.lo$2;
+ var hi$99 = b$98.hi$2;
+ var b$99 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1307612333, 19128743));
+ var blo$72 = b$99.lo$2;
+ var lo$100 = $imul(lo$99, blo$72);
+ var hi$100 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$99, hi$99, blo$72, b$99.hi$2);
+ this$102.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-952689435), (-445295542)), new $c_sjsr_RuntimeLong().init___I__I(lo$100, hi$100));
var this$103 = $m_Lorg_junit_Assert$();
- var actual$76 = new $c_sjsr_RuntimeLong().init___I__I(81551184, 11).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-439992169), (-10))));
- this$103.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), actual$76);
+ this$103.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)));
var this$104 = $m_Lorg_junit_Assert$();
- var actual$77 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81551184, 11)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-439992169), (-10))));
- this$104.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), actual$77);
+ var b$100 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81551184, 11));
+ var blo$73 = b$100.lo$2;
+ var lo$101 = $imul((-439992169), blo$73);
+ var hi$101 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-439992169), (-10), blo$73, b$100.hi$2);
+ this$104.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), new $c_sjsr_RuntimeLong().init___I__I(lo$101, hi$101));
var this$105 = $m_Lorg_junit_Assert$();
- this$105.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)));
+ var b$101 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-439992169), (-10)));
+ var blo$74 = b$101.lo$2;
+ var lo$102 = $imul(81551184, blo$74);
+ var hi$102 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(81551184, 11, blo$74, b$101.hi$2);
+ this$105.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), new $c_sjsr_RuntimeLong().init___I__I(lo$102, hi$102));
var this$106 = $m_Lorg_junit_Assert$();
- var actual$78 = new $c_sjsr_RuntimeLong().init___I__I((-276244608), (-864847517)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14641542), (-1))));
- this$106.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), actual$78);
+ var b$102 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81551184, 11));
+ var lo$103 = b$102.lo$2;
+ var hi$103 = b$102.hi$2;
+ var b$103 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-439992169), (-10)));
+ var blo$75 = b$103.lo$2;
+ var lo$104 = $imul(lo$103, blo$75);
+ var hi$104 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$103, hi$103, blo$75, b$103.hi$2);
+ this$106.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1034958896, (-1287261621)), new $c_sjsr_RuntimeLong().init___I__I(lo$104, hi$104));
var this$107 = $m_Lorg_junit_Assert$();
- var actual$79 = new $c_sjsr_RuntimeLong().init___I__I((-14641542), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-276244608), (-864847517))));
- this$107.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), actual$79);
+ this$107.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)));
var this$108 = $m_Lorg_junit_Assert$();
- var actual$80 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14641542), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-276244608), (-864847517))));
- this$108.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), actual$80);
+ var b$104 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14641542), (-1)));
+ var blo$76 = b$104.lo$2;
+ var lo$105 = $imul((-276244608), blo$76);
+ var hi$105 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-276244608), (-864847517), blo$76, b$104.hi$2);
+ this$108.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), new $c_sjsr_RuntimeLong().init___I__I(lo$105, hi$105));
var this$109 = $m_Lorg_junit_Assert$();
- this$109.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1));
+ var b$105 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-276244608), (-864847517)));
+ var blo$77 = b$105.lo$2;
+ var lo$106 = $imul((-14641542), blo$77);
+ var hi$106 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-14641542), (-1), blo$77, b$105.hi$2);
+ this$109.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), new $c_sjsr_RuntimeLong().init___I__I(lo$106, hi$106));
var this$110 = $m_Lorg_junit_Assert$();
- var actual$81 = new $c_sjsr_RuntimeLong().init___I__I(10199, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(771303, 0)));
- this$110.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), actual$81);
+ var b$106 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14641542), (-1)));
+ var lo$107 = b$106.lo$2;
+ var hi$107 = b$106.hi$2;
+ var b$107 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-276244608), (-864847517)));
+ var blo$78 = b$107.lo$2;
+ var lo$108 = $imul(lo$107, blo$78);
+ var hi$108 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$107, hi$107, blo$78, b$107.hi$2);
+ this$110.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-981748992), (-524890051)), new $c_sjsr_RuntimeLong().init___I__I(lo$108, hi$108));
var this$111 = $m_Lorg_junit_Assert$();
- var actual$82 = new $c_sjsr_RuntimeLong().init___I__I(771303, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(10199, 0)));
- this$111.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), actual$82);
+ this$111.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1));
var this$112 = $m_Lorg_junit_Assert$();
- var actual$83 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(771303, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(10199, 0)));
- this$112.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), actual$83);
+ var b$108 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(771303, 0));
+ var blo$79 = b$108.lo$2;
+ var lo$109 = $imul(10199, blo$79);
+ var hi$109 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(10199, 0, blo$79, b$108.hi$2);
+ this$112.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), new $c_sjsr_RuntimeLong().init___I__I(lo$109, hi$109));
var this$113 = $m_Lorg_junit_Assert$();
- this$113.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var b$109 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(10199, 0));
+ var blo$80 = b$109.lo$2;
+ var lo$110 = $imul(771303, blo$80);
+ var hi$110 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(771303, 0, blo$80, b$109.hi$2);
+ this$113.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), new $c_sjsr_RuntimeLong().init___I__I(lo$110, hi$110));
var this$114 = $m_Lorg_junit_Assert$();
- var actual$84 = new $c_sjsr_RuntimeLong().init___I__I((-14806105), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()));
- this$114.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$84);
+ var b$110 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(771303, 0));
+ var lo$111 = b$110.lo$2;
+ var hi$111 = b$110.hi$2;
+ var b$111 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(10199, 0));
+ var blo$81 = b$111.lo$2;
+ var lo$112 = $imul(lo$111, blo$81);
+ var hi$112 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$111, hi$111, blo$81, b$111.hi$2);
+ this$114.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-723415295), 1), new $c_sjsr_RuntimeLong().init___I__I(lo$112, hi$112));
var this$115 = $m_Lorg_junit_Assert$();
- this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14806105), (-1)));
- var actual$85 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$115.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$85);
+ this$115.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$116 = $m_Lorg_junit_Assert$();
- var actual$86 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14806105), (-1))));
- this$116.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$86);
+ var b$112 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var blo$82 = b$112.lo$2;
+ var lo$113 = $imul((-14806105), blo$82);
+ var hi$113 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-14806105), (-1), blo$82, b$112.hi$2);
+ this$116.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$113, hi$113));
var this$117 = $m_Lorg_junit_Assert$();
- this$117.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), new $c_sjsr_RuntimeLong().init___I__I(47573376, 0));
+ this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14806105), (-1)));
+ var b$113 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$114 = b$113.lo$2;
+ var hi$114 = b$113.hi$2;
+ this$117.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$114, hi$114));
var this$118 = $m_Lorg_junit_Assert$();
- var actual$87 = new $c_sjsr_RuntimeLong().init___I__I(12, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(3964448, 0)));
- this$118.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), actual$87);
+ var b$114 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$115 = b$114.lo$2;
+ var hi$115 = b$114.hi$2;
+ var b$115 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14806105), (-1)));
+ var blo$83 = b$115.lo$2;
+ var lo$116 = $imul(lo$115, blo$83);
+ var hi$116 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$115, hi$115, blo$83, b$115.hi$2);
+ this$118.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$116, hi$116));
var this$119 = $m_Lorg_junit_Assert$();
- var actual$88 = new $c_sjsr_RuntimeLong().init___I__I(3964448, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(12, 0)));
- this$119.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), actual$88);
+ this$119.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), new $c_sjsr_RuntimeLong().init___I__I(47573376, 0));
var this$120 = $m_Lorg_junit_Assert$();
- var actual$89 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(3964448, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(12, 0)));
- this$120.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), actual$89);
+ var b$116 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(3964448, 0));
+ var blo$84 = b$116.lo$2;
+ var lo$117 = $imul(12, blo$84);
+ var hi$117 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(12, 0, blo$84, b$116.hi$2);
+ this$120.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$117, hi$117));
var this$121 = $m_Lorg_junit_Assert$();
- this$121.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)));
+ var b$117 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(12, 0));
+ var blo$85 = b$117.lo$2;
+ var lo$118 = $imul(3964448, blo$85);
+ var hi$118 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(3964448, 0, blo$85, b$117.hi$2);
+ this$121.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$118, hi$118));
var this$122 = $m_Lorg_junit_Assert$();
- var actual$90 = new $c_sjsr_RuntimeLong().init___I__I((-33668), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(196043544, 18)));
- this$122.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), actual$90);
+ var b$118 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(3964448, 0));
+ var lo$119 = b$118.lo$2;
+ var hi$119 = b$118.hi$2;
+ var b$119 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(12, 0));
+ var blo$86 = b$119.lo$2;
+ var lo$120 = $imul(lo$119, blo$86);
+ var hi$120 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$119, hi$119, blo$86, b$119.hi$2);
+ this$122.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(47573376, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$120, hi$120));
var this$123 = $m_Lorg_junit_Assert$();
- var actual$91 = new $c_sjsr_RuntimeLong().init___I__I(196043544, 18).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-33668), (-1))));
- this$123.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), actual$91);
+ this$123.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)));
var this$124 = $m_Lorg_junit_Assert$();
- var actual$92 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(196043544, 18)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-33668), (-1))));
- this$124.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), actual$92);
+ var b$120 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(196043544, 18));
+ var blo$87 = b$120.lo$2;
+ var lo$121 = $imul((-33668), blo$87);
+ var hi$121 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-33668), (-1), blo$87, b$120.hi$2);
+ this$124.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), new $c_sjsr_RuntimeLong().init___I__I(lo$121, hi$121));
var this$125 = $m_Lorg_junit_Assert$();
- this$125.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)));
+ var b$121 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-33668), (-1)));
+ var blo$88 = b$121.lo$2;
+ var lo$122 = $imul(196043544, blo$88);
+ var hi$122 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(196043544, 18, blo$88, b$121.hi$2);
+ this$125.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), new $c_sjsr_RuntimeLong().init___I__I(lo$122, hi$122));
var this$126 = $m_Lorg_junit_Assert$();
- var actual$93 = new $c_sjsr_RuntimeLong().init___I__I((-2034020654), 1).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-77788784), 3475)));
- this$126.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), actual$93);
+ var b$122 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(196043544, 18));
+ var lo$123 = b$122.lo$2;
+ var hi$123 = b$122.hi$2;
+ var b$123 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-33668), (-1)));
+ var blo$89 = b$123.lo$2;
+ var lo$124 = $imul(lo$123, blo$89);
+ var hi$124 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$123, hi$123, blo$89, b$123.hi$2);
+ this$126.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(970694560, (-607561)), new $c_sjsr_RuntimeLong().init___I__I(lo$124, hi$124));
var this$127 = $m_Lorg_junit_Assert$();
- var actual$94 = new $c_sjsr_RuntimeLong().init___I__I((-77788784), 3475).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2034020654), 1)));
- this$127.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), actual$94);
+ this$127.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)));
var this$128 = $m_Lorg_junit_Assert$();
- var actual$95 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-77788784), 3475)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2034020654), 1)));
- this$128.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), actual$95);
+ var b$124 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-77788784), 3475));
+ var blo$90 = b$124.lo$2;
+ var lo$125 = $imul((-2034020654), blo$90);
+ var hi$125 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-2034020654), 1, blo$90, b$124.hi$2);
+ this$128.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), new $c_sjsr_RuntimeLong().init___I__I(lo$125, hi$125));
var this$129 = $m_Lorg_junit_Assert$();
- this$129.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175));
+ var b$125 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2034020654), 1));
+ var blo$91 = b$125.lo$2;
+ var lo$126 = $imul((-77788784), blo$91);
+ var hi$126 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-77788784), 3475, blo$91, b$125.hi$2);
+ this$129.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), new $c_sjsr_RuntimeLong().init___I__I(lo$126, hi$126));
var this$130 = $m_Lorg_junit_Assert$();
- var actual$96 = new $c_sjsr_RuntimeLong().init___I__I(1181669, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-21571642), 100401221)));
- this$130.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), actual$96);
+ var b$126 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-77788784), 3475));
+ var lo$127 = b$126.lo$2;
+ var hi$127 = b$126.hi$2;
+ var b$127 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2034020654), 1));
+ var blo$92 = b$127.lo$2;
+ var lo$128 = $imul(lo$127, blo$92);
+ var hi$128 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$127, hi$127, blo$92, b$127.hi$2);
+ this$130.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(871086112, (-858362262)), new $c_sjsr_RuntimeLong().init___I__I(lo$128, hi$128));
var this$131 = $m_Lorg_junit_Assert$();
- var actual$97 = new $c_sjsr_RuntimeLong().init___I__I((-21571642), 100401221).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181669, 0)));
- this$131.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), actual$97);
+ this$131.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175));
var this$132 = $m_Lorg_junit_Assert$();
- var actual$98 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-21571642), 100401221)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181669, 0)));
- this$132.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), actual$98);
+ var b$128 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-21571642), 100401221));
+ var blo$93 = b$128.lo$2;
+ var lo$129 = $imul(1181669, blo$93);
+ var hi$129 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1181669, 0, blo$93, b$128.hi$2);
+ this$132.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), new $c_sjsr_RuntimeLong().init___I__I(lo$129, hi$129));
var this$133 = $m_Lorg_junit_Assert$();
- this$133.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)));
+ var b$129 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181669, 0));
+ var blo$94 = b$129.lo$2;
+ var lo$130 = $imul((-21571642), blo$94);
+ var hi$130 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-21571642), 100401221, blo$94, b$129.hi$2);
+ this$133.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), new $c_sjsr_RuntimeLong().init___I__I(lo$130, hi$130));
var this$134 = $m_Lorg_junit_Assert$();
- var actual$99 = new $c_sjsr_RuntimeLong().init___I__I((-5), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1744428665), 656)));
- this$134.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), actual$99);
+ var b$130 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-21571642), 100401221));
+ var lo$131 = b$130.lo$2;
+ var hi$131 = b$130.hi$2;
+ var b$131 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181669, 0));
+ var blo$95 = b$131.lo$2;
+ var lo$132 = $imul(lo$131, blo$95);
+ var hi$132 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$131, hi$131, blo$95, b$131.hi$2);
+ this$134.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(90271262, 1129976175), new $c_sjsr_RuntimeLong().init___I__I(lo$132, hi$132));
var this$135 = $m_Lorg_junit_Assert$();
- var actual$100 = new $c_sjsr_RuntimeLong().init___I__I((-1744428665), 656).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1))));
- this$135.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), actual$100);
+ this$135.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)));
var this$136 = $m_Lorg_junit_Assert$();
- var actual$101 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1744428665), 656)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1))));
- this$136.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), actual$101);
+ var b$132 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1744428665), 656));
+ var blo$96 = b$132.lo$2;
+ var lo$133 = $imul((-5), blo$96);
+ var hi$133 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-5), (-1), blo$96, b$132.hi$2);
+ this$136.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), new $c_sjsr_RuntimeLong().init___I__I(lo$133, hi$133));
var this$137 = $m_Lorg_junit_Assert$();
- this$137.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831));
+ var b$133 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1)));
+ var blo$97 = b$133.lo$2;
+ var lo$134 = $imul((-1744428665), blo$97);
+ var hi$134 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1744428665), 656, blo$97, b$133.hi$2);
+ this$137.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), new $c_sjsr_RuntimeLong().init___I__I(lo$134, hi$134));
var this$138 = $m_Lorg_junit_Assert$();
- var actual$102 = new $c_sjsr_RuntimeLong().init___I__I(1806050291, 21880).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1952035482, (-3918573))));
- this$138.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), actual$102);
+ var b$134 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1744428665), 656));
+ var lo$135 = b$134.lo$2;
+ var hi$135 = b$134.hi$2;
+ var b$135 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1)));
+ var blo$98 = b$135.lo$2;
+ var lo$136 = $imul(lo$135, blo$98);
+ var hi$136 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$135, hi$135, blo$98, b$135.hi$2);
+ this$138.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(132208733, (-3283)), new $c_sjsr_RuntimeLong().init___I__I(lo$136, hi$136));
var this$139 = $m_Lorg_junit_Assert$();
- var actual$103 = new $c_sjsr_RuntimeLong().init___I__I(1952035482, (-3918573)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1806050291, 21880)));
- this$139.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), actual$103);
+ this$139.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831));
var this$140 = $m_Lorg_junit_Assert$();
- var actual$104 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1952035482, (-3918573))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1806050291, 21880)));
- this$140.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), actual$104);
+ var b$136 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1952035482, (-3918573)));
+ var blo$99 = b$136.lo$2;
+ var lo$137 = $imul(1806050291, blo$99);
+ var hi$137 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1806050291, 21880, blo$99, b$136.hi$2);
+ this$140.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), new $c_sjsr_RuntimeLong().init___I__I(lo$137, hi$137));
var this$141 = $m_Lorg_junit_Assert$();
- this$141.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063));
+ var b$137 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1806050291, 21880));
+ var blo$100 = b$137.lo$2;
+ var lo$138 = $imul(1952035482, blo$100);
+ var hi$138 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1952035482, (-3918573), blo$100, b$137.hi$2);
+ this$141.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), new $c_sjsr_RuntimeLong().init___I__I(lo$138, hi$138));
var this$142 = $m_Lorg_junit_Assert$();
- var actual$105 = new $c_sjsr_RuntimeLong().init___I__I(1796846338, 291001).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(206188838, 0)));
- this$142.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), actual$105);
+ var b$138 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1952035482, (-3918573)));
+ var lo$139 = b$138.lo$2;
+ var hi$139 = b$138.hi$2;
+ var b$139 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1806050291, 21880));
+ var blo$101 = b$139.lo$2;
+ var lo$140 = $imul(lo$139, blo$101);
+ var hi$140 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$139, hi$139, blo$101, b$139.hi$2);
+ this$142.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-496265682), 2031604831), new $c_sjsr_RuntimeLong().init___I__I(lo$140, hi$140));
var this$143 = $m_Lorg_junit_Assert$();
- var actual$106 = new $c_sjsr_RuntimeLong().init___I__I(206188838, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1796846338, 291001)));
- this$143.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), actual$106);
+ this$143.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063));
var this$144 = $m_Lorg_junit_Assert$();
- var actual$107 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(206188838, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1796846338, 291001)));
- this$144.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), actual$107);
+ var b$140 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(206188838, 0));
+ var blo$102 = b$140.lo$2;
+ var lo$141 = $imul(1796846338, blo$102);
+ var hi$141 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1796846338, 291001, blo$102, b$140.hi$2);
+ this$144.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), new $c_sjsr_RuntimeLong().init___I__I(lo$141, hi$141));
var this$145 = $m_Lorg_junit_Assert$();
- this$145.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)));
+ var b$141 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1796846338, 291001));
+ var blo$103 = b$141.lo$2;
+ var lo$142 = $imul(206188838, blo$103);
+ var hi$142 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(206188838, 0, blo$103, b$141.hi$2);
+ this$145.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), new $c_sjsr_RuntimeLong().init___I__I(lo$142, hi$142));
var this$146 = $m_Lorg_junit_Assert$();
- var actual$108 = new $c_sjsr_RuntimeLong().init___I__I(422038251, 257045).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-505812154), 3)));
- this$146.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), actual$108);
+ var b$142 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(206188838, 0));
+ var lo$143 = b$142.lo$2;
+ var hi$143 = b$142.hi$2;
+ var b$143 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1796846338, 291001));
+ var blo$104 = b$143.lo$2;
+ var lo$144 = $imul(lo$143, blo$104);
+ var hi$144 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$143, hi$143, blo$104, b$143.hi$2);
+ this$146.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1482165172), 551183063), new $c_sjsr_RuntimeLong().init___I__I(lo$144, hi$144));
var this$147 = $m_Lorg_junit_Assert$();
- var actual$109 = new $c_sjsr_RuntimeLong().init___I__I((-505812154), 3).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(422038251, 257045)));
- this$147.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), actual$109);
+ this$147.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)));
var this$148 = $m_Lorg_junit_Assert$();
- var actual$110 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-505812154), 3)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(422038251, 257045)));
- this$148.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), actual$110);
+ var b$144 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-505812154), 3));
+ var blo$105 = b$144.lo$2;
+ var lo$145 = $imul(422038251, blo$105);
+ var hi$145 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(422038251, 257045, blo$105, b$144.hi$2);
+ this$148.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), new $c_sjsr_RuntimeLong().init___I__I(lo$145, hi$145));
var this$149 = $m_Lorg_junit_Assert$();
- this$149.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500));
+ var b$145 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(422038251, 257045));
+ var blo$106 = b$145.lo$2;
+ var lo$146 = $imul((-505812154), blo$106);
+ var hi$146 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-505812154), 3, blo$106, b$145.hi$2);
+ this$149.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), new $c_sjsr_RuntimeLong().init___I__I(lo$146, hi$146));
var this$150 = $m_Lorg_junit_Assert$();
- var actual$111 = new $c_sjsr_RuntimeLong().init___I__I(2144253057, (-5374)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1539116907), (-15066511))));
- this$150.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), actual$111);
+ var b$146 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-505812154), 3));
+ var lo$147 = b$146.lo$2;
+ var hi$147 = b$146.hi$2;
+ var b$147 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(422038251, 257045));
+ var blo$107 = b$147.lo$2;
+ var lo$148 = $imul(lo$147, blo$107);
+ var hi$148 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$147, hi$147, blo$107, b$147.hi$2);
+ this$150.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-195414718), (-1891657552)), new $c_sjsr_RuntimeLong().init___I__I(lo$148, hi$148));
var this$151 = $m_Lorg_junit_Assert$();
- var actual$112 = new $c_sjsr_RuntimeLong().init___I__I((-1539116907), (-15066511)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2144253057, (-5374))));
- this$151.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), actual$112);
+ this$151.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500));
var this$152 = $m_Lorg_junit_Assert$();
- var actual$113 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1539116907), (-15066511))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2144253057, (-5374))));
- this$152.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), actual$113);
+ var b$148 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1539116907), (-15066511)));
+ var blo$108 = b$148.lo$2;
+ var lo$149 = $imul(2144253057, blo$108);
+ var hi$149 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(2144253057, (-5374), blo$108, b$148.hi$2);
+ this$152.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), new $c_sjsr_RuntimeLong().init___I__I(lo$149, hi$149));
var this$153 = $m_Lorg_junit_Assert$();
- this$153.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152));
+ var b$149 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2144253057, (-5374)));
+ var blo$109 = b$149.lo$2;
+ var lo$150 = $imul((-1539116907), blo$109);
+ var hi$150 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1539116907), (-15066511), blo$109, b$149.hi$2);
+ this$153.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), new $c_sjsr_RuntimeLong().init___I__I(lo$150, hi$150));
var this$154 = $m_Lorg_junit_Assert$();
- var actual$114 = new $c_sjsr_RuntimeLong().init___I__I(21048, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(31096512, 0)));
- this$154.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), actual$114);
+ var b$150 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1539116907), (-15066511)));
+ var lo$151 = b$150.lo$2;
+ var hi$151 = b$150.hi$2;
+ var b$151 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2144253057, (-5374)));
+ var blo$110 = b$151.lo$2;
+ var lo$152 = $imul(lo$151, blo$110);
+ var hi$152 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$151, hi$151, blo$110, b$151.hi$2);
+ this$154.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1506410261, 1501054500), new $c_sjsr_RuntimeLong().init___I__I(lo$152, hi$152));
var this$155 = $m_Lorg_junit_Assert$();
- var actual$115 = new $c_sjsr_RuntimeLong().init___I__I(31096512, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(21048, 0)));
- this$155.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), actual$115);
+ this$155.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152));
var this$156 = $m_Lorg_junit_Assert$();
- var actual$116 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(31096512, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(21048, 0)));
- this$156.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), actual$116);
+ var b$152 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(31096512, 0));
+ var blo$111 = b$152.lo$2;
+ var lo$153 = $imul(21048, blo$111);
+ var hi$153 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(21048, 0, blo$111, b$152.hi$2);
+ this$156.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), new $c_sjsr_RuntimeLong().init___I__I(lo$153, hi$153));
var this$157 = $m_Lorg_junit_Assert$();
- this$157.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565));
+ var b$153 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(21048, 0));
+ var blo$112 = b$153.lo$2;
+ var lo$154 = $imul(31096512, blo$112);
+ var hi$154 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(31096512, 0, blo$112, b$153.hi$2);
+ this$157.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), new $c_sjsr_RuntimeLong().init___I__I(lo$154, hi$154));
var this$158 = $m_Lorg_junit_Assert$();
- var actual$117 = new $c_sjsr_RuntimeLong().init___I__I(1370052408, 1621389).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(22, 0)));
- this$158.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), actual$117);
+ var b$154 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(31096512, 0));
+ var lo$155 = b$154.lo$2;
+ var hi$155 = b$154.hi$2;
+ var b$155 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(21048, 0));
+ var blo$113 = b$155.lo$2;
+ var lo$156 = $imul(lo$155, blo$113);
+ var hi$156 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$155, hi$155, blo$113, b$155.hi$2);
+ this$158.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1684355584, 152), new $c_sjsr_RuntimeLong().init___I__I(lo$156, hi$156));
var this$159 = $m_Lorg_junit_Assert$();
- var actual$118 = new $c_sjsr_RuntimeLong().init___I__I(22, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1370052408, 1621389)));
- this$159.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), actual$118);
+ this$159.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565));
var this$160 = $m_Lorg_junit_Assert$();
- var actual$119 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(22, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1370052408, 1621389)));
- this$160.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), actual$119);
+ var b$156 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(22, 0));
+ var blo$114 = b$156.lo$2;
+ var lo$157 = $imul(1370052408, blo$114);
+ var hi$157 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1370052408, 1621389, blo$114, b$156.hi$2);
+ this$160.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), new $c_sjsr_RuntimeLong().init___I__I(lo$157, hi$157));
var this$161 = $m_Lorg_junit_Assert$();
- this$161.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320));
+ var b$157 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1370052408, 1621389));
+ var blo$115 = b$157.lo$2;
+ var lo$158 = $imul(22, blo$115);
+ var hi$158 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(22, 0, blo$115, b$157.hi$2);
+ this$161.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), new $c_sjsr_RuntimeLong().init___I__I(lo$158, hi$158));
var this$162 = $m_Lorg_junit_Assert$();
- var actual$120 = new $c_sjsr_RuntimeLong().init___I__I((-341287789), 261600).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892772954, 293)));
- this$162.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), actual$120);
+ var b$158 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(22, 0));
+ var lo$159 = b$158.lo$2;
+ var hi$159 = b$158.hi$2;
+ var b$159 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1370052408, 1621389));
+ var blo$116 = b$159.lo$2;
+ var lo$160 = $imul(lo$159, blo$116);
+ var hi$160 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$159, hi$159, blo$116, b$159.hi$2);
+ this$162.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(76381904, 35670565), new $c_sjsr_RuntimeLong().init___I__I(lo$160, hi$160));
var this$163 = $m_Lorg_junit_Assert$();
- var actual$121 = new $c_sjsr_RuntimeLong().init___I__I(1892772954, 293).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-341287789), 261600)));
- this$163.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), actual$121);
+ this$163.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320));
var this$164 = $m_Lorg_junit_Assert$();
- var actual$122 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892772954, 293)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-341287789), 261600)));
- this$164.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), actual$122);
+ var b$160 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892772954, 293));
+ var blo$117 = b$160.lo$2;
+ var lo$161 = $imul((-341287789), blo$117);
+ var hi$161 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-341287789), 261600, blo$117, b$160.hi$2);
+ this$164.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), new $c_sjsr_RuntimeLong().init___I__I(lo$161, hi$161));
var this$165 = $m_Lorg_junit_Assert$();
- this$165.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)));
+ var b$161 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-341287789), 261600));
+ var blo$118 = b$161.lo$2;
+ var lo$162 = $imul(1892772954, blo$118);
+ var hi$162 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1892772954, 293, blo$118, b$161.hi$2);
+ this$165.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), new $c_sjsr_RuntimeLong().init___I__I(lo$162, hi$162));
var this$166 = $m_Lorg_junit_Assert$();
- var actual$123 = new $c_sjsr_RuntimeLong().init___I__I(15132314, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1))));
- this$166.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), actual$123);
+ var b$162 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1892772954, 293));
+ var lo$163 = b$162.lo$2;
+ var hi$163 = b$162.hi$2;
+ var b$163 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-341287789), 261600));
+ var blo$119 = b$163.lo$2;
+ var lo$164 = $imul(lo$163, blo$119);
+ var hi$164 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$163, hi$163, blo$119, b$163.hi$2);
+ this$166.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1002336338), 334374320), new $c_sjsr_RuntimeLong().init___I__I(lo$164, hi$164));
var this$167 = $m_Lorg_junit_Assert$();
- var actual$124 = new $c_sjsr_RuntimeLong().init___I__I((-5), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(15132314, 0)));
- this$167.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), actual$124);
+ this$167.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)));
var this$168 = $m_Lorg_junit_Assert$();
- var actual$125 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(15132314, 0)));
- this$168.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), actual$125);
+ var b$164 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1)));
+ var blo$120 = b$164.lo$2;
+ var lo$165 = $imul(15132314, blo$120);
+ var hi$165 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(15132314, 0, blo$120, b$164.hi$2);
+ this$168.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$165, hi$165));
var this$169 = $m_Lorg_junit_Assert$();
- this$169.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340));
+ var b$165 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(15132314, 0));
+ var blo$121 = b$165.lo$2;
+ var lo$166 = $imul((-5), blo$121);
+ var hi$166 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-5), (-1), blo$121, b$165.hi$2);
+ this$169.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$166, hi$166));
var this$170 = $m_Lorg_junit_Assert$();
- var actual$126 = new $c_sjsr_RuntimeLong().init___I__I((-126975734), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1190272850), 2118)));
- this$170.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), actual$126);
+ var b$166 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-5), (-1)));
+ var lo$167 = b$166.lo$2;
+ var hi$167 = b$166.hi$2;
+ var b$167 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(15132314, 0));
+ var blo$122 = b$167.lo$2;
+ var lo$168 = $imul(lo$167, blo$122);
+ var hi$168 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$167, hi$167, blo$122, b$167.hi$2);
+ this$170.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-75661570), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$168, hi$168));
var this$171 = $m_Lorg_junit_Assert$();
- var actual$127 = new $c_sjsr_RuntimeLong().init___I__I((-1190272850), 2118).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-126975734), (-1))));
- this$171.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), actual$127);
+ this$171.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340));
var this$172 = $m_Lorg_junit_Assert$();
- var actual$128 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1190272850), 2118)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-126975734), (-1))));
- this$172.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), actual$128);
+ var b$168 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1190272850), 2118));
+ var blo$123 = b$168.lo$2;
+ var lo$169 = $imul((-126975734), blo$123);
+ var hi$169 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-126975734), (-1), blo$123, b$168.hi$2);
+ this$172.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), new $c_sjsr_RuntimeLong().init___I__I(lo$169, hi$169));
var this$173 = $m_Lorg_junit_Assert$();
- this$173.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)));
+ var b$169 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-126975734), (-1)));
+ var blo$124 = b$169.lo$2;
+ var lo$170 = $imul((-1190272850), blo$124);
+ var hi$170 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1190272850), 2118, blo$124, b$169.hi$2);
+ this$173.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), new $c_sjsr_RuntimeLong().init___I__I(lo$170, hi$170));
var this$174 = $m_Lorg_junit_Assert$();
- var actual$129 = new $c_sjsr_RuntimeLong().init___I__I((-1420058), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(5, 0)));
- this$174.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), actual$129);
+ var b$170 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1190272850), 2118));
+ var lo$171 = b$170.lo$2;
+ var hi$171 = b$170.hi$2;
+ var b$171 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-126975734), (-1)));
+ var blo$125 = b$171.lo$2;
+ var lo$172 = $imul(lo$171, blo$125);
+ var hi$172 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$171, hi$171, blo$125, b$171.hi$2);
+ this$174.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1401320652, 1556548340), new $c_sjsr_RuntimeLong().init___I__I(lo$172, hi$172));
var this$175 = $m_Lorg_junit_Assert$();
- var actual$130 = new $c_sjsr_RuntimeLong().init___I__I(5, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1420058), (-1))));
- this$175.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), actual$130);
+ this$175.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)));
var this$176 = $m_Lorg_junit_Assert$();
- var actual$131 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(5, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1420058), (-1))));
- this$176.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), actual$131);
+ var b$172 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(5, 0));
+ var blo$126 = b$172.lo$2;
+ var lo$173 = $imul((-1420058), blo$126);
+ var hi$173 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1420058), (-1), blo$126, b$172.hi$2);
+ this$176.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$173, hi$173));
var this$177 = $m_Lorg_junit_Assert$();
- this$177.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)));
+ var b$173 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1420058), (-1)));
+ var blo$127 = b$173.lo$2;
+ var lo$174 = $imul(5, blo$127);
+ var hi$174 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(5, 0, blo$127, b$173.hi$2);
+ this$177.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$174, hi$174));
var this$178 = $m_Lorg_junit_Assert$();
- var actual$132 = new $c_sjsr_RuntimeLong().init___I__I(1045698648, 15981).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-28274), (-1))));
- this$178.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), actual$132);
+ var b$174 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(5, 0));
+ var lo$175 = b$174.lo$2;
+ var hi$175 = b$174.hi$2;
+ var b$175 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1420058), (-1)));
+ var blo$128 = b$175.lo$2;
+ var lo$176 = $imul(lo$175, blo$128);
+ var hi$176 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$175, hi$175, blo$128, b$175.hi$2);
+ this$178.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7100290), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$176, hi$176));
var this$179 = $m_Lorg_junit_Assert$();
- var actual$133 = new $c_sjsr_RuntimeLong().init___I__I((-28274), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1045698648, 15981)));
- this$179.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), actual$133);
+ this$179.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)));
var this$180 = $m_Lorg_junit_Assert$();
- var actual$134 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-28274), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1045698648, 15981)));
- this$180.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), actual$134);
+ var b$176 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-28274), (-1)));
+ var blo$129 = b$176.lo$2;
+ var lo$177 = $imul(1045698648, blo$129);
+ var hi$177 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1045698648, 15981, blo$129, b$176.hi$2);
+ this$180.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), new $c_sjsr_RuntimeLong().init___I__I(lo$177, hi$177));
var this$181 = $m_Lorg_junit_Assert$();
- this$181.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)));
+ var b$177 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1045698648, 15981));
+ var blo$130 = b$177.lo$2;
+ var lo$178 = $imul((-28274), blo$130);
+ var hi$178 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-28274), (-1), blo$130, b$177.hi$2);
+ this$181.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), new $c_sjsr_RuntimeLong().init___I__I(lo$178, hi$178));
var this$182 = $m_Lorg_junit_Assert$();
- var actual$135 = new $c_sjsr_RuntimeLong().init___I__I((-2060833831), 8).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81717924, 45)));
- this$182.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), actual$135);
+ var b$178 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-28274), (-1)));
+ var lo$179 = b$178.lo$2;
+ var hi$179 = b$178.hi$2;
+ var b$179 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1045698648, 15981));
+ var blo$131 = b$179.lo$2;
+ var lo$180 = $imul(lo$179, blo$131);
+ var hi$180 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$179, hi$179, blo$131, b$179.hi$2);
+ this$182.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(471292112, (-451853678)), new $c_sjsr_RuntimeLong().init___I__I(lo$180, hi$180));
var this$183 = $m_Lorg_junit_Assert$();
- var actual$136 = new $c_sjsr_RuntimeLong().init___I__I(81717924, 45).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2060833831), 8)));
- this$183.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), actual$136);
+ this$183.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)));
var this$184 = $m_Lorg_junit_Assert$();
- var actual$137 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81717924, 45)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2060833831), 8)));
- this$184.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), actual$137);
+ var b$180 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81717924, 45));
+ var blo$132 = b$180.lo$2;
+ var lo$181 = $imul((-2060833831), blo$132);
+ var hi$181 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-2060833831), 8, blo$132, b$180.hi$2);
+ this$184.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), new $c_sjsr_RuntimeLong().init___I__I(lo$181, hi$181));
var this$185 = $m_Lorg_junit_Assert$();
- this$185.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)));
+ var b$181 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2060833831), 8));
+ var blo$133 = b$181.lo$2;
+ var lo$182 = $imul(81717924, blo$133);
+ var hi$182 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(81717924, 45, blo$133, b$181.hi$2);
+ this$185.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), new $c_sjsr_RuntimeLong().init___I__I(lo$182, hi$182));
var this$186 = $m_Lorg_junit_Assert$();
- var actual$138 = new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0)));
- this$186.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), actual$138);
+ var b$182 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(81717924, 45));
+ var lo$183 = b$182.lo$2;
+ var hi$183 = b$182.hi$2;
+ var b$183 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2060833831), 8));
+ var blo$134 = b$183.lo$2;
+ var lo$184 = $imul(lo$183, blo$134);
+ var hi$184 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$183, hi$183, blo$134, b$183.hi$2);
+ this$186.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1162244356, (-1846958188)), new $c_sjsr_RuntimeLong().init___I__I(lo$184, hi$184));
var this$187 = $m_Lorg_junit_Assert$();
- var actual$139 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)));
- this$187.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), actual$139);
+ this$187.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)));
var this$188 = $m_Lorg_junit_Assert$();
- var actual$140 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-7), (-1))));
- this$188.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), actual$140);
+ var b$184 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var blo$135 = b$184.lo$2;
+ var lo$185 = $imul((-7), blo$135);
+ var hi$185 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-7), (-1), blo$135, b$184.hi$2);
+ this$188.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$185, hi$185));
var this$189 = $m_Lorg_junit_Assert$();
- this$189.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)));
+ var b$185 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)));
+ var lo$186 = b$185.lo$2;
+ var hi$186 = b$185.hi$2;
+ this$189.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$186, hi$186));
var this$190 = $m_Lorg_junit_Assert$();
- var actual$141 = new $c_sjsr_RuntimeLong().init___I__I((-724), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1078644988), 15550)));
- this$190.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), actual$141);
+ var b$186 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$187 = b$186.lo$2;
+ var hi$187 = b$186.hi$2;
+ var b$187 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)));
+ var blo$136 = b$187.lo$2;
+ var lo$188 = $imul(lo$187, blo$136);
+ var hi$188 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$187, hi$187, blo$136, b$187.hi$2);
+ this$190.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-7), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$188, hi$188));
var this$191 = $m_Lorg_junit_Assert$();
- var actual$142 = new $c_sjsr_RuntimeLong().init___I__I((-1078644988), 15550).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-724), (-1))));
- this$191.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), actual$142);
+ this$191.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)));
var this$192 = $m_Lorg_junit_Assert$();
- var actual$143 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1078644988), 15550)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-724), (-1))));
- this$192.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), actual$143);
+ var b$188 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1078644988), 15550));
+ var blo$137 = b$188.lo$2;
+ var lo$189 = $imul((-724), blo$137);
+ var hi$189 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-724), (-1), blo$137, b$188.hi$2);
+ this$192.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), new $c_sjsr_RuntimeLong().init___I__I(lo$189, hi$189));
var this$193 = $m_Lorg_junit_Assert$();
- this$193.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)));
+ var b$189 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-724), (-1)));
+ var blo$138 = b$189.lo$2;
+ var lo$190 = $imul((-1078644988), blo$138);
+ var hi$190 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1078644988), 15550, blo$138, b$189.hi$2);
+ this$193.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), new $c_sjsr_RuntimeLong().init___I__I(lo$190, hi$190));
var this$194 = $m_Lorg_junit_Assert$();
- var actual$144 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-997595729), 2449)).unary$und$minus__sjsr_RuntimeLong();
- this$194.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), actual$144);
+ var b$190 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1078644988), 15550));
+ var lo$191 = b$190.lo$2;
+ var hi$191 = b$190.hi$2;
+ var b$191 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-724), (-1)));
+ var blo$139 = b$191.lo$2;
+ var lo$192 = $imul(lo$191, blo$139);
+ var hi$192 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$191, hi$191, blo$139, b$191.hi$2);
+ this$194.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-745076560), (-11258743)), new $c_sjsr_RuntimeLong().init___I__I(lo$192, hi$192));
var this$195 = $m_Lorg_junit_Assert$();
- var actual$145 = new $c_sjsr_RuntimeLong().init___I__I((-997595729), 2449).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))));
- this$195.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), actual$145);
- var this$196 = $m_Lorg_junit_Assert$();
- var actual$146 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-997595729), 2449)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))));
- this$196.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), actual$146);
- var this$197 = $m_Lorg_junit_Assert$();
- this$197.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063));
+ this$195.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)));
var this$198 = $m_Lorg_junit_Assert$();
- var actual$147 = new $c_sjsr_RuntimeLong().init___I__I((-105906241), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181149973, (-2037))));
- this$198.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), actual$147);
+ var b$192 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-997595729), 2449));
+ var lo$193 = b$192.lo$2;
+ var hi$193 = b$192.hi$2;
+ var lo$194 = ((-lo$193) | 0);
+ var hi$194 = ((lo$193 !== 0) ? (~hi$193) : ((-hi$193) | 0));
+ this$198.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), new $c_sjsr_RuntimeLong().init___I__I(lo$194, hi$194));
var this$199 = $m_Lorg_junit_Assert$();
- var actual$148 = new $c_sjsr_RuntimeLong().init___I__I(1181149973, (-2037)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-105906241), (-1))));
- this$199.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), actual$148);
+ var b$193 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var blo$140 = b$193.lo$2;
+ var lo$195 = $imul((-997595729), blo$140);
+ var hi$195 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-997595729), 2449, blo$140, b$193.hi$2);
+ this$199.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), new $c_sjsr_RuntimeLong().init___I__I(lo$195, hi$195));
var this$200 = $m_Lorg_junit_Assert$();
- var actual$149 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181149973, (-2037))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-105906241), (-1))));
- this$200.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), actual$149);
+ var b$194 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-997595729), 2449));
+ var lo$196 = b$194.lo$2;
+ var hi$196 = b$194.hi$2;
+ var b$195 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var blo$141 = b$195.lo$2;
+ var lo$197 = $imul(lo$196, blo$141);
+ var hi$197 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$196, hi$196, blo$141, b$195.hi$2);
+ this$200.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(997595729, (-2450)), new $c_sjsr_RuntimeLong().init___I__I(lo$197, hi$197));
var this$201 = $m_Lorg_junit_Assert$();
- this$201.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477));
+ this$201.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063));
var this$202 = $m_Lorg_junit_Assert$();
- var actual$150 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0)).$$less$less__I__sjsr_RuntimeLong(20);
- this$202.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), actual$150);
+ var b$196 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181149973, (-2037)));
+ var blo$142 = b$196.lo$2;
+ var lo$198 = $imul((-105906241), blo$142);
+ var hi$198 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-105906241), (-1), blo$142, b$196.hi$2);
+ this$202.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), new $c_sjsr_RuntimeLong().init___I__I(lo$198, hi$198));
var this$203 = $m_Lorg_junit_Assert$();
- var actual$151 = new $c_sjsr_RuntimeLong().init___I__I(100259248, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0)));
- this$203.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), actual$151);
+ var b$197 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-105906241), (-1)));
+ var blo$143 = b$197.lo$2;
+ var lo$199 = $imul(1181149973, blo$143);
+ var hi$199 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1181149973, (-2037), blo$143, b$197.hi$2);
+ this$203.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), new $c_sjsr_RuntimeLong().init___I__I(lo$199, hi$199));
var this$204 = $m_Lorg_junit_Assert$();
- var actual$152 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0)));
- this$204.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), actual$152);
+ var b$198 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1181149973, (-2037)));
+ var lo$200 = b$198.lo$2;
+ var hi$200 = b$198.hi$2;
+ var b$199 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-105906241), (-1)));
+ var blo$144 = b$199.lo$2;
+ var lo$201 = $imul(lo$200, blo$144);
+ var hi$201 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$200, hi$200, blo$144, b$199.hi$2);
+ this$204.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(726552491, 953523063), new $c_sjsr_RuntimeLong().init___I__I(lo$201, hi$201));
var this$205 = $m_Lorg_junit_Assert$();
this$205.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477));
var this$206 = $m_Lorg_junit_Assert$();
- var actual$153 = new $c_sjsr_RuntimeLong().init___I__I(100259248, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0)));
- this$206.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), actual$153);
+ var b$200 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0));
+ var lo$202 = b$200.lo$2;
+ var hi$202 = b$200.hi$2;
+ var lo$203 = (lo$202 << 20);
+ var hi$203 = (((lo$202 >>> (-20)) | 0) | (hi$202 << 20));
+ this$206.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(lo$203, hi$203));
var this$207 = $m_Lorg_junit_Assert$();
- var actual$154 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0)).$$less$less__I__sjsr_RuntimeLong(20);
- this$207.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), actual$154);
+ var b$201 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0));
+ var blo$145 = b$201.lo$2;
+ var lo$204 = $imul(100259248, blo$145);
+ var hi$204 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(100259248, 0, blo$145, b$201.hi$2);
+ this$207.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(lo$204, hi$204));
var this$208 = $m_Lorg_junit_Assert$();
- var actual$155 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0)));
- this$208.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), actual$155);
+ var b$202 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0));
+ var lo$205 = b$202.lo$2;
+ var hi$205 = b$202.hi$2;
+ var b$203 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0));
+ var blo$146 = b$203.lo$2;
+ var lo$206 = $imul(lo$205, blo$146);
+ var hi$206 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$205, hi$205, blo$146, b$203.hi$2);
+ this$208.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(lo$206, hi$206));
var this$209 = $m_Lorg_junit_Assert$();
- this$209.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(0, 301989888));
+ this$209.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477));
var this$210 = $m_Lorg_junit_Assert$();
- var actual$156 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0)).$$less$less__I__sjsr_RuntimeLong(54);
- this$210.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), actual$156);
+ var b$204 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0));
+ var blo$147 = b$204.lo$2;
+ var lo$207 = $imul(100259248, blo$147);
+ var hi$207 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(100259248, 0, blo$147, b$204.hi$2);
+ this$210.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(lo$207, hi$207));
var this$211 = $m_Lorg_junit_Assert$();
- var actual$157 = new $c_sjsr_RuntimeLong().init___I__I(72, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304)));
- this$211.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), actual$157);
+ var b$205 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0));
+ var lo$208 = b$205.lo$2;
+ var hi$208 = b$205.hi$2;
+ var lo$209 = (lo$208 << 20);
+ var hi$209 = (((lo$208 >>> (-20)) | 0) | (hi$208 << 20));
+ this$211.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(lo$209, hi$209));
var this$212 = $m_Lorg_junit_Assert$();
- var actual$158 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304)));
- this$212.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), actual$158);
+ var b$206 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1048576, 0));
+ var lo$210 = b$206.lo$2;
+ var hi$210 = b$206.hi$2;
+ var b$207 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(100259248, 0));
+ var blo$148 = b$207.lo$2;
+ var lo$211 = $imul(lo$210, blo$148);
+ var hi$211 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$210, hi$210, blo$148, b$207.hi$2);
+ this$212.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1526726656, 24477), new $c_sjsr_RuntimeLong().init___I__I(lo$211, hi$211));
var this$213 = $m_Lorg_junit_Assert$();
this$213.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(0, 301989888));
var this$214 = $m_Lorg_junit_Assert$();
- var actual$159 = new $c_sjsr_RuntimeLong().init___I__I(72, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304)));
- this$214.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), actual$159);
+ var b$208 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0));
+ var lo$212 = b$208.lo$2;
+ var hi$213 = (lo$212 << 54);
+ this$214.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(0, hi$213));
var this$215 = $m_Lorg_junit_Assert$();
- var actual$160 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0)).$$less$less__I__sjsr_RuntimeLong(54);
- this$215.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), actual$160);
+ var b$209 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304));
+ var blo$149 = b$209.lo$2;
+ var lo$213 = $imul(72, blo$149);
+ var hi$214 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(72, 0, blo$149, b$209.hi$2);
+ this$215.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(lo$213, hi$214));
var this$216 = $m_Lorg_junit_Assert$();
- var actual$161 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0)));
- this$216.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), actual$161);
+ var b$210 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0));
+ var lo$214 = b$210.lo$2;
+ var hi$215 = b$210.hi$2;
+ var b$211 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304));
+ var blo$150 = b$211.lo$2;
+ var lo$215 = $imul(lo$214, blo$150);
+ var hi$216 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$214, hi$215, blo$150, b$211.hi$2);
+ this$216.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(lo$215, hi$216));
var this$217 = $m_Lorg_junit_Assert$();
- this$217.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)));
+ this$217.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(0, 301989888));
var this$218 = $m_Lorg_junit_Assert$();
- var actual$162 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1))).$$less$less__I__sjsr_RuntimeLong(29);
- this$218.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), actual$162);
+ var b$212 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304));
+ var blo$151 = b$212.lo$2;
+ var lo$216 = $imul(72, blo$151);
+ var hi$217 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(72, 0, blo$151, b$212.hi$2);
+ this$218.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(lo$216, hi$217));
var this$219 = $m_Lorg_junit_Assert$();
- var actual$163 = new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$219.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), actual$163);
+ var b$213 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0));
+ var lo$217 = b$213.lo$2;
+ var hi$219 = (lo$217 << 54);
+ this$219.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(0, hi$219));
var this$220 = $m_Lorg_junit_Assert$();
- var actual$164 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$220.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), actual$164);
+ var b$214 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4194304));
+ var lo$218 = b$214.lo$2;
+ var hi$220 = b$214.hi$2;
+ var b$215 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(72, 0));
+ var blo$152 = b$215.lo$2;
+ var lo$219 = $imul(lo$218, blo$152);
+ var hi$221 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$218, hi$220, blo$152, b$215.hi$2);
+ this$220.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 301989888), new $c_sjsr_RuntimeLong().init___I__I(lo$219, hi$221));
var this$221 = $m_Lorg_junit_Assert$();
this$221.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)));
var this$222 = $m_Lorg_junit_Assert$();
- var actual$165 = new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$222.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), actual$165);
+ var b$216 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1)));
+ var lo$220 = b$216.lo$2;
+ var hi$222 = b$216.hi$2;
+ var lo$221 = (lo$220 << 29);
+ var hi$223 = (((lo$220 >>> (-29)) | 0) | (hi$222 << 29));
+ this$222.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I(lo$221, hi$223));
var this$223 = $m_Lorg_junit_Assert$();
- var actual$166 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1))).$$less$less__I__sjsr_RuntimeLong(29);
- this$223.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), actual$166);
+ var b$217 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$153 = b$217.lo$2;
+ var lo$222 = $imul((-22253267), blo$153);
+ var hi$224 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-22253267), (-1), blo$153, b$217.hi$2);
+ this$223.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I(lo$222, hi$224));
var this$224 = $m_Lorg_junit_Assert$();
- var actual$167 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1))));
- this$224.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), actual$167);
+ var b$218 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1)));
+ var lo$223 = b$218.lo$2;
+ var hi$225 = b$218.hi$2;
+ var b$219 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$154 = b$219.lo$2;
+ var lo$224 = $imul(lo$223, blo$154);
+ var hi$226 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$223, hi$225, blo$154, b$219.hi$2);
+ this$224.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I(lo$224, hi$226));
var this$225 = $m_Lorg_junit_Assert$();
- this$225.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482));
+ this$225.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)));
var this$226 = $m_Lorg_junit_Assert$();
- var actual$168 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360)).$$less$less__I__sjsr_RuntimeLong(23);
- this$226.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), actual$168);
+ var b$220 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$155 = b$220.lo$2;
+ var lo$225 = $imul((-22253267), blo$155);
+ var hi$227 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-22253267), (-1), blo$155, b$220.hi$2);
+ this$226.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I(lo$225, hi$227));
var this$227 = $m_Lorg_junit_Assert$();
- var actual$169 = new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$227.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), actual$169);
+ var b$221 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1)));
+ var lo$226 = b$221.lo$2;
+ var hi$228 = b$221.hi$2;
+ var lo$227 = (lo$226 << 29);
+ var hi$229 = (((lo$226 >>> (-29)) | 0) | (hi$228 << 29));
+ this$227.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I(lo$227, hi$229));
var this$228 = $m_Lorg_junit_Assert$();
- var actual$170 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$228.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), actual$170);
+ var b$222 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var lo$228 = b$222.lo$2;
+ var hi$230 = b$222.hi$2;
+ var b$223 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-22253267), (-1)));
+ var blo$156 = b$223.lo$2;
+ var lo$229 = $imul(lo$228, blo$156);
+ var hi$231 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$228, hi$230, blo$156, b$223.hi$2);
+ this$228.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1610612736), (-2781659)), new $c_sjsr_RuntimeLong().init___I__I(lo$229, hi$231));
var this$229 = $m_Lorg_junit_Assert$();
this$229.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482));
var this$230 = $m_Lorg_junit_Assert$();
- var actual$171 = new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$230.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), actual$171);
+ var b$224 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360));
+ var lo$230 = b$224.lo$2;
+ var hi$232 = b$224.hi$2;
+ var lo$231 = (lo$230 << 23);
+ var hi$233 = (((lo$230 >>> (-23)) | 0) | (hi$232 << 23));
+ this$230.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(lo$231, hi$233));
var this$231 = $m_Lorg_junit_Assert$();
- var actual$172 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360)).$$less$less__I__sjsr_RuntimeLong(23);
- this$231.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), actual$172);
+ var b$225 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$157 = b$225.lo$2;
+ var lo$232 = $imul(1543455798, blo$157);
+ var hi$234 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1543455798, 5360, blo$157, b$225.hi$2);
+ this$231.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(lo$232, hi$234));
var this$232 = $m_Lorg_junit_Assert$();
- var actual$173 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360)));
- this$232.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), actual$173);
+ var b$226 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360));
+ var lo$233 = b$226.lo$2;
+ var hi$235 = b$226.hi$2;
+ var b$227 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$158 = b$227.lo$2;
+ var lo$234 = $imul(lo$233, blo$158);
+ var hi$236 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$233, hi$235, blo$158, b$227.hi$2);
+ this$232.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(lo$234, hi$236));
var this$233 = $m_Lorg_junit_Assert$();
- this$233.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383));
+ this$233.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482));
var this$234 = $m_Lorg_junit_Assert$();
- var actual$174 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0)).$$less$less__I__sjsr_RuntimeLong(27);
- this$234.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), actual$174);
+ var b$228 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$159 = b$228.lo$2;
+ var lo$235 = $imul(1543455798, blo$159);
+ var hi$237 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1543455798, 5360, blo$159, b$228.hi$2);
+ this$234.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(lo$235, hi$237));
var this$235 = $m_Lorg_junit_Assert$();
- var actual$175 = new $c_sjsr_RuntimeLong().init___I__I(1548271, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0)));
- this$235.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), actual$175);
+ var b$229 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360));
+ var lo$236 = b$229.lo$2;
+ var hi$238 = b$229.hi$2;
+ var lo$237 = (lo$236 << 23);
+ var hi$239 = (((lo$236 >>> (-23)) | 0) | (hi$238 << 23));
+ this$235.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(lo$237, hi$239));
var this$236 = $m_Lorg_junit_Assert$();
- var actual$176 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0)));
- this$236.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), actual$176);
+ var b$230 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var lo$238 = b$230.lo$2;
+ var hi$240 = b$230.hi$2;
+ var b$231 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1543455798, 5360));
+ var blo$160 = b$231.lo$2;
+ var lo$239 = $imul(lo$238, blo$160);
+ var hi$241 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$238, hi$240, blo$160, b$231.hi$2);
+ this$236.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(452984832, 2016280482), new $c_sjsr_RuntimeLong().init___I__I(lo$239, hi$241));
var this$237 = $m_Lorg_junit_Assert$();
this$237.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383));
var this$238 = $m_Lorg_junit_Assert$();
- var actual$177 = new $c_sjsr_RuntimeLong().init___I__I(1548271, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0)));
- this$238.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), actual$177);
+ var b$232 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0));
+ var lo$240 = b$232.lo$2;
+ var hi$242 = b$232.hi$2;
+ var lo$241 = (lo$240 << 27);
+ var hi$243 = (((lo$240 >>> (-27)) | 0) | (hi$242 << 27));
+ this$238.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(lo$241, hi$243));
var this$239 = $m_Lorg_junit_Assert$();
- var actual$178 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0)).$$less$less__I__sjsr_RuntimeLong(27);
- this$239.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), actual$178);
+ var b$233 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0));
+ var blo$161 = b$233.lo$2;
+ var lo$242 = $imul(1548271, blo$161);
+ var hi$244 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1548271, 0, blo$161, b$233.hi$2);
+ this$239.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(lo$242, hi$244));
var this$240 = $m_Lorg_junit_Assert$();
- var actual$179 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0)));
- this$240.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), actual$179);
+ var b$234 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0));
+ var lo$243 = b$234.lo$2;
+ var hi$245 = b$234.hi$2;
+ var b$235 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0));
+ var blo$162 = b$235.lo$2;
+ var lo$244 = $imul(lo$243, blo$162);
+ var hi$246 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$243, hi$245, blo$162, b$235.hi$2);
+ this$240.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(lo$244, hi$246));
var this$241 = $m_Lorg_junit_Assert$();
- this$241.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ this$241.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383));
var this$242 = $m_Lorg_junit_Assert$();
- var actual$180 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1))).$$less$less__I__sjsr_RuntimeLong(63);
- this$242.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$180);
+ var b$236 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0));
+ var blo$163 = b$236.lo$2;
+ var lo$245 = $imul(1548271, blo$163);
+ var hi$247 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1548271, 0, blo$163, b$236.hi$2);
+ this$242.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(lo$245, hi$247));
var this$243 = $m_Lorg_junit_Assert$();
- var actual$181 = new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))));
- this$243.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$181);
+ var b$237 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0));
+ var lo$246 = b$237.lo$2;
+ var hi$248 = b$237.hi$2;
+ var lo$247 = (lo$246 << 27);
+ var hi$249 = (((lo$246 >>> (-27)) | 0) | (hi$248 << 27));
+ this$243.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(lo$247, hi$249));
var this$244 = $m_Lorg_junit_Assert$();
- var actual$182 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))));
- this$244.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$182);
+ var b$238 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(134217728, 0));
+ var lo$248 = b$238.lo$2;
+ var hi$250 = b$238.hi$2;
+ var b$239 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1548271, 0));
+ var blo$164 = b$239.lo$2;
+ var lo$249 = $imul(lo$248, blo$164);
+ var hi$251 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$248, hi$250, blo$164, b$239.hi$2);
+ this$244.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2013265920, 48383), new $c_sjsr_RuntimeLong().init___I__I(lo$249, hi$251));
var this$245 = $m_Lorg_junit_Assert$();
this$245.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$246 = $m_Lorg_junit_Assert$();
- var actual$183 = new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))));
- this$246.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$183);
+ var b$240 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1)));
+ var lo$250 = b$240.lo$2;
+ var hi$253 = (lo$250 << 63);
+ this$246.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, hi$253));
var this$247 = $m_Lorg_junit_Assert$();
- var actual$184 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1))).$$less$less__I__sjsr_RuntimeLong(63);
- this$247.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$184);
+ var b$241 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var blo$165 = b$241.lo$2;
+ var lo$251 = $imul((-55880), blo$165);
+ var hi$254 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-55880), (-1), blo$165, b$241.hi$2);
+ this$247.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$251, hi$254));
var this$248 = $m_Lorg_junit_Assert$();
- var actual$185 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1))));
- this$248.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$185);
+ var b$242 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1)));
+ var lo$252 = b$242.lo$2;
+ var hi$255 = b$242.hi$2;
+ var b$243 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var blo$166 = b$243.lo$2;
+ var lo$253 = $imul(lo$252, blo$166);
+ var hi$256 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$252, hi$255, blo$166, b$243.hi$2);
+ this$248.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$253, hi$256));
var this$249 = $m_Lorg_junit_Assert$();
- this$249.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(0, (-512)));
+ this$249.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$250 = $m_Lorg_junit_Assert$();
- var actual$186 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))).$$less$less__I__sjsr_RuntimeLong(41);
- this$250.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), actual$186);
+ var b$244 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var blo$167 = b$244.lo$2;
+ var lo$254 = $imul((-55880), blo$167);
+ var hi$257 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-55880), (-1), blo$167, b$244.hi$2);
+ this$250.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$254, hi$257));
var this$251 = $m_Lorg_junit_Assert$();
- var actual$187 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512)).unary$und$minus__sjsr_RuntimeLong();
- this$251.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), actual$187);
+ var b$245 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1)));
+ var lo$255 = b$245.lo$2;
+ var hi$259 = (lo$255 << 63);
+ this$251.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, hi$259));
var this$252 = $m_Lorg_junit_Assert$();
- var actual$188 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512)));
- this$252.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), actual$188);
+ var b$246 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$256 = b$246.lo$2;
+ var hi$260 = b$246.hi$2;
+ var b$247 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-55880), (-1)));
+ var blo$168 = b$247.lo$2;
+ var lo$257 = $imul(lo$256, blo$168);
+ var hi$261 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$256, hi$260, blo$168, b$247.hi$2);
+ this$252.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$257, hi$261));
var this$253 = $m_Lorg_junit_Assert$();
this$253.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(0, (-512)));
var this$254 = $m_Lorg_junit_Assert$();
- var actual$189 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512)).unary$und$minus__sjsr_RuntimeLong();
- this$254.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), actual$189);
- var this$255 = $m_Lorg_junit_Assert$();
- var actual$190 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))).$$less$less__I__sjsr_RuntimeLong(41);
- this$255.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), actual$190);
- var this$256 = $m_Lorg_junit_Assert$();
- var actual$191 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))));
- this$256.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), actual$191);
+ var b$248 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$258 = b$248.lo$2;
+ var hi$263 = (lo$258 << 41);
+ this$254.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$263));
var this$257 = $m_Lorg_junit_Assert$();
- this$257.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(851968, 0));
+ var b$249 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512));
+ var lo$259 = b$249.lo$2;
+ var hi$264 = b$249.hi$2;
+ var lo$260 = ((-lo$259) | 0);
+ var hi$265 = ((lo$259 !== 0) ? (~hi$264) : ((-hi$264) | 0));
+ this$257.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(lo$260, hi$265));
var this$258 = $m_Lorg_junit_Assert$();
- var actual$192 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0)).$$less$less__I__sjsr_RuntimeLong(16);
- this$258.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), actual$192);
+ var b$250 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$261 = b$250.lo$2;
+ var hi$266 = b$250.hi$2;
+ var b$251 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512));
+ var blo$169 = b$251.lo$2;
+ var lo$262 = $imul(lo$261, blo$169);
+ var hi$267 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$261, hi$266, blo$169, b$251.hi$2);
+ this$258.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(lo$262, hi$267));
var this$259 = $m_Lorg_junit_Assert$();
- var actual$193 = new $c_sjsr_RuntimeLong().init___I__I(13, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)));
- this$259.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), actual$193);
- var this$260 = $m_Lorg_junit_Assert$();
- var actual$194 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)));
- this$260.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), actual$194);
- var this$261 = $m_Lorg_junit_Assert$();
- this$261.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(851968, 0));
+ this$259.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(0, (-512)));
var this$262 = $m_Lorg_junit_Assert$();
- var actual$195 = new $c_sjsr_RuntimeLong().init___I__I(13, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)));
- this$262.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), actual$195);
+ var b$252 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512));
+ var lo$263 = b$252.lo$2;
+ var hi$268 = b$252.hi$2;
+ var lo$264 = ((-lo$263) | 0);
+ var hi$269 = ((lo$263 !== 0) ? (~hi$268) : ((-hi$268) | 0));
+ this$262.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(lo$264, hi$269));
var this$263 = $m_Lorg_junit_Assert$();
- var actual$196 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0)).$$less$less__I__sjsr_RuntimeLong(16);
- this$263.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), actual$196);
+ var b$253 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$265 = b$253.lo$2;
+ var hi$271 = (lo$265 << 41);
+ this$263.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$271));
var this$264 = $m_Lorg_junit_Assert$();
- var actual$197 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0)));
- this$264.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), actual$197);
+ var b$254 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 512));
+ var lo$266 = b$254.lo$2;
+ var hi$272 = b$254.hi$2;
+ var b$255 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var blo$170 = b$255.lo$2;
+ var lo$267 = $imul(lo$266, blo$170);
+ var hi$273 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$266, hi$272, blo$170, b$255.hi$2);
+ this$264.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-512)), new $c_sjsr_RuntimeLong().init___I__I(lo$267, hi$273));
var this$265 = $m_Lorg_junit_Assert$();
- this$265.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)));
+ this$265.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(851968, 0));
var this$266 = $m_Lorg_junit_Assert$();
- var actual$198 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))).$$less$less__I__sjsr_RuntimeLong(44);
- this$266.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), actual$198);
+ var b$256 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0));
+ var lo$268 = b$256.lo$2;
+ var hi$274 = b$256.hi$2;
+ var lo$269 = (lo$268 << 16);
+ var hi$275 = (((lo$268 >>> (-16)) | 0) | (hi$274 << 16));
+ this$266.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$269, hi$275));
var this$267 = $m_Lorg_junit_Assert$();
- var actual$199 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096)).unary$und$minus__sjsr_RuntimeLong();
- this$267.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), actual$199);
+ var b$257 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var blo$171 = b$257.lo$2;
+ var lo$270 = $imul(13, blo$171);
+ var hi$276 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(13, 0, blo$171, b$257.hi$2);
+ this$267.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$270, hi$276));
var this$268 = $m_Lorg_junit_Assert$();
- var actual$200 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096)));
- this$268.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), actual$200);
+ var b$258 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0));
+ var lo$271 = b$258.lo$2;
+ var hi$277 = b$258.hi$2;
+ var b$259 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var blo$172 = b$259.lo$2;
+ var lo$272 = $imul(lo$271, blo$172);
+ var hi$278 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$271, hi$277, blo$172, b$259.hi$2);
+ this$268.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$272, hi$278));
var this$269 = $m_Lorg_junit_Assert$();
- this$269.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)));
+ this$269.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(851968, 0));
var this$270 = $m_Lorg_junit_Assert$();
- var actual$201 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096)).unary$und$minus__sjsr_RuntimeLong();
- this$270.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), actual$201);
+ var b$260 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var blo$173 = b$260.lo$2;
+ var lo$273 = $imul(13, blo$173);
+ var hi$279 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(13, 0, blo$173, b$260.hi$2);
+ this$270.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$273, hi$279));
var this$271 = $m_Lorg_junit_Assert$();
- var actual$202 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))).$$less$less__I__sjsr_RuntimeLong(44);
- this$271.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), actual$202);
+ var b$261 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0));
+ var lo$274 = b$261.lo$2;
+ var hi$280 = b$261.hi$2;
+ var lo$275 = (lo$274 << 16);
+ var hi$281 = (((lo$274 >>> (-16)) | 0) | (hi$280 << 16));
+ this$271.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$275, hi$281));
var this$272 = $m_Lorg_junit_Assert$();
- var actual$203 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1))));
- this$272.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), actual$203);
+ var b$262 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var lo$276 = b$262.lo$2;
+ var hi$282 = b$262.hi$2;
+ var b$263 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(13, 0));
+ var blo$174 = b$263.lo$2;
+ var lo$277 = $imul(lo$276, blo$174);
+ var hi$283 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$276, hi$282, blo$174, b$263.hi$2);
+ this$272.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(851968, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$277, hi$283));
var this$273 = $m_Lorg_junit_Assert$();
- this$273.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)));
+ this$273.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)));
var this$274 = $m_Lorg_junit_Assert$();
- var actual$204 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51)).$$less$less__I__sjsr_RuntimeLong(42);
- this$274.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), actual$204);
- var this$275 = $m_Lorg_junit_Assert$();
- var actual$205 = new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024)));
- this$275.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), actual$205);
- var this$276 = $m_Lorg_junit_Assert$();
- var actual$206 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024)));
- this$276.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), actual$206);
+ var b$264 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$278 = b$264.lo$2;
+ var hi$285 = (lo$278 << 44);
+ this$274.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$285));
var this$277 = $m_Lorg_junit_Assert$();
- this$277.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)));
+ var b$265 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096));
+ var lo$279 = b$265.lo$2;
+ var hi$286 = b$265.hi$2;
+ var lo$280 = ((-lo$279) | 0);
+ var hi$287 = ((lo$279 !== 0) ? (~hi$286) : ((-hi$286) | 0));
+ this$277.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(lo$280, hi$287));
var this$278 = $m_Lorg_junit_Assert$();
- var actual$207 = new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024)));
- this$278.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), actual$207);
+ var b$266 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$281 = b$266.lo$2;
+ var hi$288 = b$266.hi$2;
+ var b$267 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096));
+ var blo$175 = b$267.lo$2;
+ var lo$282 = $imul(lo$281, blo$175);
+ var hi$289 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$281, hi$288, blo$175, b$267.hi$2);
+ this$278.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(lo$282, hi$289));
var this$279 = $m_Lorg_junit_Assert$();
- var actual$208 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51)).$$less$less__I__sjsr_RuntimeLong(42);
- this$279.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), actual$208);
- var this$280 = $m_Lorg_junit_Assert$();
- var actual$209 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51)));
- this$280.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), actual$209);
- var this$281 = $m_Lorg_junit_Assert$();
- this$281.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(0, 570425344));
+ this$279.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)));
var this$282 = $m_Lorg_junit_Assert$();
- var actual$210 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0)).$$less$less__I__sjsr_RuntimeLong(56);
- this$282.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), actual$210);
+ var b$268 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096));
+ var lo$283 = b$268.lo$2;
+ var hi$290 = b$268.hi$2;
+ var lo$284 = ((-lo$283) | 0);
+ var hi$291 = ((lo$283 !== 0) ? (~hi$290) : ((-hi$290) | 0));
+ this$282.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(lo$284, hi$291));
var this$283 = $m_Lorg_junit_Assert$();
- var actual$211 = new $c_sjsr_RuntimeLong().init___I__I(34, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$283.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), actual$211);
+ var b$269 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$285 = b$269.lo$2;
+ var hi$293 = (lo$285 << 44);
+ this$283.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$293));
var this$284 = $m_Lorg_junit_Assert$();
- var actual$212 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$284.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), actual$212);
+ var b$270 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4096));
+ var lo$286 = b$270.lo$2;
+ var hi$294 = b$270.hi$2;
+ var b$271 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var blo$176 = b$271.lo$2;
+ var lo$287 = $imul(lo$286, blo$176);
+ var hi$295 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$286, hi$294, blo$176, b$271.hi$2);
+ this$284.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-4096)), new $c_sjsr_RuntimeLong().init___I__I(lo$287, hi$295));
var this$285 = $m_Lorg_junit_Assert$();
- this$285.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(0, 570425344));
+ this$285.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)));
var this$286 = $m_Lorg_junit_Assert$();
- var actual$213 = new $c_sjsr_RuntimeLong().init___I__I(34, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$286.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), actual$213);
+ var b$272 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51));
+ var lo$288 = b$272.lo$2;
+ var hi$297 = (lo$288 << 42);
+ this$286.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$297));
var this$287 = $m_Lorg_junit_Assert$();
- var actual$214 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0)).$$less$less__I__sjsr_RuntimeLong(56);
- this$287.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), actual$214);
+ var b$273 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024));
+ var blo$177 = b$273.lo$2;
+ var lo$289 = $imul((-811092310), blo$177);
+ var hi$298 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-811092310), 51, blo$177, b$273.hi$2);
+ this$287.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(lo$289, hi$298));
var this$288 = $m_Lorg_junit_Assert$();
- var actual$215 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0)));
- this$288.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), actual$215);
+ var b$274 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51));
+ var lo$290 = b$274.lo$2;
+ var hi$299 = b$274.hi$2;
+ var b$275 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024));
+ var blo$178 = b$275.lo$2;
+ var lo$291 = $imul(lo$290, blo$178);
+ var hi$300 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$290, hi$299, blo$178, b$275.hi$2);
+ this$288.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(lo$291, hi$300));
var this$289 = $m_Lorg_junit_Assert$();
- this$289.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)));
+ this$289.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)));
var this$290 = $m_Lorg_junit_Assert$();
- var actual$216 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945))).$$less$less__I__sjsr_RuntimeLong(12);
- this$290.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), actual$216);
+ var b$276 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024));
+ var blo$179 = b$276.lo$2;
+ var lo$292 = $imul((-811092310), blo$179);
+ var hi$301 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-811092310), 51, blo$179, b$276.hi$2);
+ this$290.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(lo$292, hi$301));
var this$291 = $m_Lorg_junit_Assert$();
- var actual$217 = new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0)));
- this$291.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), actual$217);
+ var b$277 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51));
+ var lo$293 = b$277.lo$2;
+ var hi$303 = (lo$293 << 42);
+ this$291.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$303));
var this$292 = $m_Lorg_junit_Assert$();
- var actual$218 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0)));
- this$292.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), actual$218);
+ var b$278 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1024));
+ var lo$294 = b$278.lo$2;
+ var hi$304 = b$278.hi$2;
+ var b$279 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-811092310), 51));
+ var blo$180 = b$279.lo$2;
+ var lo$295 = $imul(lo$294, blo$180);
+ var hi$305 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$294, hi$304, blo$180, b$279.hi$2);
+ this$292.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1629837312)), new $c_sjsr_RuntimeLong().init___I__I(lo$295, hi$305));
var this$293 = $m_Lorg_junit_Assert$();
- this$293.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)));
+ this$293.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(0, 570425344));
var this$294 = $m_Lorg_junit_Assert$();
- var actual$219 = new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0)));
- this$294.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), actual$219);
+ var b$280 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0));
+ var lo$296 = b$280.lo$2;
+ var hi$307 = (lo$296 << 56);
+ this$294.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(0, hi$307));
var this$295 = $m_Lorg_junit_Assert$();
- var actual$220 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945))).$$less$less__I__sjsr_RuntimeLong(12);
- this$295.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), actual$220);
+ var b$281 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$181 = b$281.lo$2;
+ var lo$297 = $imul(34, blo$181);
+ var hi$308 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(34, 0, blo$181, b$281.hi$2);
+ this$295.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(lo$297, hi$308));
var this$296 = $m_Lorg_junit_Assert$();
- var actual$221 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945))));
- this$296.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), actual$221);
+ var b$282 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0));
+ var lo$298 = b$282.lo$2;
+ var hi$309 = b$282.hi$2;
+ var b$283 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$182 = b$283.lo$2;
+ var lo$299 = $imul(lo$298, blo$182);
+ var hi$310 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$298, hi$309, blo$182, b$283.hi$2);
+ this$296.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(lo$299, hi$310));
var this$297 = $m_Lorg_junit_Assert$();
- this$297.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)));
+ this$297.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(0, 570425344));
var this$298 = $m_Lorg_junit_Assert$();
- var actual$222 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556))).$$less$less__I__sjsr_RuntimeLong(48);
- this$298.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), actual$222);
+ var b$284 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$183 = b$284.lo$2;
+ var lo$300 = $imul(34, blo$183);
+ var hi$311 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(34, 0, blo$183, b$284.hi$2);
+ this$298.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(lo$300, hi$311));
var this$299 = $m_Lorg_junit_Assert$();
- var actual$223 = new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536)));
- this$299.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), actual$223);
+ var b$285 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0));
+ var lo$301 = b$285.lo$2;
+ var hi$313 = (lo$301 << 56);
+ this$299.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(0, hi$313));
var this$300 = $m_Lorg_junit_Assert$();
- var actual$224 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536)));
- this$300.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), actual$224);
+ var b$286 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var lo$302 = b$286.lo$2;
+ var hi$314 = b$286.hi$2;
+ var b$287 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(34, 0));
+ var blo$184 = b$287.lo$2;
+ var lo$303 = $imul(lo$302, blo$184);
+ var hi$315 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$302, hi$314, blo$184, b$287.hi$2);
+ this$300.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 570425344), new $c_sjsr_RuntimeLong().init___I__I(lo$303, hi$315));
var this$301 = $m_Lorg_junit_Assert$();
- this$301.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)));
+ this$301.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)));
var this$302 = $m_Lorg_junit_Assert$();
- var actual$225 = new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536)));
- this$302.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), actual$225);
+ var b$288 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945)));
+ var lo$304 = b$288.lo$2;
+ var hi$316 = b$288.hi$2;
+ var lo$305 = (lo$304 << 12);
+ var hi$317 = (((lo$304 >>> (-12)) | 0) | (hi$316 << 12));
+ this$302.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(lo$305, hi$317));
var this$303 = $m_Lorg_junit_Assert$();
- var actual$226 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556))).$$less$less__I__sjsr_RuntimeLong(48);
- this$303.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), actual$226);
+ var b$289 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var blo$185 = b$289.lo$2;
+ var lo$306 = $imul(316718761, blo$185);
+ var hi$318 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(316718761, (-945), blo$185, b$289.hi$2);
+ this$303.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(lo$306, hi$318));
var this$304 = $m_Lorg_junit_Assert$();
- var actual$227 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556))));
- this$304.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), actual$227);
+ var b$290 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945)));
+ var lo$307 = b$290.lo$2;
+ var hi$319 = b$290.hi$2;
+ var b$291 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var blo$186 = b$291.lo$2;
+ var lo$308 = $imul(lo$307, blo$186);
+ var hi$320 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$307, hi$319, blo$186, b$291.hi$2);
+ this$304.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(lo$308, hi$320));
var this$305 = $m_Lorg_junit_Assert$();
- this$305.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)));
+ this$305.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)));
var this$306 = $m_Lorg_junit_Assert$();
- var actual$228 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1))).$$less$less__I__sjsr_RuntimeLong(32);
- this$306.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), actual$228);
+ var b$292 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var blo$187 = b$292.lo$2;
+ var lo$309 = $imul(316718761, blo$187);
+ var hi$321 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(316718761, (-945), blo$187, b$292.hi$2);
+ this$306.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(lo$309, hi$321));
var this$307 = $m_Lorg_junit_Assert$();
- var actual$229 = new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$307.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), actual$229);
+ var b$293 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945)));
+ var lo$310 = b$293.lo$2;
+ var hi$322 = b$293.hi$2;
+ var lo$311 = (lo$310 << 12);
+ var hi$323 = (((lo$310 >>> (-12)) | 0) | (hi$322 << 12));
+ this$307.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(lo$311, hi$323));
var this$308 = $m_Lorg_junit_Assert$();
- var actual$230 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$308.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), actual$230);
+ var b$294 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var lo$312 = b$294.lo$2;
+ var hi$324 = b$294.hi$2;
+ var b$295 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(316718761, (-945)));
+ var blo$188 = b$295.lo$2;
+ var lo$313 = $imul(lo$312, blo$188);
+ var hi$325 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$312, hi$324, blo$188, b$295.hi$2);
+ this$308.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(199921664, (-3870418)), new $c_sjsr_RuntimeLong().init___I__I(lo$313, hi$325));
var this$309 = $m_Lorg_junit_Assert$();
- this$309.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)));
+ this$309.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)));
var this$310 = $m_Lorg_junit_Assert$();
- var actual$231 = new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$310.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), actual$231);
+ var b$296 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556)));
+ var lo$314 = b$296.lo$2;
+ var hi$327 = (lo$314 << 48);
+ this$310.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$327));
var this$311 = $m_Lorg_junit_Assert$();
- var actual$232 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1))).$$less$less__I__sjsr_RuntimeLong(32);
- this$311.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), actual$232);
+ var b$297 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536));
+ var blo$189 = b$297.lo$2;
+ var lo$315 = $imul(576360676, blo$189);
+ var hi$328 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(576360676, (-515562556), blo$189, b$297.hi$2);
+ this$311.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(lo$315, hi$328));
var this$312 = $m_Lorg_junit_Assert$();
- var actual$233 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1))));
- this$312.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), actual$233);
+ var b$298 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556)));
+ var lo$316 = b$298.lo$2;
+ var hi$329 = b$298.hi$2;
+ var b$299 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536));
+ var blo$190 = b$299.lo$2;
+ var lo$317 = $imul(lo$316, blo$190);
+ var hi$330 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$316, hi$329, blo$190, b$299.hi$2);
+ this$312.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(lo$317, hi$330));
var this$313 = $m_Lorg_junit_Assert$();
- this$313.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)));
+ this$313.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)));
var this$314 = $m_Lorg_junit_Assert$();
- var actual$234 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12))).$$less$less__I__sjsr_RuntimeLong(6);
- this$314.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), actual$234);
+ var b$300 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536));
+ var blo$191 = b$300.lo$2;
+ var lo$318 = $imul(576360676, blo$191);
+ var hi$331 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(576360676, (-515562556), blo$191, b$300.hi$2);
+ this$314.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(lo$318, hi$331));
var this$315 = $m_Lorg_junit_Assert$();
- var actual$235 = new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0)));
- this$315.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), actual$235);
+ var b$301 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556)));
+ var lo$319 = b$301.lo$2;
+ var hi$333 = (lo$319 << 48);
+ this$315.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$333));
var this$316 = $m_Lorg_junit_Assert$();
- var actual$236 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0)));
- this$316.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), actual$236);
+ var b$302 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 65536));
+ var lo$320 = b$302.lo$2;
+ var hi$334 = b$302.hi$2;
+ var b$303 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(576360676, (-515562556)));
+ var blo$192 = b$303.lo$2;
+ var lo$321 = $imul(lo$320, blo$192);
+ var hi$335 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$320, hi$334, blo$192, b$303.hi$2);
+ this$316.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1864105984)), new $c_sjsr_RuntimeLong().init___I__I(lo$321, hi$335));
var this$317 = $m_Lorg_junit_Assert$();
- this$317.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)));
+ this$317.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)));
var this$318 = $m_Lorg_junit_Assert$();
- var actual$237 = new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0)));
- this$318.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), actual$237);
+ var b$304 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1)));
+ var lo$322 = b$304.lo$2;
+ this$318.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(0, lo$322));
var this$319 = $m_Lorg_junit_Assert$();
- var actual$238 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12))).$$less$less__I__sjsr_RuntimeLong(6);
- this$319.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), actual$238);
+ var b$305 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$193 = b$305.lo$2;
+ var lo$323 = $imul((-14335), blo$193);
+ var hi$337 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-14335), (-1), blo$193, b$305.hi$2);
+ this$319.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(lo$323, hi$337));
var this$320 = $m_Lorg_junit_Assert$();
- var actual$239 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12))));
- this$320.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), actual$239);
+ var b$306 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1)));
+ var lo$324 = b$306.lo$2;
+ var hi$338 = b$306.hi$2;
+ var b$307 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$194 = b$307.lo$2;
+ var lo$325 = $imul(lo$324, blo$194);
+ var hi$339 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$324, hi$338, blo$194, b$307.hi$2);
+ this$320.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(lo$325, hi$339));
var this$321 = $m_Lorg_junit_Assert$();
- this$321.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)));
+ this$321.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)));
var this$322 = $m_Lorg_junit_Assert$();
- var actual$240 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1))).$$less$less__I__sjsr_RuntimeLong(7);
- this$322.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), actual$240);
+ var b$308 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$195 = b$308.lo$2;
+ var lo$326 = $imul((-14335), blo$195);
+ var hi$340 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-14335), (-1), blo$195, b$308.hi$2);
+ this$322.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(lo$326, hi$340));
var this$323 = $m_Lorg_junit_Assert$();
- var actual$241 = new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)));
- this$323.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), actual$241);
+ var b$309 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1)));
+ var lo$327 = b$309.lo$2;
+ this$323.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(0, lo$327));
var this$324 = $m_Lorg_junit_Assert$();
- var actual$242 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)));
- this$324.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), actual$242);
+ var b$310 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var lo$328 = b$310.lo$2;
+ var hi$342 = b$310.hi$2;
+ var b$311 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-14335), (-1)));
+ var blo$196 = b$311.lo$2;
+ var lo$329 = $imul(lo$328, blo$196);
+ var hi$343 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$328, hi$342, blo$196, b$311.hi$2);
+ this$324.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-14335)), new $c_sjsr_RuntimeLong().init___I__I(lo$329, hi$343));
var this$325 = $m_Lorg_junit_Assert$();
- this$325.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)));
+ this$325.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)));
var this$326 = $m_Lorg_junit_Assert$();
- var actual$243 = new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)));
- this$326.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), actual$243);
+ var b$312 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12)));
+ var lo$330 = b$312.lo$2;
+ var hi$344 = b$312.hi$2;
+ var lo$331 = (lo$330 << 6);
+ var hi$345 = (((lo$330 >>> (-6)) | 0) | (hi$344 << 6));
+ this$326.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I(lo$331, hi$345));
var this$327 = $m_Lorg_junit_Assert$();
- var actual$244 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1))).$$less$less__I__sjsr_RuntimeLong(7);
- this$327.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), actual$244);
+ var b$313 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0));
+ var blo$197 = b$313.lo$2;
+ var lo$332 = $imul((-1211376834), blo$197);
+ var hi$346 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1211376834), (-12), blo$197, b$313.hi$2);
+ this$327.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I(lo$332, hi$346));
var this$328 = $m_Lorg_junit_Assert$();
- var actual$245 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1))));
- this$328.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), actual$245);
+ var b$314 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12)));
+ var lo$333 = b$314.lo$2;
+ var hi$347 = b$314.hi$2;
+ var b$315 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0));
+ var blo$198 = b$315.lo$2;
+ var lo$334 = $imul(lo$333, blo$198);
+ var hi$348 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$333, hi$347, blo$198, b$315.hi$2);
+ this$328.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I(lo$334, hi$348));
var this$329 = $m_Lorg_junit_Assert$();
- this$329.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)));
+ this$329.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)));
var this$330 = $m_Lorg_junit_Assert$();
- var actual$246 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1))).$$less$less__I__sjsr_RuntimeLong(10);
- this$330.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), actual$246);
+ var b$316 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0));
+ var blo$199 = b$316.lo$2;
+ var lo$335 = $imul((-1211376834), blo$199);
+ var hi$349 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1211376834), (-12), blo$199, b$316.hi$2);
+ this$330.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I(lo$335, hi$349));
var this$331 = $m_Lorg_junit_Assert$();
- var actual$247 = new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0)));
- this$331.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), actual$247);
+ var b$317 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12)));
+ var lo$336 = b$317.lo$2;
+ var hi$350 = b$317.hi$2;
+ var lo$337 = (lo$336 << 6);
+ var hi$351 = (((lo$336 >>> (-6)) | 0) | (hi$350 << 6));
+ this$331.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I(lo$337, hi$351));
var this$332 = $m_Lorg_junit_Assert$();
- var actual$248 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0)));
- this$332.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), actual$248);
+ var b$318 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(64, 0));
+ var lo$338 = b$318.lo$2;
+ var hi$352 = b$318.hi$2;
+ var b$319 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1211376834), (-12)));
+ var blo$200 = b$319.lo$2;
+ var lo$339 = $imul(lo$338, blo$200);
+ var hi$353 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$338, hi$352, blo$200, b$319.hi$2);
+ this$332.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-218706048), (-723)), new $c_sjsr_RuntimeLong().init___I__I(lo$339, hi$353));
var this$333 = $m_Lorg_junit_Assert$();
- this$333.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)));
+ this$333.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)));
var this$334 = $m_Lorg_junit_Assert$();
- var actual$249 = new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0)));
- this$334.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), actual$249);
+ var b$320 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1)));
+ var lo$340 = b$320.lo$2;
+ var hi$354 = b$320.hi$2;
+ var lo$341 = (lo$340 << 7);
+ var hi$355 = (((lo$340 >>> (-7)) | 0) | (hi$354 << 7));
+ this$334.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(lo$341, hi$355));
var this$335 = $m_Lorg_junit_Assert$();
- var actual$250 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1))).$$less$less__I__sjsr_RuntimeLong(10);
- this$335.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), actual$250);
+ var b$321 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var blo$201 = b$321.lo$2;
+ var lo$342 = $imul((-158203838), blo$201);
+ var hi$356 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-158203838), (-1), blo$201, b$321.hi$2);
+ this$335.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(lo$342, hi$356));
var this$336 = $m_Lorg_junit_Assert$();
- var actual$251 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1))));
- this$336.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), actual$251);
+ var b$322 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1)));
+ var lo$343 = b$322.lo$2;
+ var hi$357 = b$322.hi$2;
+ var b$323 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var blo$202 = b$323.lo$2;
+ var lo$344 = $imul(lo$343, blo$202);
+ var hi$358 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$343, hi$357, blo$202, b$323.hi$2);
+ this$336.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(lo$344, hi$358));
var this$337 = $m_Lorg_junit_Assert$();
- this$337.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)));
+ this$337.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)));
var this$338 = $m_Lorg_junit_Assert$();
- var actual$252 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1))).$$less$less__I__sjsr_RuntimeLong(23);
- this$338.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), actual$252);
+ var b$324 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var blo$203 = b$324.lo$2;
+ var lo$345 = $imul((-158203838), blo$203);
+ var hi$359 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-158203838), (-1), blo$203, b$324.hi$2);
+ this$338.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(lo$345, hi$359));
var this$339 = $m_Lorg_junit_Assert$();
- var actual$253 = new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$339.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), actual$253);
+ var b$325 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1)));
+ var lo$346 = b$325.lo$2;
+ var hi$360 = b$325.hi$2;
+ var lo$347 = (lo$346 << 7);
+ var hi$361 = (((lo$346 >>> (-7)) | 0) | (hi$360 << 7));
+ this$339.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(lo$347, hi$361));
var this$340 = $m_Lorg_junit_Assert$();
- var actual$254 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$340.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), actual$254);
+ var b$326 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var lo$348 = b$326.lo$2;
+ var hi$362 = b$326.hi$2;
+ var b$327 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-158203838), (-1)));
+ var blo$204 = b$327.lo$2;
+ var lo$349 = $imul(lo$348, blo$204);
+ var hi$363 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$348, hi$362, blo$204, b$327.hi$2);
+ this$340.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1224745216, (-5)), new $c_sjsr_RuntimeLong().init___I__I(lo$349, hi$363));
var this$341 = $m_Lorg_junit_Assert$();
- this$341.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)));
+ this$341.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)));
var this$342 = $m_Lorg_junit_Assert$();
- var actual$255 = new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$342.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), actual$255);
+ var b$328 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1)));
+ var lo$350 = b$328.lo$2;
+ var hi$364 = b$328.hi$2;
+ var lo$351 = (lo$350 << 10);
+ var hi$365 = (((lo$350 >>> (-10)) | 0) | (hi$364 << 10));
+ this$342.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$351, hi$365));
var this$343 = $m_Lorg_junit_Assert$();
- var actual$256 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1))).$$less$less__I__sjsr_RuntimeLong(23);
- this$343.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), actual$256);
+ var b$329 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0));
+ var blo$205 = b$329.lo$2;
+ var lo$352 = $imul((-115995), blo$205);
+ var hi$366 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-115995), (-1), blo$205, b$329.hi$2);
+ this$343.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$352, hi$366));
var this$344 = $m_Lorg_junit_Assert$();
- var actual$257 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1))));
- this$344.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), actual$257);
+ var b$330 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1)));
+ var lo$353 = b$330.lo$2;
+ var hi$367 = b$330.hi$2;
+ var b$331 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0));
+ var blo$206 = b$331.lo$2;
+ var lo$354 = $imul(lo$353, blo$206);
+ var hi$368 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$353, hi$367, blo$206, b$331.hi$2);
+ this$344.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$354, hi$368));
var this$345 = $m_Lorg_junit_Assert$();
- this$345.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(0, 584777728));
+ this$345.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)));
var this$346 = $m_Lorg_junit_Assert$();
- var actual$258 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43)).$$less$less__I__sjsr_RuntimeLong(45);
- this$346.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), actual$258);
+ var b$332 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0));
+ var blo$207 = b$332.lo$2;
+ var lo$355 = $imul((-115995), blo$207);
+ var hi$369 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-115995), (-1), blo$207, b$332.hi$2);
+ this$346.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$355, hi$369));
var this$347 = $m_Lorg_junit_Assert$();
- var actual$259 = new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192)));
- this$347.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), actual$259);
+ var b$333 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1)));
+ var lo$356 = b$333.lo$2;
+ var hi$370 = b$333.hi$2;
+ var lo$357 = (lo$356 << 10);
+ var hi$371 = (((lo$356 >>> (-10)) | 0) | (hi$370 << 10));
+ this$347.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$357, hi$371));
var this$348 = $m_Lorg_junit_Assert$();
- var actual$260 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192)));
- this$348.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), actual$260);
+ var b$334 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1024, 0));
+ var lo$358 = b$334.lo$2;
+ var hi$372 = b$334.hi$2;
+ var b$335 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-115995), (-1)));
+ var blo$208 = b$335.lo$2;
+ var lo$359 = $imul(lo$358, blo$208);
+ var hi$373 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$358, hi$372, blo$208, b$335.hi$2);
+ this$348.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-118778880), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$359, hi$373));
var this$349 = $m_Lorg_junit_Assert$();
- this$349.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(0, 584777728));
+ this$349.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)));
var this$350 = $m_Lorg_junit_Assert$();
- var actual$261 = new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192)));
- this$350.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), actual$261);
+ var b$336 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1)));
+ var lo$360 = b$336.lo$2;
+ var hi$374 = b$336.hi$2;
+ var lo$361 = (lo$360 << 23);
+ var hi$375 = (((lo$360 >>> (-23)) | 0) | (hi$374 << 23));
+ this$350.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I(lo$361, hi$375));
var this$351 = $m_Lorg_junit_Assert$();
- var actual$262 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43)).$$less$less__I__sjsr_RuntimeLong(45);
- this$351.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), actual$262);
+ var b$337 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$209 = b$337.lo$2;
+ var lo$362 = $imul((-483041), blo$209);
+ var hi$376 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-483041), (-1), blo$209, b$337.hi$2);
+ this$351.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I(lo$362, hi$376));
var this$352 = $m_Lorg_junit_Assert$();
- var actual$263 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43)));
- this$352.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), actual$263);
+ var b$338 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1)));
+ var lo$363 = b$338.lo$2;
+ var hi$377 = b$338.hi$2;
+ var b$339 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$210 = b$339.lo$2;
+ var lo$364 = $imul(lo$363, blo$210);
+ var hi$378 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$363, hi$377, blo$210, b$339.hi$2);
+ this$352.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I(lo$364, hi$378));
var this$353 = $m_Lorg_junit_Assert$();
- this$353.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329));
+ this$353.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)));
var this$354 = $m_Lorg_junit_Assert$();
- var actual$264 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666)).$$less$less__I__sjsr_RuntimeLong(5);
- this$354.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), actual$264);
+ var b$340 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$211 = b$340.lo$2;
+ var lo$365 = $imul((-483041), blo$211);
+ var hi$379 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-483041), (-1), blo$211, b$340.hi$2);
+ this$354.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I(lo$365, hi$379));
var this$355 = $m_Lorg_junit_Assert$();
- var actual$265 = new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)));
- this$355.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), actual$265);
+ var b$341 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1)));
+ var lo$366 = b$341.lo$2;
+ var hi$380 = b$341.hi$2;
+ var lo$367 = (lo$366 << 23);
+ var hi$381 = (((lo$366 >>> (-23)) | 0) | (hi$380 << 23));
+ this$355.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I(lo$367, hi$381));
var this$356 = $m_Lorg_junit_Assert$();
- var actual$266 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)));
- this$356.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), actual$266);
+ var b$342 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var lo$368 = b$342.lo$2;
+ var hi$382 = b$342.hi$2;
+ var b$343 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-483041), (-1)));
+ var blo$212 = b$343.lo$2;
+ var lo$369 = $imul(lo$368, blo$212);
+ var hi$383 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$368, hi$382, blo$212, b$343.hi$2);
+ this$356.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1887436800), (-944)), new $c_sjsr_RuntimeLong().init___I__I(lo$369, hi$383));
var this$357 = $m_Lorg_junit_Assert$();
- this$357.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329));
+ this$357.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(0, 584777728));
var this$358 = $m_Lorg_junit_Assert$();
- var actual$267 = new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)));
- this$358.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), actual$267);
+ var b$344 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43));
+ var lo$370 = b$344.lo$2;
+ var hi$385 = (lo$370 << 45);
+ this$358.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(0, hi$385));
var this$359 = $m_Lorg_junit_Assert$();
- var actual$268 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666)).$$less$less__I__sjsr_RuntimeLong(5);
- this$359.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), actual$268);
+ var b$345 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192));
+ var blo$213 = b$345.lo$2;
+ var lo$371 = $imul(1431377624, blo$213);
+ var hi$386 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1431377624, 43, blo$213, b$345.hi$2);
+ this$359.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(lo$371, hi$386));
var this$360 = $m_Lorg_junit_Assert$();
- var actual$269 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666)));
- this$360.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), actual$269);
+ var b$346 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43));
+ var lo$372 = b$346.lo$2;
+ var hi$387 = b$346.hi$2;
+ var b$347 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192));
+ var blo$214 = b$347.lo$2;
+ var lo$373 = $imul(lo$372, blo$214);
+ var hi$388 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$372, hi$387, blo$214, b$347.hi$2);
+ this$360.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(lo$373, hi$388));
var this$361 = $m_Lorg_junit_Assert$();
- this$361.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)));
+ this$361.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(0, 584777728));
var this$362 = $m_Lorg_junit_Assert$();
- var actual$270 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191))).$$less$less__I__sjsr_RuntimeLong(14);
- this$362.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), actual$270);
+ var b$348 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192));
+ var blo$215 = b$348.lo$2;
+ var lo$374 = $imul(1431377624, blo$215);
+ var hi$389 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1431377624, 43, blo$215, b$348.hi$2);
+ this$362.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(lo$374, hi$389));
var this$363 = $m_Lorg_junit_Assert$();
- var actual$271 = new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0)));
- this$363.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), actual$271);
+ var b$349 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43));
+ var lo$375 = b$349.lo$2;
+ var hi$391 = (lo$375 << 45);
+ this$363.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(0, hi$391));
var this$364 = $m_Lorg_junit_Assert$();
- var actual$272 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0)));
- this$364.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), actual$272);
+ var b$350 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 8192));
+ var lo$376 = b$350.lo$2;
+ var hi$392 = b$350.hi$2;
+ var b$351 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1431377624, 43));
+ var blo$216 = b$351.lo$2;
+ var lo$377 = $imul(lo$376, blo$216);
+ var hi$393 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$376, hi$392, blo$216, b$351.hi$2);
+ this$364.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 584777728), new $c_sjsr_RuntimeLong().init___I__I(lo$377, hi$393));
var this$365 = $m_Lorg_junit_Assert$();
- this$365.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)));
+ this$365.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329));
var this$366 = $m_Lorg_junit_Assert$();
- var actual$273 = new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0)));
- this$366.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), actual$273);
+ var b$352 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666));
+ var lo$378 = b$352.lo$2;
+ var hi$394 = b$352.hi$2;
+ var lo$379 = (lo$378 << 5);
+ var hi$395 = (((lo$378 >>> (-5)) | 0) | (hi$394 << 5));
+ this$366.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(lo$379, hi$395));
var this$367 = $m_Lorg_junit_Assert$();
- var actual$274 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191))).$$less$less__I__sjsr_RuntimeLong(14);
- this$367.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), actual$274);
+ var b$353 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var blo$217 = b$353.lo$2;
+ var lo$380 = $imul((-1970244610), blo$217);
+ var hi$396 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1970244610), 1877666, blo$217, b$353.hi$2);
+ this$367.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(lo$380, hi$396));
var this$368 = $m_Lorg_junit_Assert$();
- var actual$275 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191))));
- this$368.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), actual$275);
+ var b$354 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666));
+ var lo$381 = b$354.lo$2;
+ var hi$397 = b$354.hi$2;
+ var b$355 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var blo$218 = b$355.lo$2;
+ var lo$382 = $imul(lo$381, blo$218);
+ var hi$398 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$381, hi$397, blo$218, b$355.hi$2);
+ this$368.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(lo$382, hi$398));
var this$369 = $m_Lorg_junit_Assert$();
- this$369.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)));
+ this$369.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329));
var this$370 = $m_Lorg_junit_Assert$();
- var actual$276 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1))).$$less$less__I__sjsr_RuntimeLong(29);
- this$370.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), actual$276);
+ var b$356 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var blo$219 = b$356.lo$2;
+ var lo$383 = $imul((-1970244610), blo$219);
+ var hi$399 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1970244610), 1877666, blo$219, b$356.hi$2);
+ this$370.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(lo$383, hi$399));
var this$371 = $m_Lorg_junit_Assert$();
- var actual$277 = new $c_sjsr_RuntimeLong().init___I__I((-106), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$371.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), actual$277);
+ var b$357 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666));
+ var lo$384 = b$357.lo$2;
+ var hi$400 = b$357.hi$2;
+ var lo$385 = (lo$384 << 5);
+ var hi$401 = (((lo$384 >>> (-5)) | 0) | (hi$400 << 5));
+ this$371.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(lo$385, hi$401));
var this$372 = $m_Lorg_junit_Assert$();
- var actual$278 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$372.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), actual$278);
+ var b$358 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var lo$386 = b$358.lo$2;
+ var hi$402 = b$358.hi$2;
+ var b$359 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1970244610), 1877666));
+ var blo$220 = b$359.lo$2;
+ var lo$387 = $imul(lo$386, blo$220);
+ var hi$403 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$386, hi$402, blo$220, b$359.hi$2);
+ this$372.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1376681920, 60085329), new $c_sjsr_RuntimeLong().init___I__I(lo$387, hi$403));
var this$373 = $m_Lorg_junit_Assert$();
- this$373.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)));
+ this$373.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)));
var this$374 = $m_Lorg_junit_Assert$();
- var actual$279 = new $c_sjsr_RuntimeLong().init___I__I((-106), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$374.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), actual$279);
+ var b$360 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191)));
+ var lo$388 = b$360.lo$2;
+ var hi$404 = b$360.hi$2;
+ var lo$389 = (lo$388 << 14);
+ var hi$405 = (((lo$388 >>> (-14)) | 0) | (hi$404 << 14));
+ this$374.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I(lo$389, hi$405));
var this$375 = $m_Lorg_junit_Assert$();
- var actual$280 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1))).$$less$less__I__sjsr_RuntimeLong(29);
- this$375.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), actual$280);
+ var b$361 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0));
+ var blo$221 = b$361.lo$2;
+ var lo$390 = $imul((-583317785), blo$221);
+ var hi$406 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-583317785), (-191), blo$221, b$361.hi$2);
+ this$375.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I(lo$390, hi$406));
var this$376 = $m_Lorg_junit_Assert$();
- var actual$281 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1))));
- this$376.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), actual$281);
+ var b$362 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191)));
+ var lo$391 = b$362.lo$2;
+ var hi$407 = b$362.hi$2;
+ var b$363 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0));
+ var blo$222 = b$363.lo$2;
+ var lo$392 = $imul(lo$391, blo$222);
+ var hi$408 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$391, hi$407, blo$222, b$363.hi$2);
+ this$376.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I(lo$392, hi$408));
var this$377 = $m_Lorg_junit_Assert$();
- this$377.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ this$377.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)));
var this$378 = $m_Lorg_junit_Assert$();
- var actual$282 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$less$less__I__sjsr_RuntimeLong(12);
- this$378.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$282);
+ var b$364 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0));
+ var blo$223 = b$364.lo$2;
+ var lo$393 = $imul((-583317785), blo$223);
+ var hi$409 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-583317785), (-191), blo$223, b$364.hi$2);
+ this$378.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I(lo$393, hi$409));
var this$379 = $m_Lorg_junit_Assert$();
- this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
- var actual$283 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$379.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$283);
+ var b$365 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191)));
+ var lo$394 = b$365.lo$2;
+ var hi$410 = b$365.hi$2;
+ var lo$395 = (lo$394 << 14);
+ var hi$411 = (((lo$394 >>> (-14)) | 0) | (hi$410 << 14));
+ this$379.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I(lo$395, hi$411));
var this$380 = $m_Lorg_junit_Assert$();
- var actual$284 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0)));
- this$380.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$284);
+ var b$366 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16384, 0));
+ var lo$396 = b$366.lo$2;
+ var hi$412 = b$366.hi$2;
+ var b$367 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-583317785), (-191)));
+ var blo$224 = b$367.lo$2;
+ var lo$397 = $imul(lo$396, blo$224);
+ var hi$413 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$396, hi$412, blo$224, b$367.hi$2);
+ this$380.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-776355840), (-3115186)), new $c_sjsr_RuntimeLong().init___I__I(lo$397, hi$413));
var this$381 = $m_Lorg_junit_Assert$();
- this$381.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ this$381.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)));
var this$382 = $m_Lorg_junit_Assert$();
- this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
- var actual$285 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$382.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$285);
+ var b$368 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1)));
+ var lo$398 = b$368.lo$2;
+ var hi$414 = b$368.hi$2;
+ var lo$399 = (lo$398 << 29);
+ var hi$415 = (((lo$398 >>> (-29)) | 0) | (hi$414 << 29));
+ this$382.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I(lo$399, hi$415));
var this$383 = $m_Lorg_junit_Assert$();
- var actual$286 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$less$less__I__sjsr_RuntimeLong(12);
- this$383.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$286);
+ var b$369 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$225 = b$369.lo$2;
+ var lo$400 = $imul((-106), blo$225);
+ var hi$416 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-106), (-1), blo$225, b$369.hi$2);
+ this$383.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I(lo$400, hi$416));
var this$384 = $m_Lorg_junit_Assert$();
- var actual$287 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()));
- this$384.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$287);
+ var b$370 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1)));
+ var lo$401 = b$370.lo$2;
+ var hi$417 = b$370.hi$2;
+ var b$371 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$226 = b$371.lo$2;
+ var lo$402 = $imul(lo$401, blo$226);
+ var hi$418 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$401, hi$417, blo$226, b$371.hi$2);
+ this$384.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I(lo$402, hi$418));
var this$385 = $m_Lorg_junit_Assert$();
- this$385.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)));
+ this$385.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)));
var this$386 = $m_Lorg_junit_Assert$();
- var actual$288 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1))).$$less$less__I__sjsr_RuntimeLong(23);
- this$386.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), actual$288);
+ var b$372 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$227 = b$372.lo$2;
+ var lo$403 = $imul((-106), blo$227);
+ var hi$419 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-106), (-1), blo$227, b$372.hi$2);
+ this$386.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I(lo$403, hi$419));
var this$387 = $m_Lorg_junit_Assert$();
- var actual$289 = new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$387.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), actual$289);
+ var b$373 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1)));
+ var lo$404 = b$373.lo$2;
+ var hi$420 = b$373.hi$2;
+ var lo$405 = (lo$404 << 29);
+ var hi$421 = (((lo$404 >>> (-29)) | 0) | (hi$420 << 29));
+ this$387.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I(lo$405, hi$421));
var this$388 = $m_Lorg_junit_Assert$();
- var actual$290 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$388.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), actual$290);
+ var b$374 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var lo$406 = b$374.lo$2;
+ var hi$422 = b$374.hi$2;
+ var b$375 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-106), (-1)));
+ var blo$228 = b$375.lo$2;
+ var lo$407 = $imul(lo$406, blo$228);
+ var hi$423 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$406, hi$422, blo$228, b$375.hi$2);
+ this$388.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1073741824), (-14)), new $c_sjsr_RuntimeLong().init___I__I(lo$407, hi$423));
var this$389 = $m_Lorg_junit_Assert$();
- this$389.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)));
+ this$389.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$390 = $m_Lorg_junit_Assert$();
- var actual$291 = new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)));
- this$390.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), actual$291);
+ var b$376 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$408 = b$376.lo$2;
+ var hi$424 = b$376.hi$2;
+ var lo$409 = (lo$408 << 12);
+ var hi$425 = (((lo$408 >>> (-12)) | 0) | (hi$424 << 12));
+ this$390.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$409, hi$425));
var this$391 = $m_Lorg_junit_Assert$();
- var actual$292 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1))).$$less$less__I__sjsr_RuntimeLong(23);
- this$391.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), actual$292);
+ this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var b$377 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$410 = b$377.lo$2;
+ var hi$426 = b$377.hi$2;
+ this$391.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$410, hi$426));
var this$392 = $m_Lorg_junit_Assert$();
- var actual$293 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1))));
- this$392.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), actual$293);
+ var b$378 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$411 = b$378.lo$2;
+ var hi$427 = b$378.hi$2;
+ var b$379 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var blo$229 = b$379.lo$2;
+ var lo$412 = $imul(lo$411, blo$229);
+ var hi$428 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$411, hi$427, blo$229, b$379.hi$2);
+ this$392.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$412, hi$428));
var this$393 = $m_Lorg_junit_Assert$();
- this$393.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)));
+ this$393.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$394 = $m_Lorg_junit_Assert$();
- var actual$294 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0)).$$less$less__I__sjsr_RuntimeLong(43);
- this$394.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), actual$294);
+ this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var b$380 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$413 = b$380.lo$2;
+ var hi$429 = b$380.hi$2;
+ this$394.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$413, hi$429));
var this$395 = $m_Lorg_junit_Assert$();
- var actual$295 = new $c_sjsr_RuntimeLong().init___I__I(41500264, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048)));
- this$395.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), actual$295);
+ var b$381 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$414 = b$381.lo$2;
+ var hi$430 = b$381.hi$2;
+ var lo$415 = (lo$414 << 12);
+ var hi$431 = (((lo$414 >>> (-12)) | 0) | (hi$430 << 12));
+ this$395.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$415, hi$431));
var this$396 = $m_Lorg_junit_Assert$();
- var actual$296 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048)));
- this$396.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), actual$296);
+ var b$382 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0));
+ var lo$416 = b$382.lo$2;
+ var hi$432 = b$382.hi$2;
+ var b$383 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var blo$230 = b$383.lo$2;
+ var lo$417 = $imul(lo$416, blo$230);
+ var hi$433 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$416, hi$432, blo$230, b$383.hi$2);
+ this$396.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$417, hi$433));
var this$397 = $m_Lorg_junit_Assert$();
- this$397.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)));
+ this$397.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)));
var this$398 = $m_Lorg_junit_Assert$();
- var actual$297 = new $c_sjsr_RuntimeLong().init___I__I(41500264, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048)));
- this$398.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), actual$297);
+ var b$384 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1)));
+ var lo$418 = b$384.lo$2;
+ var hi$434 = b$384.hi$2;
+ var lo$419 = (lo$418 << 23);
+ var hi$435 = (((lo$418 >>> (-23)) | 0) | (hi$434 << 23));
+ this$398.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I(lo$419, hi$435));
var this$399 = $m_Lorg_junit_Assert$();
- var actual$298 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0)).$$less$less__I__sjsr_RuntimeLong(43);
- this$399.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), actual$298);
+ var b$385 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$231 = b$385.lo$2;
+ var lo$420 = $imul((-61230193), blo$231);
+ var hi$436 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-61230193), (-1), blo$231, b$385.hi$2);
+ this$399.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I(lo$420, hi$436));
var this$400 = $m_Lorg_junit_Assert$();
- var actual$299 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0)));
- this$400.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), actual$299);
+ var b$386 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1)));
+ var lo$421 = b$386.lo$2;
+ var hi$437 = b$386.hi$2;
+ var b$387 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$232 = b$387.lo$2;
+ var lo$422 = $imul(lo$421, blo$232);
+ var hi$438 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$421, hi$437, blo$232, b$387.hi$2);
+ this$400.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I(lo$422, hi$438));
var this$401 = $m_Lorg_junit_Assert$();
- this$401.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(1055744, 0));
+ this$401.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)));
var this$402 = $m_Lorg_junit_Assert$();
- var actual$300 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0)).$$less$less__I__sjsr_RuntimeLong(5);
- this$402.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), actual$300);
+ var b$388 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var blo$233 = b$388.lo$2;
+ var lo$423 = $imul((-61230193), blo$233);
+ var hi$439 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-61230193), (-1), blo$233, b$388.hi$2);
+ this$402.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I(lo$423, hi$439));
var this$403 = $m_Lorg_junit_Assert$();
- var actual$301 = new $c_sjsr_RuntimeLong().init___I__I(32992, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)));
- this$403.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), actual$301);
+ var b$389 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1)));
+ var lo$424 = b$389.lo$2;
+ var hi$440 = b$389.hi$2;
+ var lo$425 = (lo$424 << 23);
+ var hi$441 = (((lo$424 >>> (-23)) | 0) | (hi$440 << 23));
+ this$403.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I(lo$425, hi$441));
var this$404 = $m_Lorg_junit_Assert$();
- var actual$302 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)));
- this$404.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), actual$302);
+ var b$390 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8388608, 0));
+ var lo$426 = b$390.lo$2;
+ var hi$442 = b$390.hi$2;
+ var b$391 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-61230193), (-1)));
+ var blo$234 = b$391.lo$2;
+ var lo$427 = $imul(lo$426, blo$234);
+ var hi$443 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$426, hi$442, blo$234, b$391.hi$2);
+ this$404.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-947912704), (-119591)), new $c_sjsr_RuntimeLong().init___I__I(lo$427, hi$443));
var this$405 = $m_Lorg_junit_Assert$();
- this$405.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(1055744, 0));
+ this$405.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)));
var this$406 = $m_Lorg_junit_Assert$();
- var actual$303 = new $c_sjsr_RuntimeLong().init___I__I(32992, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)));
- this$406.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), actual$303);
+ var b$392 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0));
+ var lo$428 = b$392.lo$2;
+ var hi$445 = (lo$428 << 43);
+ this$406.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$445));
var this$407 = $m_Lorg_junit_Assert$();
- var actual$304 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0)).$$less$less__I__sjsr_RuntimeLong(5);
- this$407.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), actual$304);
+ var b$393 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048));
+ var blo$235 = b$393.lo$2;
+ var lo$429 = $imul(41500264, blo$235);
+ var hi$446 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(41500264, 0, blo$235, b$393.hi$2);
+ this$407.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(lo$429, hi$446));
var this$408 = $m_Lorg_junit_Assert$();
- var actual$305 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0)));
- this$408.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), actual$305);
+ var b$394 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0));
+ var lo$430 = b$394.lo$2;
+ var hi$447 = b$394.hi$2;
+ var b$395 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048));
+ var blo$236 = b$395.lo$2;
+ var lo$431 = $imul(lo$430, blo$236);
+ var hi$448 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$430, hi$447, blo$236, b$395.hi$2);
+ this$408.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(lo$431, hi$448));
var this$409 = $m_Lorg_junit_Assert$();
- this$409.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(0, 130142));
+ this$409.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)));
var this$410 = $m_Lorg_junit_Assert$();
- var actual$306 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0)).$$less$less__I__sjsr_RuntimeLong(33);
- this$410.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), actual$306);
+ var b$396 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048));
+ var blo$237 = b$396.lo$2;
+ var lo$432 = $imul(41500264, blo$237);
+ var hi$449 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(41500264, 0, blo$237, b$396.hi$2);
+ this$410.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(lo$432, hi$449));
var this$411 = $m_Lorg_junit_Assert$();
- var actual$307 = new $c_sjsr_RuntimeLong().init___I__I(65071, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2)));
- this$411.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), actual$307);
+ var b$397 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0));
+ var lo$433 = b$397.lo$2;
+ var hi$451 = (lo$433 << 43);
+ this$411.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$451));
var this$412 = $m_Lorg_junit_Assert$();
- var actual$308 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2)));
- this$412.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), actual$308);
+ var b$398 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2048));
+ var lo$434 = b$398.lo$2;
+ var hi$452 = b$398.hi$2;
+ var b$399 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(41500264, 0));
+ var blo$238 = b$399.lo$2;
+ var lo$435 = $imul(lo$434, blo$238);
+ var hi$453 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$434, hi$452, blo$238, b$399.hi$2);
+ this$412.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-906805248)), new $c_sjsr_RuntimeLong().init___I__I(lo$435, hi$453));
var this$413 = $m_Lorg_junit_Assert$();
- this$413.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(0, 130142));
+ this$413.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(1055744, 0));
var this$414 = $m_Lorg_junit_Assert$();
- var actual$309 = new $c_sjsr_RuntimeLong().init___I__I(65071, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2)));
- this$414.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), actual$309);
+ var b$400 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0));
+ var lo$436 = b$400.lo$2;
+ var hi$454 = b$400.hi$2;
+ var lo$437 = (lo$436 << 5);
+ var hi$455 = (((lo$436 >>> (-5)) | 0) | (hi$454 << 5));
+ this$414.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$437, hi$455));
var this$415 = $m_Lorg_junit_Assert$();
- var actual$310 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0)).$$less$less__I__sjsr_RuntimeLong(33);
- this$415.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), actual$310);
+ var b$401 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var blo$239 = b$401.lo$2;
+ var lo$438 = $imul(32992, blo$239);
+ var hi$456 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(32992, 0, blo$239, b$401.hi$2);
+ this$415.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$438, hi$456));
var this$416 = $m_Lorg_junit_Assert$();
- var actual$311 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0)));
- this$416.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), actual$311);
+ var b$402 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0));
+ var lo$439 = b$402.lo$2;
+ var hi$457 = b$402.hi$2;
+ var b$403 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var blo$240 = b$403.lo$2;
+ var lo$440 = $imul(lo$439, blo$240);
+ var hi$458 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$439, hi$457, blo$240, b$403.hi$2);
+ this$416.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$440, hi$458));
var this$417 = $m_Lorg_junit_Assert$();
- this$417.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)));
+ this$417.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(1055744, 0));
var this$418 = $m_Lorg_junit_Assert$();
- var actual$312 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0)).$$less$less__I__sjsr_RuntimeLong(37);
- this$418.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), actual$312);
+ var b$404 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var blo$241 = b$404.lo$2;
+ var lo$441 = $imul(32992, blo$241);
+ var hi$459 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(32992, 0, blo$241, b$404.hi$2);
+ this$418.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$441, hi$459));
var this$419 = $m_Lorg_junit_Assert$();
- var actual$313 = new $c_sjsr_RuntimeLong().init___I__I(76048351, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32)));
- this$419.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), actual$313);
+ var b$405 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0));
+ var lo$442 = b$405.lo$2;
+ var hi$460 = b$405.hi$2;
+ var lo$443 = (lo$442 << 5);
+ var hi$461 = (((lo$442 >>> (-5)) | 0) | (hi$460 << 5));
+ this$419.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$443, hi$461));
var this$420 = $m_Lorg_junit_Assert$();
- var actual$314 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32)));
- this$420.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), actual$314);
+ var b$406 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32, 0));
+ var lo$444 = b$406.lo$2;
+ var hi$462 = b$406.hi$2;
+ var b$407 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(32992, 0));
+ var blo$242 = b$407.lo$2;
+ var lo$445 = $imul(lo$444, blo$242);
+ var hi$463 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$444, hi$462, blo$242, b$407.hi$2);
+ this$420.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1055744, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$445, hi$463));
var this$421 = $m_Lorg_junit_Assert$();
- this$421.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)));
+ this$421.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(0, 130142));
var this$422 = $m_Lorg_junit_Assert$();
- var actual$315 = new $c_sjsr_RuntimeLong().init___I__I(76048351, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32)));
- this$422.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), actual$315);
+ var b$408 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0));
+ var lo$446 = b$408.lo$2;
+ var hi$465 = (lo$446 << 33);
+ this$422.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(0, hi$465));
var this$423 = $m_Lorg_junit_Assert$();
- var actual$316 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0)).$$less$less__I__sjsr_RuntimeLong(37);
- this$423.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), actual$316);
+ var b$409 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2));
+ var blo$243 = b$409.lo$2;
+ var lo$447 = $imul(65071, blo$243);
+ var hi$466 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(65071, 0, blo$243, b$409.hi$2);
+ this$423.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(lo$447, hi$466));
var this$424 = $m_Lorg_junit_Assert$();
- var actual$317 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0)));
- this$424.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), actual$317);
+ var b$410 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0));
+ var lo$448 = b$410.lo$2;
+ var hi$467 = b$410.hi$2;
+ var b$411 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2));
+ var blo$244 = b$411.lo$2;
+ var lo$449 = $imul(lo$448, blo$244);
+ var hi$468 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$448, hi$467, blo$244, b$411.hi$2);
+ this$424.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(lo$449, hi$468));
var this$425 = $m_Lorg_junit_Assert$();
- this$425.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
+ this$425.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(0, 130142));
var this$426 = $m_Lorg_junit_Assert$();
- var actual$318 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1))).$$less$less__I__sjsr_RuntimeLong(1);
- this$426.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), actual$318);
+ var b$412 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2));
+ var blo$245 = b$412.lo$2;
+ var lo$450 = $imul(65071, blo$245);
+ var hi$469 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(65071, 0, blo$245, b$412.hi$2);
+ this$426.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(lo$450, hi$469));
var this$427 = $m_Lorg_junit_Assert$();
- var actual$319 = new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0)));
- this$427.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), actual$319);
+ var b$413 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0));
+ var lo$451 = b$413.lo$2;
+ var hi$471 = (lo$451 << 33);
+ this$427.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(0, hi$471));
var this$428 = $m_Lorg_junit_Assert$();
- var actual$320 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0)));
- this$428.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), actual$320);
+ var b$414 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 2));
+ var lo$452 = b$414.lo$2;
+ var hi$472 = b$414.hi$2;
+ var b$415 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65071, 0));
+ var blo$246 = b$415.lo$2;
+ var lo$453 = $imul(lo$452, blo$246);
+ var hi$473 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$452, hi$472, blo$246, b$415.hi$2);
+ this$428.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 130142), new $c_sjsr_RuntimeLong().init___I__I(lo$453, hi$473));
var this$429 = $m_Lorg_junit_Assert$();
- this$429.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
+ this$429.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)));
var this$430 = $m_Lorg_junit_Assert$();
- var actual$321 = new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0)));
- this$430.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), actual$321);
+ var b$416 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0));
+ var lo$454 = b$416.lo$2;
+ var hi$475 = (lo$454 << 37);
+ this$430.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$475));
var this$431 = $m_Lorg_junit_Assert$();
- var actual$322 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1))).$$less$less__I__sjsr_RuntimeLong(1);
- this$431.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), actual$322);
+ var b$417 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32));
+ var blo$247 = b$417.lo$2;
+ var lo$455 = $imul(76048351, blo$247);
+ var hi$476 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(76048351, 0, blo$247, b$417.hi$2);
+ this$431.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(lo$455, hi$476));
var this$432 = $m_Lorg_junit_Assert$();
- var actual$323 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1))));
- this$432.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), actual$323);
+ var b$418 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0));
+ var lo$456 = b$418.lo$2;
+ var hi$477 = b$418.hi$2;
+ var b$419 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32));
+ var blo$248 = b$419.lo$2;
+ var lo$457 = $imul(lo$456, blo$248);
+ var hi$478 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$456, hi$477, blo$248, b$419.hi$2);
+ this$432.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(lo$457, hi$478));
var this$433 = $m_Lorg_junit_Assert$();
- this$433.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)));
+ this$433.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)));
var this$434 = $m_Lorg_junit_Assert$();
- var actual$324 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2))).$$less$less__I__sjsr_RuntimeLong(9);
- this$434.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), actual$324);
+ var b$420 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32));
+ var blo$249 = b$420.lo$2;
+ var lo$458 = $imul(76048351, blo$249);
+ var hi$479 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(76048351, 0, blo$249, b$420.hi$2);
+ this$434.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(lo$458, hi$479));
var this$435 = $m_Lorg_junit_Assert$();
- var actual$325 = new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)));
- this$435.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), actual$325);
+ var b$421 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0));
+ var lo$459 = b$421.lo$2;
+ var hi$481 = (lo$459 << 37);
+ this$435.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$481));
var this$436 = $m_Lorg_junit_Assert$();
- var actual$326 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)));
- this$436.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), actual$326);
+ var b$422 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 32));
+ var lo$460 = b$422.lo$2;
+ var hi$482 = b$422.hi$2;
+ var b$423 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(76048351, 0));
+ var blo$250 = b$423.lo$2;
+ var lo$461 = $imul(lo$460, blo$250);
+ var hi$483 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$460, hi$482, blo$250, b$423.hi$2);
+ this$436.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1861420064)), new $c_sjsr_RuntimeLong().init___I__I(lo$461, hi$483));
var this$437 = $m_Lorg_junit_Assert$();
- this$437.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)));
+ this$437.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
var this$438 = $m_Lorg_junit_Assert$();
- var actual$327 = new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)));
- this$438.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), actual$327);
+ var b$424 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
+ var lo$462 = b$424.lo$2;
+ var hi$484 = b$424.hi$2;
+ var lo$463 = (lo$462 << 1);
+ var hi$485 = (((lo$462 >>> (-1)) | 0) | (hi$484 << 1));
+ this$438.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$463, hi$485));
var this$439 = $m_Lorg_junit_Assert$();
- var actual$328 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2))).$$less$less__I__sjsr_RuntimeLong(9);
- this$439.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), actual$328);
+ var b$425 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var blo$251 = b$425.lo$2;
+ var lo$464 = $imul((-2), blo$251);
+ var hi$486 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-2), (-1), blo$251, b$425.hi$2);
+ this$439.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$464, hi$486));
var this$440 = $m_Lorg_junit_Assert$();
- var actual$329 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2))));
- this$440.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), actual$329);
+ var b$426 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
+ var lo$465 = b$426.lo$2;
+ var hi$487 = b$426.hi$2;
+ var b$427 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var blo$252 = b$427.lo$2;
+ var lo$466 = $imul(lo$465, blo$252);
+ var hi$488 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$465, hi$487, blo$252, b$427.hi$2);
+ this$440.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$466, hi$488));
var this$441 = $m_Lorg_junit_Assert$();
- this$441.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(0, 680525824));
+ this$441.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)));
var this$442 = $m_Lorg_junit_Assert$();
- var actual$330 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1))).$$less$less__I__sjsr_RuntimeLong(51);
- this$442.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), actual$330);
+ var b$428 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var blo$253 = b$428.lo$2;
+ var lo$467 = $imul((-2), blo$253);
+ var hi$489 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-2), (-1), blo$253, b$428.hi$2);
+ this$442.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$467, hi$489));
var this$443 = $m_Lorg_junit_Assert$();
- var actual$331 = new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$443.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), actual$331);
+ var b$429 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
+ var lo$468 = b$429.lo$2;
+ var hi$490 = b$429.hi$2;
+ var lo$469 = (lo$468 << 1);
+ var hi$491 = (((lo$468 >>> (-1)) | 0) | (hi$490 << 1));
+ this$443.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$469, hi$491));
var this$444 = $m_Lorg_junit_Assert$();
- var actual$332 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$444.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), actual$332);
+ var b$430 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var lo$470 = b$430.lo$2;
+ var hi$492 = b$430.hi$2;
+ var b$431 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
+ var blo$254 = b$431.lo$2;
+ var lo$471 = $imul(lo$470, blo$254);
+ var hi$493 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$470, hi$492, blo$254, b$431.hi$2);
+ this$444.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-4), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$471, hi$493));
var this$445 = $m_Lorg_junit_Assert$();
- this$445.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(0, 680525824));
+ this$445.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)));
var this$446 = $m_Lorg_junit_Assert$();
- var actual$333 = new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$446.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), actual$333);
+ var b$432 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2)));
+ var lo$472 = b$432.lo$2;
+ var hi$494 = b$432.hi$2;
+ var lo$473 = (lo$472 << 9);
+ var hi$495 = (((lo$472 >>> (-9)) | 0) | (hi$494 << 9));
+ this$446.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(lo$473, hi$495));
var this$447 = $m_Lorg_junit_Assert$();
- var actual$334 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1))).$$less$less__I__sjsr_RuntimeLong(51);
- this$447.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), actual$334);
+ var b$433 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var blo$255 = b$433.lo$2;
+ var lo$474 = $imul(271256947, blo$255);
+ var hi$496 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(271256947, (-2), blo$255, b$433.hi$2);
+ this$447.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(lo$474, hi$496));
var this$448 = $m_Lorg_junit_Assert$();
- var actual$335 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1))));
- this$448.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), actual$335);
+ var b$434 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2)));
+ var lo$475 = b$434.lo$2;
+ var hi$497 = b$434.hi$2;
+ var b$435 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var blo$256 = b$435.lo$2;
+ var lo$476 = $imul(lo$475, blo$256);
+ var hi$498 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$475, hi$497, blo$256, b$435.hi$2);
+ this$448.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(lo$476, hi$498));
var this$449 = $m_Lorg_junit_Assert$();
- this$449.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ this$449.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)));
var this$450 = $m_Lorg_junit_Assert$();
- var actual$336 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$less$less__I__sjsr_RuntimeLong(13);
- this$450.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$336);
+ var b$436 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var blo$257 = b$436.lo$2;
+ var lo$477 = $imul(271256947, blo$257);
+ var hi$499 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(271256947, (-2), blo$257, b$436.hi$2);
+ this$450.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(lo$477, hi$499));
var this$451 = $m_Lorg_junit_Assert$();
- this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0));
- var actual$337 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$451.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$337);
+ var b$437 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2)));
+ var lo$478 = b$437.lo$2;
+ var hi$500 = b$437.hi$2;
+ var lo$479 = (lo$478 << 9);
+ var hi$501 = (((lo$478 >>> (-9)) | 0) | (hi$500 << 9));
+ this$451.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(lo$479, hi$501));
var this$452 = $m_Lorg_junit_Assert$();
- var actual$338 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0)));
- this$452.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$338);
+ var b$438 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var lo$480 = b$438.lo$2;
+ var hi$502 = b$438.hi$2;
+ var b$439 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(271256947, (-2)));
+ var blo$258 = b$439.lo$2;
+ var lo$481 = $imul(lo$480, blo$258);
+ var hi$503 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$480, hi$502, blo$258, b$439.hi$2);
+ this$452.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1444603392, (-992)), new $c_sjsr_RuntimeLong().init___I__I(lo$481, hi$503));
var this$453 = $m_Lorg_junit_Assert$();
- this$453.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ this$453.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(0, 680525824));
var this$454 = $m_Lorg_junit_Assert$();
- this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0));
- var actual$339 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$454.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$339);
+ var b$440 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1)));
+ var lo$482 = b$440.lo$2;
+ var hi$505 = (lo$482 << 51);
+ this$454.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(0, hi$505));
var this$455 = $m_Lorg_junit_Assert$();
- var actual$340 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$less$less__I__sjsr_RuntimeLong(13);
- this$455.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$340);
+ var b$441 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$259 = b$441.lo$2;
+ var lo$483 = $imul((-60717806), blo$259);
+ var hi$506 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-60717806), (-1), blo$259, b$441.hi$2);
+ this$455.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(lo$483, hi$506));
var this$456 = $m_Lorg_junit_Assert$();
- var actual$341 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()));
- this$456.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$341);
+ var b$442 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1)));
+ var lo$484 = b$442.lo$2;
+ var hi$507 = b$442.hi$2;
+ var b$443 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$260 = b$443.lo$2;
+ var lo$485 = $imul(lo$484, blo$260);
+ var hi$508 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$484, hi$507, blo$260, b$443.hi$2);
+ this$456.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(lo$485, hi$508));
var this$457 = $m_Lorg_junit_Assert$();
- this$457.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287));
+ this$457.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(0, 680525824));
var this$458 = $m_Lorg_junit_Assert$();
- var actual$342 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0)).$$less$less__I__sjsr_RuntimeLong(25);
- this$458.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), actual$342);
+ var b$444 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$261 = b$444.lo$2;
+ var lo$486 = $imul((-60717806), blo$261);
+ var hi$509 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-60717806), (-1), blo$261, b$444.hi$2);
+ this$458.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(lo$486, hi$509));
var this$459 = $m_Lorg_junit_Assert$();
- var actual$343 = new $c_sjsr_RuntimeLong().init___I__I(164844, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0)));
- this$459.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), actual$343);
+ var b$445 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1)));
+ var lo$487 = b$445.lo$2;
+ var hi$511 = (lo$487 << 51);
+ this$459.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(0, hi$511));
var this$460 = $m_Lorg_junit_Assert$();
- var actual$344 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0)));
- this$460.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), actual$344);
+ var b$446 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var lo$488 = b$446.lo$2;
+ var hi$512 = b$446.hi$2;
+ var b$447 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-60717806), (-1)));
+ var blo$262 = b$447.lo$2;
+ var lo$489 = $imul(lo$488, blo$262);
+ var hi$513 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$488, hi$512, blo$262, b$447.hi$2);
+ this$460.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 680525824), new $c_sjsr_RuntimeLong().init___I__I(lo$489, hi$513));
var this$461 = $m_Lorg_junit_Assert$();
- this$461.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287));
+ this$461.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$462 = $m_Lorg_junit_Assert$();
- var actual$345 = new $c_sjsr_RuntimeLong().init___I__I(164844, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0)));
- this$462.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), actual$345);
+ var b$448 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$490 = b$448.lo$2;
+ var hi$514 = b$448.hi$2;
+ var lo$491 = (lo$490 << 13);
+ var hi$515 = (((lo$490 >>> (-13)) | 0) | (hi$514 << 13));
+ this$462.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$491, hi$515));
var this$463 = $m_Lorg_junit_Assert$();
- var actual$346 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0)).$$less$less__I__sjsr_RuntimeLong(25);
- this$463.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), actual$346);
+ this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0));
+ var b$449 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$492 = b$449.lo$2;
+ var hi$516 = b$449.hi$2;
+ this$463.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$492, hi$516));
var this$464 = $m_Lorg_junit_Assert$();
- var actual$347 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0)));
- this$464.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), actual$347);
+ var b$450 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$493 = b$450.lo$2;
+ var hi$517 = b$450.hi$2;
+ var b$451 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0));
+ var blo$263 = b$451.lo$2;
+ var lo$494 = $imul(lo$493, blo$263);
+ var hi$518 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$493, hi$517, blo$263, b$451.hi$2);
+ this$464.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$494, hi$518));
var this$465 = $m_Lorg_junit_Assert$();
- this$465.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704));
+ this$465.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$466 = $m_Lorg_junit_Assert$();
- var actual$348 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1))).$$less$less__I__sjsr_RuntimeLong(56);
- this$466.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), actual$348);
+ this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0));
+ var b$452 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$495 = b$452.lo$2;
+ var hi$519 = b$452.hi$2;
+ this$466.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$495, hi$519));
var this$467 = $m_Lorg_junit_Assert$();
- var actual$349 = new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$467.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), actual$349);
+ var b$453 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$496 = b$453.lo$2;
+ var hi$520 = b$453.hi$2;
+ var lo$497 = (lo$496 << 13);
+ var hi$521 = (((lo$496 >>> (-13)) | 0) | (hi$520 << 13));
+ this$467.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$497, hi$521));
var this$468 = $m_Lorg_junit_Assert$();
- var actual$350 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$468.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), actual$350);
+ var b$454 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(8192, 0));
+ var lo$498 = b$454.lo$2;
+ var hi$522 = b$454.hi$2;
+ var b$455 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var blo$264 = b$455.lo$2;
+ var lo$499 = $imul(lo$498, blo$264);
+ var hi$523 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$498, hi$522, blo$264, b$455.hi$2);
+ this$468.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$499, hi$523));
var this$469 = $m_Lorg_junit_Assert$();
- this$469.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704));
+ this$469.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287));
var this$470 = $m_Lorg_junit_Assert$();
- var actual$351 = new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$470.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), actual$351);
+ var b$456 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0));
+ var lo$500 = b$456.lo$2;
+ var hi$524 = b$456.hi$2;
+ var lo$501 = (lo$500 << 25);
+ var hi$525 = (((lo$500 >>> (-25)) | 0) | (hi$524 << 25));
+ this$470.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I(lo$501, hi$525));
var this$471 = $m_Lorg_junit_Assert$();
- var actual$352 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1))).$$less$less__I__sjsr_RuntimeLong(56);
- this$471.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), actual$352);
+ var b$457 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0));
+ var blo$265 = b$457.lo$2;
+ var lo$502 = $imul(164844, blo$265);
+ var hi$526 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(164844, 0, blo$265, b$457.hi$2);
+ this$471.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I(lo$502, hi$526));
var this$472 = $m_Lorg_junit_Assert$();
- var actual$353 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1))));
- this$472.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), actual$353);
+ var b$458 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0));
+ var lo$503 = b$458.lo$2;
+ var hi$527 = b$458.hi$2;
+ var b$459 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0));
+ var blo$266 = b$459.lo$2;
+ var lo$504 = $imul(lo$503, blo$266);
+ var hi$528 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$503, hi$527, blo$266, b$459.hi$2);
+ this$472.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I(lo$504, hi$528));
var this$473 = $m_Lorg_junit_Assert$();
- this$473.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)));
+ this$473.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287));
var this$474 = $m_Lorg_junit_Assert$();
- var actual$354 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25))).$$less$less__I__sjsr_RuntimeLong(51);
- this$474.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), actual$354);
+ var b$460 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0));
+ var blo$267 = b$460.lo$2;
+ var lo$505 = $imul(164844, blo$267);
+ var hi$529 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(164844, 0, blo$267, b$460.hi$2);
+ this$474.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I(lo$505, hi$529));
var this$475 = $m_Lorg_junit_Assert$();
- var actual$355 = new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$475.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), actual$355);
+ var b$461 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0));
+ var lo$506 = b$461.lo$2;
+ var hi$530 = b$461.hi$2;
+ var lo$507 = (lo$506 << 25);
+ var hi$531 = (((lo$506 >>> (-25)) | 0) | (hi$530 << 25));
+ this$475.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I(lo$507, hi$531));
var this$476 = $m_Lorg_junit_Assert$();
- var actual$356 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$476.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), actual$356);
+ var b$462 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(33554432, 0));
+ var lo$508 = b$462.lo$2;
+ var hi$532 = b$462.hi$2;
+ var b$463 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(164844, 0));
+ var blo$268 = b$463.lo$2;
+ var lo$509 = $imul(lo$508, blo$268);
+ var hi$533 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$508, hi$532, blo$268, b$463.hi$2);
+ this$476.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-671088640), 1287), new $c_sjsr_RuntimeLong().init___I__I(lo$509, hi$533));
var this$477 = $m_Lorg_junit_Assert$();
- this$477.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)));
+ this$477.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704));
var this$478 = $m_Lorg_junit_Assert$();
- var actual$357 = new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$478.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), actual$357);
+ var b$464 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1)));
+ var lo$510 = b$464.lo$2;
+ var hi$535 = (lo$510 << 56);
+ this$478.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(0, hi$535));
var this$479 = $m_Lorg_junit_Assert$();
- var actual$358 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25))).$$less$less__I__sjsr_RuntimeLong(51);
- this$479.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), actual$358);
+ var b$465 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$269 = b$465.lo$2;
+ var lo$511 = $imul((-678234761), blo$269);
+ var hi$536 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-678234761), (-1), blo$269, b$465.hi$2);
+ this$479.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(lo$511, hi$536));
var this$480 = $m_Lorg_junit_Assert$();
- var actual$359 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25))));
- this$480.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), actual$359);
+ var b$466 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1)));
+ var lo$512 = b$466.lo$2;
+ var hi$537 = b$466.hi$2;
+ var b$467 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$270 = b$467.lo$2;
+ var lo$513 = $imul(lo$512, blo$270);
+ var hi$538 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$512, hi$537, blo$270, b$467.hi$2);
+ this$480.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(lo$513, hi$538));
var this$481 = $m_Lorg_junit_Assert$();
- this$481.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ this$481.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704));
var this$482 = $m_Lorg_junit_Assert$();
- var actual$360 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911)).$$less$less__I__sjsr_RuntimeLong(63);
- this$482.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$360);
+ var b$468 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$271 = b$468.lo$2;
+ var lo$514 = $imul((-678234761), blo$271);
+ var hi$539 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-678234761), (-1), blo$271, b$468.hi$2);
+ this$482.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(lo$514, hi$539));
var this$483 = $m_Lorg_junit_Assert$();
- var actual$361 = new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))));
- this$483.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$361);
+ var b$469 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1)));
+ var lo$515 = b$469.lo$2;
+ var hi$541 = (lo$515 << 56);
+ this$483.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(0, hi$541));
var this$484 = $m_Lorg_junit_Assert$();
- var actual$362 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))));
- this$484.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$362);
+ var b$470 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var lo$516 = b$470.lo$2;
+ var hi$542 = b$470.hi$2;
+ var b$471 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-678234761), (-1)));
+ var blo$272 = b$471.lo$2;
+ var lo$517 = $imul(lo$516, blo$272);
+ var hi$543 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$516, hi$542, blo$272, b$471.hi$2);
+ this$484.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1996488704), new $c_sjsr_RuntimeLong().init___I__I(lo$517, hi$543));
var this$485 = $m_Lorg_junit_Assert$();
- this$485.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ this$485.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)));
var this$486 = $m_Lorg_junit_Assert$();
- var actual$363 = new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))));
- this$486.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$363);
+ var b$472 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25)));
+ var lo$518 = b$472.lo$2;
+ var hi$545 = (lo$518 << 51);
+ this$486.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$545));
var this$487 = $m_Lorg_junit_Assert$();
- var actual$364 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911)).$$less$less__I__sjsr_RuntimeLong(63);
- this$487.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$364);
+ var b$473 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$273 = b$473.lo$2;
+ var lo$519 = $imul((-578634984), blo$273);
+ var hi$546 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-578634984), (-25), blo$273, b$473.hi$2);
+ this$487.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(lo$519, hi$546));
var this$488 = $m_Lorg_junit_Assert$();
- var actual$365 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911)));
- this$488.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$365);
+ var b$474 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25)));
+ var lo$520 = b$474.lo$2;
+ var hi$547 = b$474.hi$2;
+ var b$475 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$274 = b$475.lo$2;
+ var lo$521 = $imul(lo$520, blo$274);
+ var hi$548 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$520, hi$547, blo$274, b$475.hi$2);
+ this$488.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(lo$521, hi$548));
var this$489 = $m_Lorg_junit_Assert$();
- this$489.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ this$489.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)));
var this$490 = $m_Lorg_junit_Assert$();
- var actual$366 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$less$less__I__sjsr_RuntimeLong(34);
- this$490.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$366);
+ var b$476 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$275 = b$476.lo$2;
+ var lo$522 = $imul((-578634984), blo$275);
+ var hi$549 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-578634984), (-25), blo$275, b$476.hi$2);
+ this$490.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(lo$522, hi$549));
var this$491 = $m_Lorg_junit_Assert$();
- this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4));
- var actual$367 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$491.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$367);
+ var b$477 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25)));
+ var lo$523 = b$477.lo$2;
+ var hi$551 = (lo$523 << 51);
+ this$491.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$551));
var this$492 = $m_Lorg_junit_Assert$();
- var actual$368 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4)));
- this$492.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$368);
+ var b$478 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var lo$524 = b$478.lo$2;
+ var hi$552 = b$478.hi$2;
+ var b$479 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-578634984), (-25)));
+ var blo$276 = b$479.lo$2;
+ var lo$525 = $imul(lo$524, blo$276);
+ var hi$553 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$524, hi$552, blo$276, b$479.hi$2);
+ this$492.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-658505728)), new $c_sjsr_RuntimeLong().init___I__I(lo$525, hi$553));
var this$493 = $m_Lorg_junit_Assert$();
- this$493.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ this$493.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
var this$494 = $m_Lorg_junit_Assert$();
- this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4));
- var actual$369 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
- this$494.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$369);
+ var b$480 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911));
+ var lo$526 = b$480.lo$2;
+ var hi$555 = (lo$526 << 63);
+ this$494.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$555));
var this$495 = $m_Lorg_junit_Assert$();
- var actual$370 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).$$less$less__I__sjsr_RuntimeLong(34);
- this$495.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$370);
+ var b$481 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var blo$277 = b$481.lo$2;
+ var lo$527 = $imul(1574921797, blo$277);
+ var hi$556 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1574921797, 32304911, blo$277, b$481.hi$2);
+ this$495.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$527, hi$556));
var this$496 = $m_Lorg_junit_Assert$();
- var actual$371 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()));
- this$496.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$371);
+ var b$482 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911));
+ var lo$528 = b$482.lo$2;
+ var hi$557 = b$482.hi$2;
+ var b$483 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var blo$278 = b$483.lo$2;
+ var lo$529 = $imul(lo$528, blo$278);
+ var hi$558 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$528, hi$557, blo$278, b$483.hi$2);
+ this$496.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$529, hi$558));
var this$497 = $m_Lorg_junit_Assert$();
- this$497.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524));
+ this$497.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
var this$498 = $m_Lorg_junit_Assert$();
- var actual$372 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184))).$$less$less__I__sjsr_RuntimeLong(31);
- this$498.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), actual$372);
+ var b$484 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var blo$279 = b$484.lo$2;
+ var lo$530 = $imul(1574921797, blo$279);
+ var hi$559 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1574921797, 32304911, blo$279, b$484.hi$2);
+ this$498.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$530, hi$559));
var this$499 = $m_Lorg_junit_Assert$();
- var actual$373 = new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0)));
- this$499.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), actual$373);
+ var b$485 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911));
+ var lo$531 = b$485.lo$2;
+ var hi$561 = (lo$531 << 63);
+ this$499.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$561));
var this$500 = $m_Lorg_junit_Assert$();
- var actual$374 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0)));
- this$500.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), actual$374);
+ var b$486 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$532 = b$486.lo$2;
+ var hi$562 = b$486.hi$2;
+ var b$487 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1574921797, 32304911));
+ var blo$280 = b$487.lo$2;
+ var lo$533 = $imul(lo$532, blo$280);
+ var hi$563 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$532, hi$562, blo$280, b$487.hi$2);
+ this$500.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$533, hi$563));
var this$501 = $m_Lorg_junit_Assert$();
- this$501.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524));
+ this$501.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$502 = $m_Lorg_junit_Assert$();
- var actual$375 = new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0)));
- this$502.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), actual$375);
+ var b$488 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$534 = b$488.lo$2;
+ var hi$565 = (lo$534 << 34);
+ this$502.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, hi$565));
var this$503 = $m_Lorg_junit_Assert$();
- var actual$376 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184))).$$less$less__I__sjsr_RuntimeLong(31);
- this$503.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), actual$376);
+ this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4));
+ var b$489 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$535 = b$489.lo$2;
+ var hi$566 = b$489.hi$2;
+ this$503.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$535, hi$566));
var this$504 = $m_Lorg_junit_Assert$();
- var actual$377 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184))));
- this$504.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), actual$377);
+ var b$490 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$536 = b$490.lo$2;
+ var hi$567 = b$490.hi$2;
+ var b$491 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4));
+ var blo$281 = b$491.lo$2;
+ var lo$537 = $imul(lo$536, blo$281);
+ var hi$568 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$536, hi$567, blo$281, b$491.hi$2);
+ this$504.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$537, hi$568));
var this$505 = $m_Lorg_junit_Assert$();
- this$505.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2));
+ this$505.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$506 = $m_Lorg_junit_Assert$();
- var actual$378 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0)).$$less$less__I__sjsr_RuntimeLong(30);
- this$506.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), actual$378);
+ this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4));
+ var b$492 = $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong();
+ var lo$538 = b$492.lo$2;
+ var hi$569 = b$492.hi$2;
+ this$506.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$538, hi$569));
var this$507 = $m_Lorg_junit_Assert$();
- var actual$379 = new $c_sjsr_RuntimeLong().init___I__I(9, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0)));
- this$507.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), actual$379);
+ var b$493 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$539 = b$493.lo$2;
+ var hi$571 = (lo$539 << 34);
+ this$507.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, hi$571));
var this$508 = $m_Lorg_junit_Assert$();
- var actual$380 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0)));
- this$508.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), actual$380);
+ var b$494 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 4));
+ var lo$540 = b$494.lo$2;
+ var hi$572 = b$494.hi$2;
+ var b$495 = this.hideFromOptimizer$1__p1__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var blo$282 = b$495.lo$2;
+ var lo$541 = $imul(lo$540, blo$282);
+ var hi$573 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$540, hi$572, blo$282, b$495.hi$2);
+ this$508.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$541, hi$573));
var this$509 = $m_Lorg_junit_Assert$();
- this$509.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2));
+ this$509.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524));
var this$510 = $m_Lorg_junit_Assert$();
- var actual$381 = new $c_sjsr_RuntimeLong().init___I__I(9, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0)));
- this$510.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), actual$381);
+ var b$496 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184)));
+ var lo$542 = b$496.lo$2;
+ var hi$574 = b$496.hi$2;
+ var lo$543 = (lo$542 << 31);
+ var hi$575 = (((lo$542 >>> (-31)) | 0) | (hi$574 << 31));
+ this$510.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I(lo$543, hi$575));
var this$511 = $m_Lorg_junit_Assert$();
- var actual$382 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0)).$$less$less__I__sjsr_RuntimeLong(30);
- this$511.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), actual$382);
+ var b$497 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0));
+ var blo$283 = b$497.lo$2;
+ var lo$544 = $imul((-1721672247), blo$283);
+ var hi$576 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1721672247), (-579525184), blo$283, b$497.hi$2);
+ this$511.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I(lo$544, hi$576));
var this$512 = $m_Lorg_junit_Assert$();
- var actual$383 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0)));
- this$512.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), actual$383);
+ var b$498 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184)));
+ var lo$545 = b$498.lo$2;
+ var hi$577 = b$498.hi$2;
+ var b$499 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0));
+ var blo$284 = b$499.lo$2;
+ var lo$546 = $imul(lo$545, blo$284);
+ var hi$578 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$545, hi$577, blo$284, b$499.hi$2);
+ this$512.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I(lo$546, hi$578));
var this$513 = $m_Lorg_junit_Assert$();
- this$513.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(0, 150994944));
+ this$513.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524));
var this$514 = $m_Lorg_junit_Assert$();
- var actual$384 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684)).$$less$less__I__sjsr_RuntimeLong(56);
- this$514.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), actual$384);
+ var b$500 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0));
+ var blo$285 = b$500.lo$2;
+ var lo$547 = $imul((-1721672247), blo$285);
+ var hi$579 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1721672247), (-579525184), blo$285, b$500.hi$2);
+ this$514.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I(lo$547, hi$579));
var this$515 = $m_Lorg_junit_Assert$();
- var actual$385 = new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$515.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), actual$385);
+ var b$501 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184)));
+ var lo$548 = b$501.lo$2;
+ var hi$580 = b$501.hi$2;
+ var lo$549 = (lo$548 << 31);
+ var hi$581 = (((lo$548 >>> (-31)) | 0) | (hi$580 << 31));
+ this$515.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I(lo$549, hi$581));
var this$516 = $m_Lorg_junit_Assert$();
- var actual$386 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$516.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), actual$386);
+ var b$502 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0));
+ var lo$550 = b$502.lo$2;
+ var hi$582 = b$502.hi$2;
+ var b$503 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1721672247), (-579525184)));
+ var blo$286 = b$503.lo$2;
+ var lo$551 = $imul(lo$550, blo$286);
+ var hi$583 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$550, hi$582, blo$286, b$503.hi$2);
+ this$516.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 1286647524), new $c_sjsr_RuntimeLong().init___I__I(lo$551, hi$583));
var this$517 = $m_Lorg_junit_Assert$();
- this$517.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(0, 150994944));
+ this$517.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2));
var this$518 = $m_Lorg_junit_Assert$();
- var actual$387 = new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)));
- this$518.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), actual$387);
+ var b$504 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0));
+ var lo$552 = b$504.lo$2;
+ var hi$584 = b$504.hi$2;
+ var lo$553 = (lo$552 << 30);
+ var hi$585 = (((lo$552 >>> (-30)) | 0) | (hi$584 << 30));
+ this$518.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(lo$553, hi$585));
var this$519 = $m_Lorg_junit_Assert$();
- var actual$388 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684)).$$less$less__I__sjsr_RuntimeLong(56);
- this$519.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), actual$388);
+ var b$505 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0));
+ var blo$287 = b$505.lo$2;
+ var lo$554 = $imul(9, blo$287);
+ var hi$586 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(9, 0, blo$287, b$505.hi$2);
+ this$519.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(lo$554, hi$586));
var this$520 = $m_Lorg_junit_Assert$();
- var actual$389 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684)));
- this$520.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), actual$389);
+ var b$506 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0));
+ var lo$555 = b$506.lo$2;
+ var hi$587 = b$506.hi$2;
+ var b$507 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0));
+ var blo$288 = b$507.lo$2;
+ var lo$556 = $imul(lo$555, blo$288);
+ var hi$588 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$555, hi$587, blo$288, b$507.hi$2);
+ this$520.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(lo$556, hi$588));
var this$521 = $m_Lorg_junit_Assert$();
- this$521.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)));
+ this$521.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2));
var this$522 = $m_Lorg_junit_Assert$();
- var actual$390 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902)).$$less$less__I__sjsr_RuntimeLong(16);
- this$522.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), actual$390);
+ var b$508 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0));
+ var blo$289 = b$508.lo$2;
+ var lo$557 = $imul(9, blo$289);
+ var hi$589 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(9, 0, blo$289, b$508.hi$2);
+ this$522.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(lo$557, hi$589));
var this$523 = $m_Lorg_junit_Assert$();
- var actual$391 = new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)));
- this$523.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), actual$391);
+ var b$509 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0));
+ var lo$558 = b$509.lo$2;
+ var hi$590 = b$509.hi$2;
+ var lo$559 = (lo$558 << 30);
+ var hi$591 = (((lo$558 >>> (-30)) | 0) | (hi$590 << 30));
+ this$523.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(lo$559, hi$591));
var this$524 = $m_Lorg_junit_Assert$();
- var actual$392 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)));
- this$524.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), actual$392);
+ var b$510 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1073741824, 0));
+ var lo$560 = b$510.lo$2;
+ var hi$592 = b$510.hi$2;
+ var b$511 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(9, 0));
+ var blo$290 = b$511.lo$2;
+ var lo$561 = $imul(lo$560, blo$290);
+ var hi$593 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$560, hi$592, blo$290, b$511.hi$2);
+ this$524.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1073741824, 2), new $c_sjsr_RuntimeLong().init___I__I(lo$561, hi$593));
var this$525 = $m_Lorg_junit_Assert$();
- this$525.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)));
+ this$525.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(0, 150994944));
var this$526 = $m_Lorg_junit_Assert$();
- var actual$393 = new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)));
- this$526.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), actual$393);
+ var b$512 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684));
+ var lo$562 = b$512.lo$2;
+ var hi$595 = (lo$562 << 56);
+ this$526.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(0, hi$595));
var this$527 = $m_Lorg_junit_Assert$();
- var actual$394 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902)).$$less$less__I__sjsr_RuntimeLong(16);
- this$527.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), actual$394);
+ var b$513 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$291 = b$513.lo$2;
+ var lo$563 = $imul(371949577, blo$291);
+ var hi$596 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(371949577, 88262684, blo$291, b$513.hi$2);
+ this$527.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(lo$563, hi$596));
var this$528 = $m_Lorg_junit_Assert$();
- var actual$395 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902)));
- this$528.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), actual$395);
+ var b$514 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684));
+ var lo$564 = b$514.lo$2;
+ var hi$597 = b$514.hi$2;
+ var b$515 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$292 = b$515.lo$2;
+ var lo$565 = $imul(lo$564, blo$292);
+ var hi$598 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$564, hi$597, blo$292, b$515.hi$2);
+ this$528.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(lo$565, hi$598));
var this$529 = $m_Lorg_junit_Assert$();
- this$529.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)));
+ this$529.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(0, 150994944));
var this$530 = $m_Lorg_junit_Assert$();
- var actual$396 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99))).$$less$less__I__sjsr_RuntimeLong(24);
- this$530.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), actual$396);
+ var b$516 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var blo$293 = b$516.lo$2;
+ var lo$566 = $imul(371949577, blo$293);
+ var hi$599 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(371949577, 88262684, blo$293, b$516.hi$2);
+ this$530.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(lo$566, hi$599));
var this$531 = $m_Lorg_junit_Assert$();
- var actual$397 = new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0)));
- this$531.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), actual$397);
+ var b$517 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684));
+ var lo$567 = b$517.lo$2;
+ var hi$601 = (lo$567 << 56);
+ this$531.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(0, hi$601));
var this$532 = $m_Lorg_junit_Assert$();
- var actual$398 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0)));
- this$532.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), actual$398);
+ var b$518 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 16777216));
+ var lo$568 = b$518.lo$2;
+ var hi$602 = b$518.hi$2;
+ var b$519 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(371949577, 88262684));
+ var blo$294 = b$519.lo$2;
+ var lo$569 = $imul(lo$568, blo$294);
+ var hi$603 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$568, hi$602, blo$294, b$519.hi$2);
+ this$532.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 150994944), new $c_sjsr_RuntimeLong().init___I__I(lo$569, hi$603));
var this$533 = $m_Lorg_junit_Assert$();
- this$533.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)));
+ this$533.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)));
var this$534 = $m_Lorg_junit_Assert$();
- var actual$399 = new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0)));
- this$534.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), actual$399);
+ var b$520 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902));
+ var lo$570 = b$520.lo$2;
+ var hi$604 = b$520.hi$2;
+ var lo$571 = (lo$570 << 16);
+ var hi$605 = (((lo$570 >>> (-16)) | 0) | (hi$604 << 16));
+ this$534.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(lo$571, hi$605));
var this$535 = $m_Lorg_junit_Assert$();
- var actual$400 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99))).$$less$less__I__sjsr_RuntimeLong(24);
- this$535.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), actual$400);
+ var b$521 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var blo$295 = b$521.lo$2;
+ var lo$572 = $imul((-871465849), blo$295);
+ var hi$606 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-871465849), 50902, blo$295, b$521.hi$2);
+ this$535.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(lo$572, hi$606));
var this$536 = $m_Lorg_junit_Assert$();
- var actual$401 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99))));
- this$536.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), actual$401);
+ var b$522 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902));
+ var lo$573 = b$522.lo$2;
+ var hi$607 = b$522.hi$2;
+ var b$523 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var blo$296 = b$523.lo$2;
+ var lo$574 = $imul(lo$573, blo$296);
+ var hi$608 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$573, hi$607, blo$296, b$523.hi$2);
+ this$536.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(lo$574, hi$608));
var this$537 = $m_Lorg_junit_Assert$();
- this$537.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864));
+ this$537.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)));
var this$538 = $m_Lorg_junit_Assert$();
- var actual$402 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0)).$$less$less__I__sjsr_RuntimeLong(28);
- this$538.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), actual$402);
+ var b$524 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var blo$297 = b$524.lo$2;
+ var lo$575 = $imul((-871465849), blo$297);
+ var hi$609 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-871465849), 50902, blo$297, b$524.hi$2);
+ this$538.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(lo$575, hi$609));
var this$539 = $m_Lorg_junit_Assert$();
- var actual$403 = new $c_sjsr_RuntimeLong().init___I__I(77839, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0)));
- this$539.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), actual$403);
+ var b$525 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902));
+ var lo$576 = b$525.lo$2;
+ var hi$610 = b$525.hi$2;
+ var lo$577 = (lo$576 << 16);
+ var hi$611 = (((lo$576 >>> (-16)) | 0) | (hi$610 << 16));
+ this$539.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(lo$577, hi$611));
var this$540 = $m_Lorg_junit_Assert$();
- var actual$404 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0)));
- this$540.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), actual$404);
+ var b$526 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
+ var lo$578 = b$526.lo$2;
+ var hi$612 = b$526.hi$2;
+ var b$527 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-871465849), 50902));
+ var blo$298 = b$527.lo$2;
+ var lo$579 = $imul(lo$578, blo$298);
+ var hi$613 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$578, hi$612, blo$298, b$527.hi$2);
+ this$540.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2089222144, (-959001586)), new $c_sjsr_RuntimeLong().init___I__I(lo$579, hi$613));
var this$541 = $m_Lorg_junit_Assert$();
- this$541.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864));
+ this$541.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)));
var this$542 = $m_Lorg_junit_Assert$();
- var actual$405 = new $c_sjsr_RuntimeLong().init___I__I(77839, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0)));
- this$542.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), actual$405);
+ var b$528 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99)));
+ var lo$580 = b$528.lo$2;
+ var hi$614 = b$528.hi$2;
+ var lo$581 = (lo$580 << 24);
+ var hi$615 = (((lo$580 >>> (-24)) | 0) | (hi$614 << 24));
+ this$542.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(lo$581, hi$615));
var this$543 = $m_Lorg_junit_Assert$();
- var actual$406 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0)).$$less$less__I__sjsr_RuntimeLong(28);
- this$543.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), actual$406);
+ var b$529 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0));
+ var blo$299 = b$529.lo$2;
+ var lo$582 = $imul((-1980937944), blo$299);
+ var hi$616 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1980937944), (-99), blo$299, b$529.hi$2);
+ this$543.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(lo$582, hi$616));
var this$544 = $m_Lorg_junit_Assert$();
- var actual$407 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0)));
- this$544.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), actual$407);
+ var b$530 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99)));
+ var lo$583 = b$530.lo$2;
+ var hi$617 = b$530.hi$2;
+ var b$531 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0));
+ var blo$300 = b$531.lo$2;
+ var lo$584 = $imul(lo$583, blo$300);
+ var hi$618 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$583, hi$617, blo$300, b$531.hi$2);
+ this$544.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(lo$584, hi$618));
var this$545 = $m_Lorg_junit_Assert$();
- this$545.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)));
+ this$545.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)));
var this$546 = $m_Lorg_junit_Assert$();
- var actual$408 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921))).$$less$less__I__sjsr_RuntimeLong(51);
- this$546.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), actual$408);
+ var b$532 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0));
+ var blo$301 = b$532.lo$2;
+ var lo$585 = $imul((-1980937944), blo$301);
+ var hi$619 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-1980937944), (-99), blo$301, b$532.hi$2);
+ this$546.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(lo$585, hi$619));
var this$547 = $m_Lorg_junit_Assert$();
- var actual$409 = new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$547.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), actual$409);
+ var b$533 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99)));
+ var lo$586 = b$533.lo$2;
+ var hi$620 = b$533.hi$2;
+ var lo$587 = (lo$586 << 24);
+ var hi$621 = (((lo$586 >>> (-24)) | 0) | (hi$620 << 24));
+ this$547.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(lo$587, hi$621));
var this$548 = $m_Lorg_junit_Assert$();
- var actual$410 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$548.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), actual$410);
+ var b$534 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(16777216, 0));
+ var lo$588 = b$534.lo$2;
+ var hi$622 = b$534.hi$2;
+ var b$535 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1980937944), (-99)));
+ var blo$302 = b$535.lo$2;
+ var lo$589 = $imul(lo$588, blo$302);
+ var hi$623 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$588, hi$622, blo$302, b$535.hi$2);
+ this$548.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(671088640, (-1651905207)), new $c_sjsr_RuntimeLong().init___I__I(lo$589, hi$623));
var this$549 = $m_Lorg_junit_Assert$();
- this$549.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)));
+ this$549.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864));
var this$550 = $m_Lorg_junit_Assert$();
- var actual$411 = new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)));
- this$550.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), actual$411);
+ var b$536 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0));
+ var lo$590 = b$536.lo$2;
+ var hi$624 = b$536.hi$2;
+ var lo$591 = (lo$590 << 28);
+ var hi$625 = (((lo$590 >>> (-28)) | 0) | (hi$624 << 28));
+ this$550.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I(lo$591, hi$625));
var this$551 = $m_Lorg_junit_Assert$();
- var actual$412 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921))).$$less$less__I__sjsr_RuntimeLong(51);
- this$551.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), actual$412);
+ var b$537 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0));
+ var blo$303 = b$537.lo$2;
+ var lo$592 = $imul(77839, blo$303);
+ var hi$626 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(77839, 0, blo$303, b$537.hi$2);
+ this$551.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I(lo$592, hi$626));
var this$552 = $m_Lorg_junit_Assert$();
- var actual$413 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921))));
- this$552.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), actual$413);
+ var b$538 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0));
+ var lo$593 = b$538.lo$2;
+ var hi$627 = b$538.hi$2;
+ var b$539 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0));
+ var blo$304 = b$539.lo$2;
+ var lo$594 = $imul(lo$593, blo$304);
+ var hi$628 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$593, hi$627, blo$304, b$539.hi$2);
+ this$552.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I(lo$594, hi$628));
var this$553 = $m_Lorg_junit_Assert$();
- this$553.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695));
+ this$553.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864));
var this$554 = $m_Lorg_junit_Assert$();
- var actual$414 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0)).$$less$less__I__sjsr_RuntimeLong(29);
- this$554.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), actual$414);
+ var b$540 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0));
+ var blo$305 = b$540.lo$2;
+ var lo$595 = $imul(77839, blo$305);
+ var hi$629 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(77839, 0, blo$305, b$540.hi$2);
+ this$554.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I(lo$595, hi$629));
var this$555 = $m_Lorg_junit_Assert$();
- var actual$415 = new $c_sjsr_RuntimeLong().init___I__I(141564, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$555.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), actual$415);
+ var b$541 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0));
+ var lo$596 = b$541.lo$2;
+ var hi$630 = b$541.hi$2;
+ var lo$597 = (lo$596 << 28);
+ var hi$631 = (((lo$596 >>> (-28)) | 0) | (hi$630 << 28));
+ this$555.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I(lo$597, hi$631));
var this$556 = $m_Lorg_junit_Assert$();
- var actual$416 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$556.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), actual$416);
+ var b$542 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(268435456, 0));
+ var lo$598 = b$542.lo$2;
+ var hi$632 = b$542.hi$2;
+ var b$543 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(77839, 0));
+ var blo$306 = b$543.lo$2;
+ var lo$599 = $imul(lo$598, blo$306);
+ var hi$633 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$598, hi$632, blo$306, b$543.hi$2);
+ this$556.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-268435456), 4864), new $c_sjsr_RuntimeLong().init___I__I(lo$599, hi$633));
var this$557 = $m_Lorg_junit_Assert$();
- this$557.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695));
+ this$557.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)));
var this$558 = $m_Lorg_junit_Assert$();
- var actual$417 = new $c_sjsr_RuntimeLong().init___I__I(141564, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$558.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), actual$417);
+ var b$544 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921)));
+ var lo$600 = b$544.lo$2;
+ var hi$635 = (lo$600 << 51);
+ this$558.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$635));
var this$559 = $m_Lorg_junit_Assert$();
- var actual$418 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0)).$$less$less__I__sjsr_RuntimeLong(29);
- this$559.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), actual$418);
+ var b$545 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$307 = b$545.lo$2;
+ var lo$601 = $imul(1860875838, blo$307);
+ var hi$636 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1860875838, (-921), blo$307, b$545.hi$2);
+ this$559.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(lo$601, hi$636));
var this$560 = $m_Lorg_junit_Assert$();
- var actual$419 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0)));
- this$560.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), actual$419);
+ var b$546 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921)));
+ var lo$602 = b$546.lo$2;
+ var hi$637 = b$546.hi$2;
+ var b$547 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$308 = b$547.lo$2;
+ var lo$603 = $imul(lo$602, blo$308);
+ var hi$638 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$602, hi$637, blo$308, b$547.hi$2);
+ this$560.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(lo$603, hi$638));
var this$561 = $m_Lorg_junit_Assert$();
- this$561.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500));
+ this$561.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)));
var this$562 = $m_Lorg_junit_Assert$();
- var actual$420 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0)).$$less$less__I__sjsr_RuntimeLong(29);
- this$562.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), actual$420);
+ var b$548 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var blo$309 = b$548.lo$2;
+ var lo$604 = $imul(1860875838, blo$309);
+ var hi$639 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(1860875838, (-921), blo$309, b$548.hi$2);
+ this$562.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(lo$604, hi$639));
var this$563 = $m_Lorg_junit_Assert$();
- var actual$421 = new $c_sjsr_RuntimeLong().init___I__I(11068003, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$563.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), actual$421);
+ var b$549 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921)));
+ var lo$605 = b$549.lo$2;
+ var hi$641 = (lo$605 << 51);
+ this$563.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(0, hi$641));
var this$564 = $m_Lorg_junit_Assert$();
- var actual$422 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$564.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), actual$422);
+ var b$550 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 524288));
+ var lo$606 = b$550.lo$2;
+ var hi$642 = b$550.hi$2;
+ var b$551 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(1860875838, (-921)));
+ var blo$310 = b$551.lo$2;
+ var lo$607 = $imul(lo$606, blo$310);
+ var hi$643 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$606, hi$642, blo$310, b$551.hi$2);
+ this$564.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1309671424)), new $c_sjsr_RuntimeLong().init___I__I(lo$607, hi$643));
var this$565 = $m_Lorg_junit_Assert$();
- this$565.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500));
+ this$565.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695));
var this$566 = $m_Lorg_junit_Assert$();
- var actual$423 = new $c_sjsr_RuntimeLong().init___I__I(11068003, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)));
- this$566.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), actual$423);
+ var b$552 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0));
+ var lo$608 = b$552.lo$2;
+ var hi$644 = b$552.hi$2;
+ var lo$609 = (lo$608 << 29);
+ var hi$645 = (((lo$608 >>> (-29)) | 0) | (hi$644 << 29));
+ this$566.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I(lo$609, hi$645));
var this$567 = $m_Lorg_junit_Assert$();
- var actual$424 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0)).$$less$less__I__sjsr_RuntimeLong(29);
- this$567.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), actual$424);
+ var b$553 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$311 = b$553.lo$2;
+ var lo$610 = $imul(141564, blo$311);
+ var hi$646 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(141564, 0, blo$311, b$553.hi$2);
+ this$567.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I(lo$610, hi$646));
var this$568 = $m_Lorg_junit_Assert$();
- var actual$425 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0)));
- this$568.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), actual$425);
+ var b$554 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0));
+ var lo$611 = b$554.lo$2;
+ var hi$647 = b$554.hi$2;
+ var b$555 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$312 = b$555.lo$2;
+ var lo$612 = $imul(lo$611, blo$312);
+ var hi$648 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$611, hi$647, blo$312, b$555.hi$2);
+ this$568.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I(lo$612, hi$648));
var this$569 = $m_Lorg_junit_Assert$();
- this$569.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)));
+ this$569.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695));
var this$570 = $m_Lorg_junit_Assert$();
- var actual$426 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1))).$$less$less__I__sjsr_RuntimeLong(9);
- this$570.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), actual$426);
+ var b$556 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$313 = b$556.lo$2;
+ var lo$613 = $imul(141564, blo$313);
+ var hi$649 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(141564, 0, blo$313, b$556.hi$2);
+ this$570.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I(lo$613, hi$649));
var this$571 = $m_Lorg_junit_Assert$();
- var actual$427 = new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)));
- this$571.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), actual$427);
+ var b$557 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0));
+ var lo$614 = b$557.lo$2;
+ var hi$650 = b$557.hi$2;
+ var lo$615 = (lo$614 << 29);
+ var hi$651 = (((lo$614 >>> (-29)) | 0) | (hi$650 << 29));
+ this$571.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I(lo$615, hi$651));
var this$572 = $m_Lorg_junit_Assert$();
- var actual$428 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)));
- this$572.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), actual$428);
+ var b$558 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var lo$616 = b$558.lo$2;
+ var hi$652 = b$558.hi$2;
+ var b$559 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(141564, 0));
+ var blo$314 = b$559.lo$2;
+ var lo$617 = $imul(lo$616, blo$314);
+ var hi$653 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$616, hi$652, blo$314, b$559.hi$2);
+ this$572.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 17695), new $c_sjsr_RuntimeLong().init___I__I(lo$617, hi$653));
var this$573 = $m_Lorg_junit_Assert$();
- this$573.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)));
+ this$573.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500));
var this$574 = $m_Lorg_junit_Assert$();
- var actual$429 = new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)));
- this$574.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), actual$429);
+ var b$560 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0));
+ var lo$618 = b$560.lo$2;
+ var hi$654 = b$560.hi$2;
+ var lo$619 = (lo$618 << 29);
+ var hi$655 = (((lo$618 >>> (-29)) | 0) | (hi$654 << 29));
+ this$574.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(lo$619, hi$655));
var this$575 = $m_Lorg_junit_Assert$();
- var actual$430 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1))).$$less$less__I__sjsr_RuntimeLong(9);
- this$575.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), actual$430);
+ var b$561 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$315 = b$561.lo$2;
+ var lo$620 = $imul(11068003, blo$315);
+ var hi$656 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(11068003, 0, blo$315, b$561.hi$2);
+ this$575.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(lo$620, hi$656));
var this$576 = $m_Lorg_junit_Assert$();
- var actual$431 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1))));
- this$576.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), actual$431);
+ var b$562 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0));
+ var lo$621 = b$562.lo$2;
+ var hi$657 = b$562.hi$2;
+ var b$563 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$316 = b$563.lo$2;
+ var lo$622 = $imul(lo$621, blo$316);
+ var hi$658 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$621, hi$657, blo$316, b$563.hi$2);
+ this$576.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(lo$622, hi$658));
var this$577 = $m_Lorg_junit_Assert$();
- this$577.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(10122752, 0));
+ this$577.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500));
var this$578 = $m_Lorg_junit_Assert$();
- var actual$432 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0)).$$less$less__I__sjsr_RuntimeLong(7);
- this$578.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), actual$432);
+ var b$564 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var blo$317 = b$564.lo$2;
+ var lo$623 = $imul(11068003, blo$317);
+ var hi$659 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(11068003, 0, blo$317, b$564.hi$2);
+ this$578.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(lo$623, hi$659));
var this$579 = $m_Lorg_junit_Assert$();
- var actual$433 = new $c_sjsr_RuntimeLong().init___I__I(79084, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)));
- this$579.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), actual$433);
+ var b$565 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0));
+ var lo$624 = b$565.lo$2;
+ var hi$660 = b$565.hi$2;
+ var lo$625 = (lo$624 << 29);
+ var hi$661 = (((lo$624 >>> (-29)) | 0) | (hi$660 << 29));
+ this$579.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(lo$625, hi$661));
var this$580 = $m_Lorg_junit_Assert$();
- var actual$434 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)));
- this$580.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), actual$434);
+ var b$566 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(536870912, 0));
+ var lo$626 = b$566.lo$2;
+ var hi$662 = b$566.hi$2;
+ var b$567 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(11068003, 0));
+ var blo$318 = b$567.lo$2;
+ var lo$627 = $imul(lo$626, blo$318);
+ var hi$663 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$626, hi$662, blo$318, b$567.hi$2);
+ this$580.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1610612736, 1383500), new $c_sjsr_RuntimeLong().init___I__I(lo$627, hi$663));
var this$581 = $m_Lorg_junit_Assert$();
- this$581.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(10122752, 0));
+ this$581.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)));
var this$582 = $m_Lorg_junit_Assert$();
- var actual$435 = new $c_sjsr_RuntimeLong().init___I__I(79084, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)));
- this$582.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), actual$435);
+ var b$568 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1)));
+ var lo$628 = b$568.lo$2;
+ var hi$664 = b$568.hi$2;
+ var lo$629 = (lo$628 << 9);
+ var hi$665 = (((lo$628 >>> (-9)) | 0) | (hi$664 << 9));
+ this$582.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I(lo$629, hi$665));
var this$583 = $m_Lorg_junit_Assert$();
- var actual$436 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0)).$$less$less__I__sjsr_RuntimeLong(7);
- this$583.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), actual$436);
+ var b$569 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var blo$319 = b$569.lo$2;
+ var lo$630 = $imul((-816398911), blo$319);
+ var hi$666 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-816398911), (-1), blo$319, b$569.hi$2);
+ this$583.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I(lo$630, hi$666));
var this$584 = $m_Lorg_junit_Assert$();
- var actual$437 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0)));
- this$584.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), actual$437);
+ var b$570 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1)));
+ var lo$631 = b$570.lo$2;
+ var hi$667 = b$570.hi$2;
+ var b$571 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var blo$320 = b$571.lo$2;
+ var lo$632 = $imul(lo$631, blo$320);
+ var hi$668 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$631, hi$667, blo$320, b$571.hi$2);
+ this$584.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I(lo$632, hi$668));
var this$585 = $m_Lorg_junit_Assert$();
- this$585.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(0, 166));
+ this$585.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)));
var this$586 = $m_Lorg_junit_Assert$();
- var actual$438 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0)).$$less$less__I__sjsr_RuntimeLong(32);
- this$586.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), actual$438);
+ var b$572 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var blo$321 = b$572.lo$2;
+ var lo$633 = $imul((-816398911), blo$321);
+ var hi$669 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-816398911), (-1), blo$321, b$572.hi$2);
+ this$586.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I(lo$633, hi$669));
var this$587 = $m_Lorg_junit_Assert$();
- var actual$439 = new $c_sjsr_RuntimeLong().init___I__I(166, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$587.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), actual$439);
+ var b$573 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1)));
+ var lo$634 = b$573.lo$2;
+ var hi$670 = b$573.hi$2;
+ var lo$635 = (lo$634 << 9);
+ var hi$671 = (((lo$634 >>> (-9)) | 0) | (hi$670 << 9));
+ this$587.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I(lo$635, hi$671));
var this$588 = $m_Lorg_junit_Assert$();
- var actual$440 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$588.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), actual$440);
+ var b$574 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(512, 0));
+ var lo$636 = b$574.lo$2;
+ var hi$672 = b$574.hi$2;
+ var b$575 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-816398911), (-1)));
+ var blo$322 = b$575.lo$2;
+ var lo$637 = $imul(lo$636, blo$322);
+ var hi$673 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$636, hi$672, blo$322, b$575.hi$2);
+ this$588.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1384414720), (-98)), new $c_sjsr_RuntimeLong().init___I__I(lo$637, hi$673));
var this$589 = $m_Lorg_junit_Assert$();
- this$589.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(0, 166));
+ this$589.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(10122752, 0));
var this$590 = $m_Lorg_junit_Assert$();
- var actual$441 = new $c_sjsr_RuntimeLong().init___I__I(166, 0).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$590.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), actual$441);
+ var b$576 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0));
+ var lo$638 = b$576.lo$2;
+ var hi$674 = b$576.hi$2;
+ var lo$639 = (lo$638 << 7);
+ var hi$675 = (((lo$638 >>> (-7)) | 0) | (hi$674 << 7));
+ this$590.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$639, hi$675));
var this$591 = $m_Lorg_junit_Assert$();
- var actual$442 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0)).$$less$less__I__sjsr_RuntimeLong(32);
- this$591.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), actual$442);
+ var b$577 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var blo$323 = b$577.lo$2;
+ var lo$640 = $imul(79084, blo$323);
+ var hi$676 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(79084, 0, blo$323, b$577.hi$2);
+ this$591.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$640, hi$676));
var this$592 = $m_Lorg_junit_Assert$();
- var actual$443 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0)));
- this$592.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), actual$443);
+ var b$578 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0));
+ var lo$641 = b$578.lo$2;
+ var hi$677 = b$578.hi$2;
+ var b$579 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var blo$324 = b$579.lo$2;
+ var lo$642 = $imul(lo$641, blo$324);
+ var hi$678 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$641, hi$677, blo$324, b$579.hi$2);
+ this$592.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$642, hi$678));
var this$593 = $m_Lorg_junit_Assert$();
- this$593.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)));
+ this$593.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(10122752, 0));
var this$594 = $m_Lorg_junit_Assert$();
- var actual$444 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636))).$$less$less__I__sjsr_RuntimeLong(32);
- this$594.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), actual$444);
+ var b$580 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var blo$325 = b$580.lo$2;
+ var lo$643 = $imul(79084, blo$325);
+ var hi$679 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(79084, 0, blo$325, b$580.hi$2);
+ this$594.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$643, hi$679));
var this$595 = $m_Lorg_junit_Assert$();
- var actual$445 = new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$595.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), actual$445);
+ var b$581 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0));
+ var lo$644 = b$581.lo$2;
+ var hi$680 = b$581.hi$2;
+ var lo$645 = (lo$644 << 7);
+ var hi$681 = (((lo$644 >>> (-7)) | 0) | (hi$680 << 7));
+ this$595.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$645, hi$681));
var this$596 = $m_Lorg_junit_Assert$();
- var actual$446 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636))).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$596.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), actual$446);
+ var b$582 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var lo$646 = b$582.lo$2;
+ var hi$682 = b$582.hi$2;
+ var b$583 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(79084, 0));
+ var blo$326 = b$583.lo$2;
+ var lo$647 = $imul(lo$646, blo$326);
+ var hi$683 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$646, hi$682, blo$326, b$583.hi$2);
+ this$596.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10122752, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$647, hi$683));
var this$597 = $m_Lorg_junit_Assert$();
- this$597.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)));
+ this$597.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(0, 166));
var this$598 = $m_Lorg_junit_Assert$();
- var actual$447 = new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)));
- this$598.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), actual$447);
+ var b$584 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0));
+ var lo$648 = b$584.lo$2;
+ this$598.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(0, lo$648));
var this$599 = $m_Lorg_junit_Assert$();
- var actual$448 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636))).$$less$less__I__sjsr_RuntimeLong(32);
- this$599.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), actual$448);
+ var b$585 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$327 = b$585.lo$2;
+ var lo$649 = $imul(166, blo$327);
+ var hi$685 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(166, 0, blo$327, b$585.hi$2);
+ this$599.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(lo$649, hi$685));
var this$600 = $m_Lorg_junit_Assert$();
- var actual$449 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1)).$$times__sjsr_RuntimeLong__sjsr_RuntimeLong(this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636))));
- this$600.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), actual$449)
+ var b$586 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0));
+ var lo$650 = b$586.lo$2;
+ var hi$686 = b$586.hi$2;
+ var b$587 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$328 = b$587.lo$2;
+ var lo$651 = $imul(lo$650, blo$328);
+ var hi$687 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$650, hi$686, blo$328, b$587.hi$2);
+ this$600.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(lo$651, hi$687));
+ var this$601 = $m_Lorg_junit_Assert$();
+ this$601.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(0, 166));
+ var this$602 = $m_Lorg_junit_Assert$();
+ var b$588 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$329 = b$588.lo$2;
+ var lo$652 = $imul(166, blo$329);
+ var hi$688 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(166, 0, blo$329, b$588.hi$2);
+ this$602.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(lo$652, hi$688));
+ var this$603 = $m_Lorg_junit_Assert$();
+ var b$589 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0));
+ var lo$653 = b$589.lo$2;
+ this$603.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(0, lo$653));
+ var this$604 = $m_Lorg_junit_Assert$();
+ var b$590 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var lo$654 = b$590.lo$2;
+ var hi$690 = b$590.hi$2;
+ var b$591 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(166, 0));
+ var blo$330 = b$591.lo$2;
+ var lo$655 = $imul(lo$654, blo$330);
+ var hi$691 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$654, hi$690, blo$330, b$591.hi$2);
+ this$604.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 166), new $c_sjsr_RuntimeLong().init___I__I(lo$655, hi$691));
+ var this$605 = $m_Lorg_junit_Assert$();
+ this$605.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)));
+ var this$606 = $m_Lorg_junit_Assert$();
+ var b$592 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636)));
+ var lo$656 = b$592.lo$2;
+ this$606.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(0, lo$656));
+ var this$607 = $m_Lorg_junit_Assert$();
+ var b$593 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$331 = b$593.lo$2;
+ var lo$657 = $imul((-701635571), blo$331);
+ var hi$693 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-701635571), (-27990636), blo$331, b$593.hi$2);
+ this$607.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(lo$657, hi$693));
+ var this$608 = $m_Lorg_junit_Assert$();
+ var b$594 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636)));
+ var lo$658 = b$594.lo$2;
+ var hi$694 = b$594.hi$2;
+ var b$595 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$332 = b$595.lo$2;
+ var lo$659 = $imul(lo$658, blo$332);
+ var hi$695 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$658, hi$694, blo$332, b$595.hi$2);
+ this$608.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(lo$659, hi$695));
+ var this$609 = $m_Lorg_junit_Assert$();
+ this$609.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)));
+ var this$610 = $m_Lorg_junit_Assert$();
+ var b$596 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var blo$333 = b$596.lo$2;
+ var lo$660 = $imul((-701635571), blo$333);
+ var hi$696 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I((-701635571), (-27990636), blo$333, b$596.hi$2);
+ this$610.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(lo$660, hi$696));
+ var this$611 = $m_Lorg_junit_Assert$();
+ var b$597 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636)));
+ var lo$661 = b$597.lo$2;
+ this$611.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(0, lo$661));
+ var this$612 = $m_Lorg_junit_Assert$();
+ var b$598 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1));
+ var lo$662 = b$598.lo$2;
+ var hi$698 = b$598.hi$2;
+ var b$599 = this.hideFromOptimizer$1__p1__J__J(new $c_sjsr_RuntimeLong().init___I__I((-701635571), (-27990636)));
+ var blo$334 = b$599.lo$2;
+ var lo$663 = $imul(lo$662, blo$334);
+ var hi$699 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$timesHi__I__I__I__I__I(lo$662, hi$698, blo$334, b$599.hi$2);
+ this$612.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-701635571)), new $c_sjsr_RuntimeLong().init___I__I(lo$663, hi$699))
});
$c_Lorg_scalajs_testsuite_compiler_LongTest.prototype.should$undcorrectly$unddispatch$undbinary$undops$undon$undLongs__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
@@ -34494,13 +37612,13 @@ $c_Lorg_scalajs_testsuite_compiler_OptimizerTest.prototype.must$undnot$undbreak$
}
};
var expecteds = $m_s_Array$().apply__I__sc_Seq__AI(10, new $c_sjs_js_WrappedArray().init___sjs_js_Array([9, 8, 7, 6, 5, 4, 3, 2]));
- var len$2 = $uI(elements.length);
- var result = $newArrayObject($d_I.getArrayOf(), [len$2]);
- var len$3 = result.u.length;
+ var len = $uI(elements.length);
+ var result = $newArrayObject($d_I.getArrayOf(), [len]);
+ var len$1 = result.u.length;
var i$1 = 0;
var j = 0;
var x$1 = $uI(elements.length);
- var x$2 = ((x$1 < len$3) ? x$1 : len$3);
+ var x$2 = ((x$1 < len$1) ? x$1 : len$1);
var that = result.u.length;
var end = ((x$2 < that) ? x$2 : that);
while ((i$1 < end)) {
@@ -34510,8 +37628,8 @@ $c_Lorg_scalajs_testsuite_compiler_OptimizerTest.prototype.must$undnot$undbreak$
i$1 = ((1 + i$1) | 0);
j = ((1 + j) | 0)
};
- var this$16 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
- this$16.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds, result, true)
+ var this$22 = new $c_Lorg_junit_internal_ExactComparisonCriteria().init___();
+ this$22.org$junit$internal$ComparisonCriteria$$arrayEquals__T__O__O__Z__V(null, expecteds, result, true)
});
$c_Lorg_scalajs_testsuite_compiler_OptimizerTest.prototype.b$1__p1__D = (function() {
return 7.0
@@ -35239,9 +38357,11 @@ $c_Lorg_scalajs_testsuite_compiler_ReflectionTest.prototype.isInstance$undfor$un
var conforms$3 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(x6) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_I.getClassOf()));
var jsx$1 = (conforms$3 ? new $c_s_Some().init___O(x6) : $m_s_None$())
} else if ($is_sjsr_RuntimeLong(obj)) {
- var x7 = $uJ(obj);
- var conforms$4 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(x7) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_J.getClassOf()));
- var jsx$1 = (conforms$4 ? new $c_s_Some().init___O(x7) : $m_s_None$())
+ var b = $uJ(obj);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var conforms$4 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(new $c_sjsr_RuntimeLong().init___I__I(lo, hi)) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_J.getClassOf()));
+ var jsx$1 = (conforms$4 ? new $c_s_Some().init___O(new $c_sjsr_RuntimeLong().init___I__I(lo, hi)) : $m_s_None$())
} else if ($isFloat(obj)) {
var x8 = $uF(obj);
var conforms$5 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(x8) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_F.getClassOf()));
@@ -35299,9 +38419,11 @@ $c_Lorg_scalajs_testsuite_compiler_ReflectionTest.prototype.isInstance$undfor$un
var conforms$14 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(x6$1) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_I.getClassOf()));
var o9 = (conforms$14 ? new $c_s_Some().init___O(x6$1) : $m_s_None$())
} else if ($is_sjsr_RuntimeLong(obj)) {
- var x7$1 = $uJ(obj);
- var conforms$15 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(x7$1) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_J.getClassOf()));
- var o9 = (conforms$15 ? new $c_s_Some().init___O(x7$1) : $m_s_None$())
+ var b$1 = $uJ(obj);
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ var conforms$15 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1)) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_J.getClassOf()));
+ var o9 = (conforms$15 ? new $c_s_Some().init___O(new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1)) : $m_s_None$())
} else if ($isFloat(obj)) {
var x8$1 = $uF(obj);
var conforms$16 = ($d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isInstance__O__Z(x8$1) || $d_Lorg_scalajs_testsuite_compiler_ReflectionTest$ReflectionTestRawJSClass.getClassOf().isAssignableFrom__jl_Class__Z($d_F.getClassOf()));
@@ -35845,50 +38967,60 @@ $c_Lorg_scalajs_testsuite_compiler_ReflectiveCallTest.prototype.fFloat$1__p1__O_
});
$c_Lorg_scalajs_testsuite_compiler_ReflectiveCallTest.prototype.should$undwork$undwith$undbinary$undoperators$undon$undprimitive$undtypes__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = this.fLong$2__p1__O__J(5);
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual);
+ var b = this.fLong$2__p1__O__J(5);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = this.fLong$2__p1__O__J(10);
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(15, 0), actual$1);
+ var b$1 = this.fLong$2__p1__O__J(10);
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(15, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$2 = this.fLong$2__p1__O__J(new $c_jl_Character().init___C(10));
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(15, 0), actual$2);
+ var b$2 = this.fLong$2__p1__O__J(new $c_jl_Character().init___C(10));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(15, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$3 = this.fLong$2__p1__O__J((-1));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(4, 0), actual$3);
+ var b$3 = this.fLong$2__p1__O__J((-1));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(4, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$4 = this.fLong$2__p1__O__J(new $c_sjsr_RuntimeLong().init___I__I(17, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(22, 0), actual$4);
+ var b$4 = this.fLong$2__p1__O__J(new $c_sjsr_RuntimeLong().init___I__I(17, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(22, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$5 = this.fInt$2__p1__O__I(65);
- this$8.assertEquals__T__O__O__V(null, 9, actual$5);
+ var actual = this.fInt$2__p1__O__I(65);
+ this$8.assertEquals__T__O__O__V(null, 9, actual);
var this$9 = $m_Lorg_junit_Assert$();
- var actual$6 = this.fInt$2__p1__O__I(15);
- this$9.assertEquals__T__O__O__V(null, 2, actual$6);
+ var actual$1 = this.fInt$2__p1__O__I(15);
+ this$9.assertEquals__T__O__O__V(null, 2, actual$1);
var this$12 = $m_Lorg_junit_Assert$();
- var actual$7 = this.fInt$2__p1__O__I(new $c_jl_Character().init___C(25));
- this$12.assertEquals__T__O__O__V(null, 3, actual$7);
+ var actual$2 = this.fInt$2__p1__O__I(new $c_jl_Character().init___C(25));
+ this$12.assertEquals__T__O__O__V(null, 3, actual$2);
var this$13 = $m_Lorg_junit_Assert$();
- var actual$8 = this.fInt$2__p1__O__I((-40));
- this$13.assertEquals__T__O__O__V(null, (-5), actual$8);
+ var actual$3 = this.fInt$2__p1__O__I((-40));
+ this$13.assertEquals__T__O__O__V(null, (-5), actual$3);
var this$14 = $m_Lorg_junit_Assert$();
- var actual$9 = this.fShort$1__p1__O__I(65);
- this$14.assertEquals__T__O__O__V(null, 71, actual$9);
+ var actual$4 = this.fShort$1__p1__O__I(65);
+ this$14.assertEquals__T__O__O__V(null, 71, actual$4);
var this$15 = $m_Lorg_junit_Assert$();
- var actual$10 = this.fShort$1__p1__O__I(15);
- this$15.assertEquals__T__O__O__V(null, 21, actual$10);
+ var actual$5 = this.fShort$1__p1__O__I(15);
+ this$15.assertEquals__T__O__O__V(null, 21, actual$5);
var this$18 = $m_Lorg_junit_Assert$();
- var actual$11 = this.fShort$1__p1__O__I(new $c_jl_Character().init___C(25));
- this$18.assertEquals__T__O__O__V(null, 31, actual$11);
+ var actual$6 = this.fShort$1__p1__O__I(new $c_jl_Character().init___C(25));
+ this$18.assertEquals__T__O__O__V(null, 31, actual$6);
var this$19 = $m_Lorg_junit_Assert$();
- var actual$12 = this.fShort$1__p1__O__I((-40));
- this$19.assertEquals__T__O__O__V(null, (-34), actual$12);
+ var actual$7 = this.fShort$1__p1__O__I((-40));
+ this$19.assertEquals__T__O__O__V(null, (-34), actual$7);
var this$20 = $m_Lorg_junit_Assert$();
- var actual$13 = this.fFloat$2__p1__O__F(5.5);
- this$20.assertEquals__T__O__O__V(null, 2.0999999046325684, actual$13);
+ var actual$8 = this.fFloat$2__p1__O__F(5.5);
+ this$20.assertEquals__T__O__O__V(null, 2.0999999046325684, actual$8);
var this$21 = $m_Lorg_junit_Assert$();
- var actual$14 = this.fDouble$2__p1__O__D((-1.5));
- this$21.assertEquals__T__O__O__V(null, (-1.0714285714285714), actual$14);
+ var actual$9 = this.fDouble$2__p1__O__D((-1.5));
+ this$21.assertEquals__T__O__O__V(null, (-1.0714285714285714), actual$9);
var this$22 = $m_Lorg_junit_Assert$();
var condition = this.fBoolean$2__p1__O__Z(false);
this$22.assertFalse__T__Z__V(null, condition);
@@ -36024,14 +39156,16 @@ $c_Lorg_scalajs_testsuite_compiler_ReflectiveCallTest.prototype.should$undwork$u
var actual$3 = this.fInt$1__p1__O__I(1);
this$6.assertEquals__T__O__O__V(null, (-1), actual$3);
var this$7 = $m_Lorg_junit_Assert$();
- var actual$4 = this.fLong$1__p1__O__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$4);
+ var b = this.fLong$1__p1__O__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$5 = this.fFloat$1__p1__O__F(1.5);
- this$8.assertEquals__T__O__O__V(null, (-1.5), actual$5);
+ var actual$4 = this.fFloat$1__p1__O__F(1.5);
+ this$8.assertEquals__T__O__O__V(null, (-1.5), actual$4);
var this$9 = $m_Lorg_junit_Assert$();
- var actual$6 = this.fDouble$1__p1__O__D(1.5);
- this$9.assertEquals__T__O__O__V(null, (-1.5), actual$6);
+ var actual$5 = this.fDouble$1__p1__O__D(1.5);
+ this$9.assertEquals__T__O__O__V(null, (-1.5), actual$5);
var this$10 = $m_Lorg_junit_Assert$();
var condition = this.fBoolean$1__p1__O__Z(false);
this$10.assertTrue__T__Z__V(null, condition);
@@ -37057,12 +40191,13 @@ $c_Lorg_scalajs_testsuite_compiler_RegressionTest.prototype.should$undunbox$undn
this$17.assertTrue__T__Z__V(null, true);
var this$18 = $m_Lorg_junit_Assert$();
this$18.assertEquals__T__O__O__V(null, 0, $int);
- var $long = $uJ(this.zero$1__p1__O());
+ var b = $uJ(this.zero$1__p1__O());
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$19 = $m_Lorg_junit_Assert$();
- var condition = ($long !== null);
- this$19.assertTrue__T__Z__V(null, condition);
+ this$19.assertTrue__T__Z__V(null, true);
var this$20 = $m_Lorg_junit_Assert$();
- this$20.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $long);
+ this$20.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var $float = $uF(this.zero$1__p1__O());
var this$21 = $m_Lorg_junit_Assert$();
this$21.assertTrue__T__Z__V(null, true);
@@ -38679,11 +41814,11 @@ $c_Lorg_scalajs_testsuite_javalib_io_BufferedReaderTest.prototype.should$undprov
var i$1 = 1;
while (true) {
var v1$1 = i$1;
- var this$12 = $m_Lorg_junit_Assert$();
+ var this$15 = $m_Lorg_junit_Assert$();
var thiz$2 = this.str$1;
var expected$1 = (65535 & $uI(thiz$2.charCodeAt(v1$1)));
var actual$2 = r.read__I();
- this$12.assertEquals__T__O__O__V(null, expected$1, actual$2);
+ this$15.assertEquals__T__O__O__V(null, expected$1, actual$2);
if ((i$1 === lastElement$4)) {
break
};
@@ -43458,14 +46593,15 @@ $c_Lorg_scalajs_testsuite_javalib_io_StringReaderTest.prototype.should$undprovid
var actual = r.read__I();
this$1.assertEquals__T__O__O__V(null, 97, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = r.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0)).lo$2;
- this$2.assertEquals__T__O__O__V(null, 2, actual$1);
+ var b = r.skip__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var lo = b.lo$2;
+ this$2.assertEquals__T__O__O__V(null, 2, lo);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = r.read__I();
- this$3.assertEquals__T__O__O__V(null, 102, actual$2);
+ var actual$1 = r.read__I();
+ this$3.assertEquals__T__O__O__V(null, 102, actual$1);
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = r.read__I();
- this$4.assertEquals__T__O__O__V(null, (-1), actual$3)
+ var actual$2 = r.read__I();
+ this$4.assertEquals__T__O__O__V(null, (-1), actual$2)
});
$c_Lorg_scalajs_testsuite_javalib_io_StringReaderTest.prototype.should$undprovide$undread$undfrom$undbuffer$undwith$undoffset$undand$undlength__V = (function() {
var r = new $c_Ljava_io_StringReader().init___T(this.str$1);
@@ -56779,56 +59915,90 @@ $c_Lorg_scalajs_testsuite_javalib_lang_DoubleTest.prototype.should$undreject$und
});
$c_Lorg_scalajs_testsuite_javalib_lang_DoubleTest.prototype.doubleToLongBits__V = (function() {
var this$2 = $m_Lorg_junit_Assert$();
- var actual = $m_sjsr_Bits$().doubleToLongBits__D__J(Infinity);
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 2146435072), actual);
+ var b = $m_sjsr_Bits$().doubleToLongBits__D__J(Infinity);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 2146435072), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_sjsr_Bits$().doubleToLongBits__D__J((-Infinity));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1048576)), actual$1);
+ var b$1 = $m_sjsr_Bits$().doubleToLongBits__D__J((-Infinity));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-1048576)), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_sjsr_Bits$().doubleToLongBits__D__J(0.0);
- this$6.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$2 = $m_sjsr_Bits$().doubleToLongBits__D__J(0.0);
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$6.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_sjsr_Bits$().doubleToLongBits__D__J((-0));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$3);
+ var b$3 = $m_sjsr_Bits$().doubleToLongBits__D__J((-0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_sjsr_Bits$().doubleToLongBits__D__J((NaN));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 2146959360), actual$4);
+ var b$4 = $m_sjsr_Bits$().doubleToLongBits__D__J((NaN));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 2146959360), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$12 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_sjsr_Bits$().doubleToLongBits__D__J(2.2250738585072014E-308);
- this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1048576), actual$5);
+ var b$5 = $m_sjsr_Bits$().doubleToLongBits__D__J(2.2250738585072014E-308);
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1048576), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$14 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_sjsr_Bits$().doubleToLongBits__D__J(1.7976931348623157E308);
- this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2146435071), actual$6);
+ var b$6 = $m_sjsr_Bits$().doubleToLongBits__D__J(1.7976931348623157E308);
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2146435071), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$16 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_sjsr_Bits$().doubleToLongBits__D__J(1.8790766677624813E63);
- this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1134197558), 1293043048), actual$7);
+ var b$7 = $m_sjsr_Bits$().doubleToLongBits__D__J(1.8790766677624813E63);
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1134197558), 1293043048), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$18 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_sjsr_Bits$().doubleToLongBits__D__J((-2.2250738585072014E-308));
- this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2146435072)), actual$8);
+ var b$8 = $m_sjsr_Bits$().doubleToLongBits__D__J((-2.2250738585072014E-308));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2146435072)), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$20 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_sjsr_Bits$().doubleToLongBits__D__J((-1.7976931348623157E308));
- this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1048577)), actual$9);
+ var b$9 = $m_sjsr_Bits$().doubleToLongBits__D__J((-1.7976931348623157E308));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1048577)), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_sjsr_Bits$().doubleToLongBits__D__J((-1.8790766677624813E63));
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1134197558), (-854440600)), actual$10);
+ var b$10 = $m_sjsr_Bits$().doubleToLongBits__D__J((-1.8790766677624813E63));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1134197558), (-854440600)), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$24 = $m_Lorg_junit_Assert$();
- var actual$11 = $m_sjsr_Bits$().doubleToLongBits__D__J(4.9E-324);
- this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$11);
+ var b$11 = $m_sjsr_Bits$().doubleToLongBits__D__J(4.9E-324);
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$26 = $m_Lorg_junit_Assert$();
- var actual$12 = $m_sjsr_Bits$().doubleToLongBits__D__J(2.225073858507201E-308);
- this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 1048575), actual$12);
+ var b$12 = $m_sjsr_Bits$().doubleToLongBits__D__J(2.225073858507201E-308);
+ var lo$12 = b$12.lo$2;
+ var hi$12 = b$12.hi$2;
+ this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 1048575), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
var this$28 = $m_Lorg_junit_Assert$();
- var actual$13 = $m_sjsr_Bits$().doubleToLongBits__D__J(1.719471609939382E-308);
- this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1371157664), 810308), actual$13);
+ var b$13 = $m_sjsr_Bits$().doubleToLongBits__D__J(1.719471609939382E-308);
+ var lo$13 = b$13.lo$2;
+ var hi$13 = b$13.hi$2;
+ this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1371157664), 810308), new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13));
var this$30 = $m_Lorg_junit_Assert$();
- var actual$14 = $m_sjsr_Bits$().doubleToLongBits__D__J((-4.9E-324));
- this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$14);
+ var b$14 = $m_sjsr_Bits$().doubleToLongBits__D__J((-4.9E-324));
+ var lo$14 = b$14.lo$2;
+ var hi$14 = b$14.hi$2;
+ this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14));
var this$32 = $m_Lorg_junit_Assert$();
- var actual$15 = $m_sjsr_Bits$().doubleToLongBits__D__J((-2.225073858507201E-308));
- this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-2146435073)), actual$15);
+ var b$15 = $m_sjsr_Bits$().doubleToLongBits__D__J((-2.225073858507201E-308));
+ var lo$15 = b$15.lo$2;
+ var hi$15 = b$15.hi$2;
+ this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-2146435073)), new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15));
var this$34 = $m_Lorg_junit_Assert$();
- var actual$16 = $m_sjsr_Bits$().doubleToLongBits__D__J((-1.719471609939382E-308));
- this$34.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1371157664), (-2146673340)), actual$16)
+ var b$16 = $m_sjsr_Bits$().doubleToLongBits__D__J((-1.719471609939382E-308));
+ var lo$16 = b$16.lo$2;
+ var hi$16 = b$16.hi$2;
+ this$34.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1371157664), (-2146673340)), new $c_sjsr_RuntimeLong().init___I__I(lo$16, hi$16))
});
$c_Lorg_scalajs_testsuite_javalib_lang_DoubleTest.prototype.test$2__p1__T__D__V = (function(s, v) {
var this$1 = $m_Lorg_junit_Assert$();
@@ -59051,8 +62221,7 @@ $c_Lorg_scalajs_testsuite_javalib_lang_IntegerTestOnJDK8.prototype.should$undpro
});
$c_Lorg_scalajs_testsuite_javalib_lang_IntegerTestOnJDK8.prototype.test$4__p1__I__J__V = (function(x, y) {
var this$2 = $m_Lorg_junit_Assert$();
- var actual = new $c_sjsr_RuntimeLong().init___I__I((-1), 0).$$amp__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(x));
- this$2.assertEquals__T__O__O__V(null, y, actual)
+ this$2.assertEquals__T__O__O__V(null, y, new $c_sjsr_RuntimeLong().init___I__I(x, 0))
});
$c_Lorg_scalajs_testsuite_javalib_lang_IntegerTestOnJDK8.prototype.should$undprovide$undmin$undas$unda$undstatic$undfunction__V = (function() {
var this$3 = $m_Lorg_junit_Assert$();
@@ -59161,52 +62330,52 @@ function $h_Lorg_scalajs_testsuite_javalib_lang_LongTest() {
$h_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype = $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype;
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.toString$undwithout$undradix__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0)).toString__T();
+ var actual = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(2147483647, 0);
this$1.assertEquals__T__O__O__V(null, "2147483647", actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-50), (-1))).toString__T();
+ var actual$1 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-50), (-1));
this$2.assertEquals__T__O__O__V(null, "-50", actual$1);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1000000000), (-1))).toString__T();
+ var actual$2 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-1000000000), (-1));
this$3.assertEquals__T__O__O__V(null, "-1000000000", actual$2);
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), 0)).toString__T();
+ var actual$3 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-2147483648), 0);
this$4.assertEquals__T__O__O__V(null, "2147483648", actual$3);
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), (-1))).toString__T();
+ var actual$4 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-2147483648), (-1));
this$5.assertEquals__T__O__O__V(null, "-2147483648", actual$4);
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1194313211), 20)).toString__T();
+ var actual$5 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-1194313211), 20);
this$6.assertEquals__T__O__O__V(null, "89000000005", actual$5);
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).toString__T();
+ var actual$6 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(0, (-2147483648));
this$7.assertEquals__T__O__O__V(null, "-9223372036854775808", actual$6);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)).toString__T();
+ var actual$7 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-1), 2147483647);
this$8.assertEquals__T__O__O__V(null, "9223372036854775807", actual$7);
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-80765), (-1))).toString__T();
+ var actual$8 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-80765), (-1));
this$9.assertEquals__T__O__O__V(null, "-80765", actual$8);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(80765, 0)).toString__T();
+ var actual$9 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(80765, 0);
this$10.assertEquals__T__O__O__V(null, "80765", actual$9);
var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-2147483648), (-1))).toString__T();
+ var actual$10 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-2147483648), (-1));
this$11.assertEquals__T__O__O__V(null, "-2147483648", actual$10);
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(2147483647, 0)).toString__T();
+ var actual$11 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(2147483647, 0);
this$12.assertEquals__T__O__O__V(null, "2147483647", actual$11);
var this$13 = $m_Lorg_junit_Assert$();
- var actual$12 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1194313211, (-21))).toString__T();
+ var actual$12 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(1194313211, (-21));
this$13.assertEquals__T__O__O__V(null, "-89000000005", actual$12);
var this$14 = $m_Lorg_junit_Assert$();
- var actual$13 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1194313211), 20)).toString__T();
+ var actual$13 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-1194313211), 20);
this$14.assertEquals__T__O__O__V(null, "89000000005", actual$13);
var this$15 = $m_Lorg_junit_Assert$();
- var actual$14 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).toString__T();
+ var actual$14 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(0, (-2147483648));
this$15.assertEquals__T__O__O__V(null, "-9223372036854775808", actual$14);
var this$16 = $m_Lorg_junit_Assert$();
- var actual$15 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)).toString__T();
+ var actual$15 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-1), 2147483647);
this$16.assertEquals__T__O__O__V(null, "9223372036854775807", actual$15)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.should$undreject$undinvalid$undstrings$undwhen$undparsing__V = (function() {
@@ -59224,9 +62393,11 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.should$undparse$undstr
var i$1 = 0;
while (true) {
var v1 = i$1;
- var n = this.org$scalajs$testsuite$javalib$lang$LongTest$$genTestValue$1__I__J(v1);
+ var b = this.org$scalajs$testsuite$javalib$lang$LongTest$$genTestValue$1__I__J(v1);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$7 = $m_jl_Long$();
- this.org$scalajs$testsuite$javalib$lang$LongTest$$test$4__I__T__J__V(radix, ((((radix === 10) || (radix < 2)) || (radix > 36)) ? $as_sjsr_RuntimeLong(n).toString__T() : this$7.java$lang$Long$$toStringImpl__J__I__T(n, radix)), n);
+ this.org$scalajs$testsuite$javalib$lang$LongTest$$test$4__I__T__J__V(radix, ((((radix === 10) || (radix < 2)) || (radix > 36)) ? $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(lo, hi) : this$7.java$lang$Long$$toStringImpl__J__I__T(new $c_sjsr_RuntimeLong().init___I__I(lo, hi), radix)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
if ((i$1 === 127)) {
break
};
@@ -59291,34 +62462,26 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.toOctalString__V = (fu
this$8.assertEquals__T__O__O__V(null, "777777777777777777777", actual$7)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.lowestOneBit__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().lowestOneBit__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
- var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().lowestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$1);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().lowestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I((-256), (-1)));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(256, 0), actual$2);
- var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Long$().lowestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(12, 0));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(4, 0), actual$3);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_jl_Long$().lowestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(136, 0));
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), actual$4);
+ this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_jl_Long$().lowestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$5);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_jl_Long$().lowestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$6);
- var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_jl_Long$().lowestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(74496, 801));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(256, 0), actual$7)
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var this$9 = $m_Lorg_junit_Assert$();
+ this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(256, 0), new $c_sjsr_RuntimeLong().init___I__I(256, 0));
+ var this$12 = $m_Lorg_junit_Assert$();
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(4, 0), new $c_sjsr_RuntimeLong().init___I__I(4, 0));
+ var this$15 = $m_Lorg_junit_Assert$();
+ this$15.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8, 0), new $c_sjsr_RuntimeLong().init___I__I(8, 0));
+ var this$18 = $m_Lorg_junit_Assert$();
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var this$21 = $m_Lorg_junit_Assert$();
+ this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var this$24 = $m_Lorg_junit_Assert$();
+ this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(256, 0), new $c_sjsr_RuntimeLong().init___I__I(256, 0))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.toString$undwith$undradix__V = (function() {
var this$2 = $m_Lorg_junit_Assert$();
- var actual = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(100000000, 0)).toString__T();
+ var actual = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(100000000, 0);
this$2.assertEquals__T__O__O__V(null, "100000000", actual);
var this$4 = $m_Lorg_junit_Assert$();
var this$3 = $m_jl_Long$();
@@ -59333,10 +62496,10 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.toString$undwith$undra
var actual$3 = this$7.java$lang$Long$$toStringImpl__J__I__T(new $c_sjsr_RuntimeLong().init___I__I((-1), 2047), 2);
this$8.assertEquals__T__O__O__V(null, "1111111111111111111111111111111111111111111", actual$3);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$4 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).toString__T();
+ var actual$4 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T(0, (-2147483648));
this$10.assertEquals__T__O__O__V(null, "-9223372036854775808", actual$4);
var this$12 = $m_Lorg_junit_Assert$();
- var actual$5 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)).toString__T();
+ var actual$5 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$toString__I__I__T((-1), 2147483647);
this$12.assertEquals__T__O__O__V(null, "9223372036854775807", actual$5);
var this$14 = $m_Lorg_junit_Assert$();
var this$13 = $m_jl_Long$();
@@ -59348,152 +62511,121 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.toString$undwith$undra
this$16.assertEquals__T__O__O__V(null, "7fffffffffffffff", actual$7)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.rotateRight__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 0);
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 1);
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678), actual$1);
- var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 8);
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1663827457), 351644520), actual$2);
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 13);
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1155964943, (-123228837)), actual$3);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 64);
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), actual$4);
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678), new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 65);
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678), actual$5);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 80);
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1755108353, (-15403605)), actual$6);
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1663827457), 351644520), new $c_sjsr_RuntimeLong().init___I__I((-1663827457), 351644520));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), (-1));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)), actual$7);
- var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), (-56));
- this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1663827457), 351644520), actual$8);
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1155964943, (-123228837)), new $c_sjsr_RuntimeLong().init___I__I(1155964943, (-123228837)));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_jl_Long$().rotateRight__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), (-70));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8373565, 1792681781), actual$9)
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)));
+ var this$12 = $m_Lorg_junit_Assert$();
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678), new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678));
+ var this$14 = $m_Lorg_junit_Assert$();
+ this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1755108353, (-15403605)), new $c_sjsr_RuntimeLong().init___I__I(1755108353, (-15403605)));
+ var this$16 = $m_Lorg_junit_Assert$();
+ this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)), new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)));
+ var this$18 = $m_Lorg_junit_Assert$();
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1663827457), 351644520), new $c_sjsr_RuntimeLong().init___I__I((-1663827457), 351644520));
+ var this$20 = $m_Lorg_junit_Assert$();
+ this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(8373565, 1792681781), new $c_sjsr_RuntimeLong().init___I__I(8373565, 1792681781))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.test$1__p1__T__J__V = (function(s, v) {
var this$2 = $m_Lorg_junit_Assert$();
var this$1 = $m_jl_Long$();
- var actual = this$1.parseLong__T__I__J(s, 10);
- this$2.assertEquals__T__O__O__V(null, v, actual);
+ var b = this$1.parseLong__T__I__J(s, 10);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$4 = $m_Lorg_junit_Assert$();
var this$3 = $m_jl_Long$();
- var longValue = this$3.parseLong__T__I__J(s, 10);
- var actual$1 = longValue;
- this$4.assertEquals__T__O__O__V(null, v, actual$1);
+ var b$1 = this$3.parseLong__T__I__J(s, 10);
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ var b$2 = $uJ(new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$4.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$6 = $m_Lorg_junit_Assert$();
var this$5 = $m_jl_Long$();
- var longValue$1 = this$5.parseLong__T__I__J(s, 10);
- var actual$2 = longValue$1;
- this$6.assertEquals__T__O__O__V(null, v, actual$2)
+ var b$3 = this$5.parseLong__T__I__J(s, 10);
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ var b$4 = $uJ(new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$6.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.rotateLeft__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 0);
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 1);
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)), actual$1);
- var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 8);
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(33494261, (-1419207468)), actual$2);
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 13);
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1071816373, 1830001280), actual$3);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 64);
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), actual$4);
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)), new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 65);
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)), actual$5);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), 80);
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15403605), 1755108353), actual$6);
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(33494261, (-1419207468)), new $c_sjsr_RuntimeLong().init___I__I(33494261, (-1419207468)));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), (-1));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678), actual$7);
- var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), (-56));
- this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(33494261, (-1419207468)), actual$8);
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1071816373, 1830001280), new $c_sjsr_RuntimeLong().init___I__I(1071816373, 1830001280));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_jl_Long$().rotateLeft__J__I__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), (-70));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1934624764, 1406578082), actual$9)
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)), new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)));
+ var this$12 = $m_Lorg_junit_Assert$();
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)), new $c_sjsr_RuntimeLong().init___I__I((-1476133335), (-346631879)));
+ var this$14 = $m_Lorg_junit_Assert$();
+ this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-15403605), 1755108353), new $c_sjsr_RuntimeLong().init___I__I((-15403605), 1755108353));
+ var this$16 = $m_Lorg_junit_Assert$();
+ this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678), new $c_sjsr_RuntimeLong().init___I__I(1778450314, 2060825678));
+ var this$18 = $m_Lorg_junit_Assert$();
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(33494261, (-1419207468)), new $c_sjsr_RuntimeLong().init___I__I(33494261, (-1419207468)));
+ var this$20 = $m_Lorg_junit_Assert$();
+ this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1934624764, 1406578082), new $c_sjsr_RuntimeLong().init___I__I(1934624764, 1406578082))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.notify__ = (function() {
return (void 0)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.numberOfLeadingZeros__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(279694831, (-1737075662)));
- this$1.assertEquals__T__O__O__V(null, 0, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(1697256975, 41079088));
- this$2.assertEquals__T__O__O__V(null, 6, actual$1);
- var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(4, 0));
- this$3.assertEquals__T__O__O__V(null, 61, actual$2);
+ this$2.assertEquals__T__O__O__V(null, 0, 0);
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(611755050, 411091));
- this$4.assertEquals__T__O__O__V(null, 13, actual$3);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1685139310), 1));
- this$5.assertEquals__T__O__O__V(null, 31, actual$4);
+ this$4.assertEquals__T__O__O__V(null, 6, 6);
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I((-28828041), 14429568));
- this$6.assertEquals__T__O__O__V(null, 8, actual$5);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I((-790647258), 988907941));
- this$7.assertEquals__T__O__O__V(null, 2, actual$6);
+ this$6.assertEquals__T__O__O__V(null, 61, 61);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I((-601451463), 337));
- this$8.assertEquals__T__O__O__V(null, 23, actual$7);
- var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(1698422880, 6350782));
- this$9.assertEquals__T__O__O__V(null, 9, actual$8);
+ this$8.assertEquals__T__O__O__V(null, 13, 13);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(3641, 0));
- this$10.assertEquals__T__O__O__V(null, 52, actual$9);
- var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(6, 0));
- this$11.assertEquals__T__O__O__V(null, 61, actual$10);
+ this$10.assertEquals__T__O__O__V(null, 31, 31);
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(132785888, 0));
- this$12.assertEquals__T__O__O__V(null, 37, actual$11);
- var this$13 = $m_Lorg_junit_Assert$();
- var actual$12 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1729351365), 557819));
- this$13.assertEquals__T__O__O__V(null, 12, actual$12);
+ this$12.assertEquals__T__O__O__V(null, 8, 8);
var this$14 = $m_Lorg_junit_Assert$();
- var actual$13 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1893994822), 1273597));
- this$14.assertEquals__T__O__O__V(null, 11, actual$13);
- var this$15 = $m_Lorg_junit_Assert$();
- var actual$14 = $m_jl_Long$().numberOfLeadingZeros__J__I($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$15.assertEquals__T__O__O__V(null, 64, actual$14);
+ this$14.assertEquals__T__O__O__V(null, 2, 2);
var this$16 = $m_Lorg_junit_Assert$();
- var actual$15 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(58, 0));
- this$16.assertEquals__T__O__O__V(null, 58, actual$15);
- var this$17 = $m_Lorg_junit_Assert$();
- var actual$16 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(505803956, 205291215));
- this$17.assertEquals__T__O__O__V(null, 4, actual$16);
+ this$16.assertEquals__T__O__O__V(null, 23, 23);
var this$18 = $m_Lorg_junit_Assert$();
- var actual$17 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(72, 0));
- this$18.assertEquals__T__O__O__V(null, 57, actual$17);
- var this$19 = $m_Lorg_junit_Assert$();
- var actual$18 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(1372005288, 1596));
- this$19.assertEquals__T__O__O__V(null, 21, actual$18);
+ this$18.assertEquals__T__O__O__V(null, 9, 9);
var this$20 = $m_Lorg_junit_Assert$();
- var actual$19 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(10050, 0));
- this$20.assertEquals__T__O__O__V(null, 50, actual$19);
- var this$21 = $m_Lorg_junit_Assert$();
- var actual$20 = $m_jl_Long$().numberOfLeadingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(17182919, 0));
- this$21.assertEquals__T__O__O__V(null, 39, actual$20)
+ this$20.assertEquals__T__O__O__V(null, 52, 52);
+ var this$22 = $m_Lorg_junit_Assert$();
+ this$22.assertEquals__T__O__O__V(null, 61, 61);
+ var this$24 = $m_Lorg_junit_Assert$();
+ this$24.assertEquals__T__O__O__V(null, 37, 37);
+ var this$26 = $m_Lorg_junit_Assert$();
+ this$26.assertEquals__T__O__O__V(null, 12, 12);
+ var this$28 = $m_Lorg_junit_Assert$();
+ this$28.assertEquals__T__O__O__V(null, 11, 11);
+ var this$30 = $m_Lorg_junit_Assert$();
+ this$30.assertEquals__T__O__O__V(null, 64, 64);
+ var this$32 = $m_Lorg_junit_Assert$();
+ this$32.assertEquals__T__O__O__V(null, 58, 58);
+ var this$34 = $m_Lorg_junit_Assert$();
+ this$34.assertEquals__T__O__O__V(null, 4, 4);
+ var this$36 = $m_Lorg_junit_Assert$();
+ this$36.assertEquals__T__O__O__V(null, 57, 57);
+ var this$38 = $m_Lorg_junit_Assert$();
+ this$38.assertEquals__T__O__O__V(null, 21, 21);
+ var this$40 = $m_Lorg_junit_Assert$();
+ this$40.assertEquals__T__O__O__V(null, 50, 50);
+ var this$42 = $m_Lorg_junit_Assert$();
+ this$42.assertEquals__T__O__O__V(null, 39, 39)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.test$2__p1__T__V = (function(s) {
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_NumberFormatException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function(s$1) {
@@ -59540,121 +62672,108 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.toHexString__V = (func
this$8.assertEquals__T__O__O__V(null, "7fffffffffffffff", actual$7)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.highestOneBit__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().highestOneBit__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
- var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().highestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$1);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().highestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I((-256), (-1)));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$2);
- var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Long$().highestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$3);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_jl_Long$().highestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(136, 0));
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(128, 0), actual$4);
+ this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_jl_Long$().highestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824), actual$5);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_jl_Long$().highestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$6);
- var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_jl_Long$().highestOneBit__J__J(new $c_sjsr_RuntimeLong().init___I__I(74496, 801));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 512), actual$7)
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var this$9 = $m_Lorg_junit_Assert$();
+ this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var this$12 = $m_Lorg_junit_Assert$();
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var this$15 = $m_Lorg_junit_Assert$();
+ this$15.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(128, 0), new $c_sjsr_RuntimeLong().init___I__I(128, 0));
+ var this$18 = $m_Lorg_junit_Assert$();
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824), new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824));
+ var this$21 = $m_Lorg_junit_Assert$();
+ this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var this$24 = $m_Lorg_junit_Assert$();
+ this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, 512), new $c_sjsr_RuntimeLong().init___I__I(0, 512))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.numberOfTrailingZeros__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, (-15728640)));
- this$1.assertEquals__T__O__O__V(null, 52, actual);
- var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, (-14680064)));
- this$2.assertEquals__T__O__O__V(null, 53, actual$1);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, (-12582912)));
- this$3.assertEquals__T__O__O__V(null, 54, actual$2);
- var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, (-8388608)));
- this$4.assertEquals__T__O__O__V(null, 55, actual$3);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, 256));
- this$5.assertEquals__T__O__O__V(null, 40, actual$4);
+ this$3.assertEquals__T__O__O__V(null, 52, 52);
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, 512));
- this$6.assertEquals__T__O__O__V(null, 41, actual$5);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, 1024));
- this$7.assertEquals__T__O__O__V(null, 42, actual$6);
- var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, 2048));
- this$8.assertEquals__T__O__O__V(null, 43, actual$7);
+ this$6.assertEquals__T__O__O__V(null, 53, 53);
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(65536, 0));
- this$9.assertEquals__T__O__O__V(null, 16, actual$8);
- var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(131072, 0));
- this$10.assertEquals__T__O__O__V(null, 17, actual$9);
- var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(262144, 0));
- this$11.assertEquals__T__O__O__V(null, 18, actual$10);
+ this$9.assertEquals__T__O__O__V(null, 54, 54);
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = $m_jl_Long$().numberOfTrailingZeros__J__I(new $c_sjsr_RuntimeLong().init___I__I(524288, 0));
- this$12.assertEquals__T__O__O__V(null, 19, actual$11)
+ this$12.assertEquals__T__O__O__V(null, 55, 55);
+ var this$15 = $m_Lorg_junit_Assert$();
+ this$15.assertEquals__T__O__O__V(null, 40, 40);
+ var this$18 = $m_Lorg_junit_Assert$();
+ this$18.assertEquals__T__O__O__V(null, 41, 41);
+ var this$21 = $m_Lorg_junit_Assert$();
+ this$21.assertEquals__T__O__O__V(null, 42, 42);
+ var this$24 = $m_Lorg_junit_Assert$();
+ this$24.assertEquals__T__O__O__V(null, 43, 43);
+ var this$27 = $m_Lorg_junit_Assert$();
+ this$27.assertEquals__T__O__O__V(null, 16, 16);
+ var this$30 = $m_Lorg_junit_Assert$();
+ this$30.assertEquals__T__O__O__V(null, 17, 17);
+ var this$33 = $m_Lorg_junit_Assert$();
+ this$33.assertEquals__T__O__O__V(null, 18, 18);
+ var this$36 = $m_Lorg_junit_Assert$();
+ this$36.assertEquals__T__O__O__V(null, 19, 19)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.should$undbe$unda$undComparable__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var condition = ($as_sjsr_RuntimeLong($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(5, 0))) < 0);
+ var condition = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(0, 0, 5, 0) < 0);
this$1.assertTrue__T__Z__V(null, condition);
var this$2 = $m_Lorg_junit_Assert$();
- var condition$1 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(10, 0)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(9, 0))) > 0);
+ var condition$1 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(10, 0, 9, 0) > 0);
this$2.assertTrue__T__Z__V(null, condition$1);
var this$3 = $m_Lorg_junit_Assert$();
- var condition$2 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)))) < 0);
+ var condition$2 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I((-2), (-1), (-1), (-1)) < 0);
this$3.assertTrue__T__Z__V(null, condition$2);
var this$4 = $m_Lorg_junit_Assert$();
- var actual = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, 0)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, 0)));
+ var actual = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(3, 0, 3, 0);
this$4.assertEquals__T__O__O__V(null, 0, actual)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.reverseBytes__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().reverseBytes__J__J(new $c_sjsr_RuntimeLong().init___I__I((-738066668), (-173315940)));
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1670861835), 352256468), actual)
+ var this$2 = $m_Lorg_junit_Assert$();
+ var hiReversed = $m_jl_Integer$().reverseBytes__I__I((-173315940));
+ var loReversed = $m_jl_Integer$().reverseBytes__I__I((-738066668));
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1670861835), 352256468), new $c_sjsr_RuntimeLong().init___I__I(hiReversed, loReversed))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.bitCount__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().bitCount__J__I($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$1.assertEquals__T__O__O__V(null, 0, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().bitCount__J__I(new $c_sjsr_RuntimeLong().init___I__I(1627770997, 8326915));
- this$2.assertEquals__T__O__O__V(null, 26, actual$1);
- var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().bitCount__J__I(new $c_sjsr_RuntimeLong().init___I__I(683814795, (-81491617)));
- this$3.assertEquals__T__O__O__V(null, 32, actual$2)
+ var actual = (($m_jl_Integer$().bitCount__I__I(0) + $m_jl_Integer$().bitCount__I__I(0)) | 0);
+ this$2.assertEquals__T__O__O__V(null, 0, actual);
+ var this$4 = $m_Lorg_junit_Assert$();
+ var actual$1 = (($m_jl_Integer$().bitCount__I__I(1627770997) + $m_jl_Integer$().bitCount__I__I(8326915)) | 0);
+ this$4.assertEquals__T__O__O__V(null, 26, actual$1);
+ var this$6 = $m_Lorg_junit_Assert$();
+ var actual$2 = (($m_jl_Integer$().bitCount__I__I(683814795) + $m_jl_Integer$().bitCount__I__I((-81491617))) | 0);
+ this$6.assertEquals__T__O__O__V(null, 32, actual$2)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.org$scalajs$testsuite$javalib$lang$LongTest$$test$4__I__T__J__V = (function(radix, s, v) {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().parseLong__T__I__J(s, radix);
- this$1.assertEquals__T__O__O__V(null, v, actual);
+ var b = $m_jl_Long$().parseLong__T__I__J(s, radix);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$3 = $m_Lorg_junit_Assert$();
var this$2 = $m_jl_Long$();
- var longValue = this$2.parseLong__T__I__J(s, radix);
- var actual$1 = longValue;
- this$3.assertEquals__T__O__O__V(null, v, actual$1)
+ var b$1 = this$2.parseLong__T__I__J(s, radix);
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ var b$2 = $uJ(new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.compareTo__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var condition = ($as_sjsr_RuntimeLong($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(5, 0))) < 0);
+ var condition = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(0, 0, 5, 0) < 0);
this$1.assertTrue__T__Z__V(null, condition);
var this$2 = $m_Lorg_junit_Assert$();
- var condition$1 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(10, 0)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(9, 0))) > 0);
+ var condition$1 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(10, 0, 9, 0) > 0);
this$2.assertTrue__T__Z__V(null, condition$1);
var this$3 = $m_Lorg_junit_Assert$();
- var condition$2 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)))) < 0);
+ var condition$2 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I((-2), (-1), (-1), (-1)) < 0);
this$3.assertTrue__T__Z__V(null, condition$2);
var this$4 = $m_Lorg_junit_Assert$();
- var actual = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, 0)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, 0)));
+ var actual = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(3, 0, 3, 0);
this$4.assertEquals__T__O__O__V(null, 0, actual)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.should$undparse$undstrings__V = (function() {
@@ -59671,67 +62790,76 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.should$undparse$undstr
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.test$3__p1__T__J__V = (function(s, v) {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().parseLong__T__I__J(s, 16);
- this$1.assertEquals__T__O__O__V(null, v, actual);
+ var b = $m_jl_Long$().parseLong__T__I__J(s, 16);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$3 = $m_Lorg_junit_Assert$();
var this$2 = $m_jl_Long$();
- var longValue = this$2.parseLong__T__I__J(s, 16);
- var actual$1 = longValue;
- this$3.assertEquals__T__O__O__V(null, v, actual$1)
+ var b$1 = this$2.parseLong__T__I__J(s, 16);
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ var b$2 = $uJ(new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.org$scalajs$testsuite$javalib$lang$LongTest$$genTestValue$1__I__J = (function(i) {
- var result = new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647).$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$less$less__I__sjsr_RuntimeLong(i));
- return ((i > 63) ? result.unary$und$minus__sjsr_RuntimeLong() : result)
+ var n = (63 & i);
+ if ((n < 32)) {
+ var lo = (1 << n);
+ var hi = ((n === 0) ? 0 : (((1 >>> ((-n) | 0)) | 0) | (0 << n)));
+ var b_$_lo$2 = lo;
+ var b_$_hi$2 = hi
+ } else {
+ var hi$1 = (1 << n);
+ var b_$_lo$2 = 0;
+ var b_$_hi$2 = hi$1
+ };
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo$1 = this$1.divideImpl__I__I__I__I__I((-1), 2147483647, b_$_lo$2, b_$_hi$2);
+ var hi$2 = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ if ((i > 63)) {
+ var lo$2 = ((-lo$1) | 0);
+ var hi$3 = ((lo$1 !== 0) ? (~hi$2) : ((-hi$2) | 0));
+ return new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$3)
+ } else {
+ return new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$2)
+ }
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.signum__V = (function() {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I((-11), (-1)));
- this$1.assertEquals__T__O__O__V(null, (-1), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$2.assertEquals__T__O__O__V(null, (-1), actual$1);
- var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Long$().signum__J__I($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$3.assertEquals__T__O__O__V(null, 0, actual$2);
+ this$2.assertEquals__T__O__O__V(null, (-1), (-1));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$4.assertEquals__T__O__O__V(null, 1, actual$3);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I(11, 0));
- this$5.assertEquals__T__O__O__V(null, 1, actual$4);
+ this$4.assertEquals__T__O__O__V(null, (-1), (-1));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$6.assertEquals__T__O__O__V(null, (-1), actual$5);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I(1635779971, (-22996)));
- this$7.assertEquals__T__O__O__V(null, (-1), actual$6);
+ this$6.assertEquals__T__O__O__V(null, 0, 0);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I(1503039948, (-11543)));
- this$8.assertEquals__T__O__O__V(null, (-1), actual$7);
- var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I((-11), (-1)));
- this$9.assertEquals__T__O__O__V(null, (-1), actual$8);
+ this$8.assertEquals__T__O__O__V(null, 1, 1);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$10.assertEquals__T__O__O__V(null, (-1), actual$9);
- var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_jl_Long$().signum__J__I($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$11.assertEquals__T__O__O__V(null, 0, actual$10);
+ this$10.assertEquals__T__O__O__V(null, 1, 1);
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$12.assertEquals__T__O__O__V(null, 1, actual$11);
- var this$13 = $m_Lorg_junit_Assert$();
- var actual$12 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I(11, 0));
- this$13.assertEquals__T__O__O__V(null, 1, actual$12);
+ this$12.assertEquals__T__O__O__V(null, (-1), (-1));
var this$14 = $m_Lorg_junit_Assert$();
- var actual$13 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1503039948), 11542));
- this$14.assertEquals__T__O__O__V(null, 1, actual$13);
- var this$15 = $m_Lorg_junit_Assert$();
- var actual$14 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1635779971), 22995));
- this$15.assertEquals__T__O__O__V(null, 1, actual$14);
+ this$14.assertEquals__T__O__O__V(null, (-1), (-1));
var this$16 = $m_Lorg_junit_Assert$();
- var actual$15 = $m_jl_Long$().signum__J__I(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$16.assertEquals__T__O__O__V(null, 1, actual$15)
+ this$16.assertEquals__T__O__O__V(null, (-1), (-1));
+ var this$18 = $m_Lorg_junit_Assert$();
+ this$18.assertEquals__T__O__O__V(null, (-1), (-1));
+ var this$20 = $m_Lorg_junit_Assert$();
+ this$20.assertEquals__T__O__O__V(null, (-1), (-1));
+ var this$22 = $m_Lorg_junit_Assert$();
+ this$22.assertEquals__T__O__O__V(null, 0, 0);
+ var this$24 = $m_Lorg_junit_Assert$();
+ this$24.assertEquals__T__O__O__V(null, 1, 1);
+ var this$26 = $m_Lorg_junit_Assert$();
+ this$26.assertEquals__T__O__O__V(null, 1, 1);
+ var this$28 = $m_Lorg_junit_Assert$();
+ this$28.assertEquals__T__O__O__V(null, 1, 1);
+ var this$30 = $m_Lorg_junit_Assert$();
+ this$30.assertEquals__T__O__O__V(null, 1, 1);
+ var this$32 = $m_Lorg_junit_Assert$();
+ this$32.assertEquals__T__O__O__V(null, 1, 1)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.clone__ = (function() {
if ($is_jl_Cloneable(this)) {
@@ -59752,8 +62880,10 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTest.prototype.org$scalajs$testsuite$
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_NumberFormatException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function(s$2$1, radix$1$1) {
return (function() {
var this$1 = $m_jl_Long$();
- var longValue = this$1.parseLong__T__I__J(s$2$1, radix$1$1);
- return longValue
+ var b = this$1.parseLong__T__I__J(s$2$1, radix$1$1);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ return $uJ(new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
})
})(s, radix)))
});
@@ -59890,28 +63020,28 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.min__V = (functi
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.compareUnsigned__V = (function() {
var this$2 = $m_Lorg_junit_Assert$();
- var condition = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(5, (-2147483648)))) < 0);
+ var condition = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(0, (-2147483648), 5, (-2147483648)) < 0);
this$2.assertTrue__T__Z__V(null, condition);
var this$4 = $m_Lorg_junit_Assert$();
- var condition$1 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(10, (-2147483648))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(9, (-2147483648)))) > 0);
+ var condition$1 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(10, (-2147483648), 9, (-2147483648)) > 0);
this$4.assertTrue__T__Z__V(null, condition$1);
var this$6 = $m_Lorg_junit_Assert$();
- var actual = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, (-2147483648))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, (-2147483648))));
+ var actual = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(3, (-2147483648), 3, (-2147483648));
this$6.assertEquals__T__O__O__V(null, 0, actual);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$1 = $as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)));
+ var actual$1 = $m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I((-1), 2147483647, (-1), 2147483647);
this$8.assertEquals__T__O__O__V(null, 0, actual$1);
var this$10 = $m_Lorg_junit_Assert$();
- var condition$2 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1214635794, (-1905580032))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647))) < 0);
+ var condition$2 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(1214635794, (-1905580032), (-1), 2147483647) < 0);
this$10.assertTrue__T__Z__V(null, condition$2);
var this$12 = $m_Lorg_junit_Assert$();
- var condition$3 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1214635794, (-1905580032)))) > 0);
+ var condition$3 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I((-1), 2147483647, 1214635794, (-1905580032)) > 0);
this$12.assertTrue__T__Z__V(null, condition$3);
var this$14 = $m_Lorg_junit_Assert$();
- var condition$4 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1214635794, (-1905580032))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, (-2147483648)))) > 0);
+ var condition$4 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(1214635794, (-1905580032), 3, (-2147483648)) > 0);
this$14.assertTrue__T__Z__V(null, condition$4);
var this$16 = $m_Lorg_junit_Assert$();
- var condition$5 = ($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(3, (-2147483648))).compareTo__sjsr_RuntimeLong__I($as_sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I__I(1214635794, (-1905580032)))) < 0);
+ var condition$5 = ($m_sjsr_RuntimeLong$().scala$scalajs$runtime$RuntimeLong$$compare__I__I__I__I__I(3, (-2147483648), 1214635794, (-1905580032)) < 0);
this$16.assertTrue__T__Z__V(null, condition$5)
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.notify__ = (function() {
@@ -60030,9 +63160,11 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.hashCode$undtest
this$26.assertEquals__T__O__O__V(null, (-575359500), (-575359500))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.test$4__p1__J__J__J__V = (function(dividend, divisor, result) {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $as_sjsr_RuntimeLong(dividend).remainderUnsigned__sjsr_RuntimeLong__sjsr_RuntimeLong($as_sjsr_RuntimeLong(divisor));
- this$1.assertEquals__T__O__O__V(null, result, actual)
+ var this$2 = $m_Lorg_junit_Assert$();
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.remainderUnsignedImpl__I__I__I__I__I(dividend.lo$2, dividend.hi$2, divisor.lo$2, divisor.hi$2);
+ var hi = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ this$2.assertEquals__T__O__O__V(null, result, new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.parseUnsignedLong__V = (function() {
var i = 2;
@@ -60044,8 +63176,11 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.parseUnsignedLon
this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V("0001", new $c_sjsr_RuntimeLong().init___I__I(1, 0), v1);
this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V("+001", new $c_sjsr_RuntimeLong().init___I__I(1, 0), v1);
this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V("0000000000000000000000000000000000000000000000001", new $c_sjsr_RuntimeLong().init___I__I(1, 0), v1);
- this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V("10", new $c_sjsr_RuntimeLong().init___I(v1), v1);
- this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V("101", new $c_sjsr_RuntimeLong().init___I(((1 + $imul(v1, v1)) | 0)), v1);
+ var hi = (v1 >> 31);
+ this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V("10", new $c_sjsr_RuntimeLong().init___I__I(v1, hi), v1);
+ var value = ((1 + $imul(v1, v1)) | 0);
+ var hi$1 = (value >> 31);
+ this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V("101", new $c_sjsr_RuntimeLong().init___I__I(value, hi$1), v1);
if ((i === 36)) {
break
};
@@ -60214,13 +63349,17 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.parseUnsignedLon
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$1__T__J__I__V = (function(s, v, radix) {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_jl_Long$().parseUnsignedLong__T__I__J(s, radix);
- this$1.assertEquals__T__O__O__V(null, v, actual);
+ var b = $m_jl_Long$().parseUnsignedLong__T__I__J(s, radix);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
if ((radix === 10)) {
var this$3 = $m_Lorg_junit_Assert$();
var this$2 = $m_jl_Long$();
- var actual$1 = this$2.parseUnsignedLong__T__I__J(s, 10);
- this$3.assertEquals__T__O__O__V(null, v, actual$1)
+ var b$1 = this$2.parseUnsignedLong__T__I__J(s, 10);
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$3.assertEquals__T__O__O__V(null, v, new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1))
}
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.max__V = (function() {
@@ -60283,9 +63422,11 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.org$scalajs$test
}
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.test$3__p1__J__J__J__V = (function(dividend, divisor, result) {
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = $as_sjsr_RuntimeLong(dividend).divideUnsigned__sjsr_RuntimeLong__sjsr_RuntimeLong($as_sjsr_RuntimeLong(divisor));
- this$1.assertEquals__T__O__O__V(null, result, actual)
+ var this$2 = $m_Lorg_junit_Assert$();
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.divideUnsignedImpl__I__I__I__I__I(dividend.lo$2, dividend.hi$2, divisor.lo$2, divisor.hi$2);
+ var hi = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ this$2.assertEquals__T__O__O__V(null, result, new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.toUnsignedString__V = (function() {
var i = 2;
@@ -60293,7 +63434,9 @@ $c_Lorg_scalajs_testsuite_javalib_lang_LongTestOnJDK8.prototype.toUnsignedString
var v1 = i;
this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$5__J__T__I__V($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), "0", v1);
this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$5__J__T__I__V(new $c_sjsr_RuntimeLong().init___I__I(1, 0), "1", v1);
- this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$5__J__T__I__V(new $c_sjsr_RuntimeLong().init___I(((1 + $imul(v1, v1)) | 0)), "101", v1);
+ var value = ((1 + $imul(v1, v1)) | 0);
+ var hi = (value >> 31);
+ this.org$scalajs$testsuite$javalib$lang$LongTestOnJDK8$$test$5__J__T__I__V(new $c_sjsr_RuntimeLong().init___I__I(value, hi), "101", v1);
if ((i === 36)) {
break
};
@@ -61122,65 +64265,105 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.addExact__V = (f
return $m_jl_Math$().addExact__I__I__I(1073741824, 1073741824)
})));
var this$21 = $m_Lorg_junit_Assert$();
- var actual$20 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$21.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$20);
+ var b = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$21.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$21 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$21);
+ var b$1 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$23 = $m_Lorg_junit_Assert$();
- var actual$22 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$22);
+ var b$2 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$24 = $m_Lorg_junit_Assert$();
- var actual$23 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$23);
+ var b$3 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$25 = $m_Lorg_junit_Assert$();
- var actual$24 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$24);
+ var b$4 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$26 = $m_Lorg_junit_Assert$();
- var actual$25 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$26.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$25);
+ var b$5 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$26.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$27 = $m_Lorg_junit_Assert$();
- var actual$26 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$27.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$26);
+ var b$6 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$27.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$28 = $m_Lorg_junit_Assert$();
- var actual$27 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$27);
+ var b$7 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$29 = $m_Lorg_junit_Assert$();
- var actual$28 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$28);
+ var b$8 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$30 = $m_Lorg_junit_Assert$();
- var actual$29 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$29);
+ var b$9 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$31 = $m_Lorg_junit_Assert$();
- var actual$30 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$30);
+ var b$10 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$32 = $m_Lorg_junit_Assert$();
- var actual$31 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$31);
+ var b$11 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$33 = $m_Lorg_junit_Assert$();
- var actual$32 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
- this$33.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$32);
+ var b$12 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
+ var lo$12 = b$12.lo$2;
+ var hi$12 = b$12.hi$2;
+ this$33.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
var this$34 = $m_Lorg_junit_Assert$();
- var actual$33 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$34.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$33);
+ var b$13 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$13 = b$13.lo$2;
+ var hi$13 = b$13.hi$2;
+ this$34.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13));
var this$35 = $m_Lorg_junit_Assert$();
- var actual$34 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$35.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$34);
+ var b$14 = $m_jl_Math$().addExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$14 = b$14.lo$2;
+ var hi$14 = b$14.hi$2;
+ this$35.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14));
var this$36 = $m_Lorg_junit_Assert$();
- var actual$35 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$36.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), actual$35);
+ var b$15 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$15 = b$15.lo$2;
+ var hi$15 = b$15.hi$2;
+ this$36.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15));
var this$37 = $m_Lorg_junit_Assert$();
- var actual$36 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$37.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), actual$36);
+ var b$16 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$16 = b$16.lo$2;
+ var hi$16 = b$16.hi$2;
+ this$37.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$16, hi$16));
var this$38 = $m_Lorg_junit_Assert$();
- var actual$37 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$38.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$37);
+ var b$17 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$17 = b$17.lo$2;
+ var hi$17 = b$17.hi$2;
+ this$38.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$17, hi$17));
var this$39 = $m_Lorg_junit_Assert$();
- var actual$38 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647));
- this$39.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$38);
+ var b$18 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647));
+ var lo$18 = b$18.lo$2;
+ var hi$18 = b$18.hi$2;
+ this$39.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$18, hi$18));
var this$40 = $m_Lorg_junit_Assert$();
- var actual$39 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-1073741824)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1073741824)));
- this$40.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$39);
+ var b$19 = $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-1073741824)), new $c_sjsr_RuntimeLong().init___I__I(0, (-1073741824)));
+ var lo$19 = b$19.lo$2;
+ var hi$19 = b$19.hi$2;
+ this$40.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$19, hi$19));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return $m_jl_Math$().addExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)))
})));
@@ -61270,53 +64453,85 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.floorMod__V = (f
var actual$15 = $m_jl_Math$().floorMod__I__I__I((-2147483648), (-1));
this$17.assertEquals__T__O__O__V(null, 0, actual$15);
var this$18 = $m_Lorg_junit_Assert$();
- var actual$16 = $m_jl_Math$().floorMod__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$18.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$16);
+ var b = $m_jl_Math$().floorMod__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$18.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$19 = $m_Lorg_junit_Assert$();
- var actual$17 = $m_jl_Math$().floorMod__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$19.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$17);
+ var b$1 = $m_jl_Math$().floorMod__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$19.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$20 = $m_Lorg_junit_Assert$();
- var actual$18 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$20.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$18);
+ var b$2 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$20.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$21 = $m_Lorg_junit_Assert$();
- var actual$19 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$21.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$19);
+ var b$3 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$21.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$20 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(3, 0));
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$20);
+ var b$4 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(3, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$23 = $m_Lorg_junit_Assert$();
- var actual$21 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-3), (-1)));
- this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)), actual$21);
+ var b$5 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-3), (-1)));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$24 = $m_Lorg_junit_Assert$();
- var actual$22 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(3, 0));
- this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2, 0), actual$22);
+ var b$6 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(3, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$25 = $m_Lorg_junit_Assert$();
- var actual$23 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-3), (-1)));
- this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$23);
+ var b$7 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-3), (-1)));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$26 = $m_Lorg_junit_Assert$();
- var actual$24 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$24);
+ var b$8 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$27 = $m_Lorg_junit_Assert$();
- var actual$25 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$25);
+ var b$9 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$28 = $m_Lorg_junit_Assert$();
- var actual$26 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), actual$26);
+ var b$10 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$29 = $m_Lorg_junit_Assert$();
- var actual$27 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$27);
+ var b$11 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$30 = $m_Lorg_junit_Assert$();
- var actual$28 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$30.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$28);
+ var b$12 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$12 = b$12.lo$2;
+ var hi$12 = b$12.hi$2;
+ this$30.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
var this$31 = $m_Lorg_junit_Assert$();
- var actual$29 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$31.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$29);
+ var b$13 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$13 = b$13.lo$2;
+ var hi$13 = b$13.hi$2;
+ this$31.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13));
var this$32 = $m_Lorg_junit_Assert$();
- var actual$30 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$32.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$30);
+ var b$14 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$14 = b$14.lo$2;
+ var hi$14 = b$14.hi$2;
+ this$32.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14));
var this$33 = $m_Lorg_junit_Assert$();
- var actual$31 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$33.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$31);
+ var b$15 = $m_jl_Math$().floorMod__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$15 = b$15.lo$2;
+ var hi$15 = b$15.hi$2;
+ this$33.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15));
$as_sc_IterableLike($m_sc_Seq$().apply__sc_Seq__sc_GenTraversable(new $c_sjs_js_WrappedArray().init___sjs_js_Array([$m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))]))).foreach__F1__V(new $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8$$anonfun$floorMod$1().init___Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8(this))
});
$c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.notify__ = (function() {
@@ -61327,8 +64542,10 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.decrementExact__
var actual = $m_jl_Math$().decrementExact__I__I((-2147483647));
this$1.assertEquals__T__O__O__V(null, (-2147483648), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Math$().decrementExact__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$1);
+ var b = $m_jl_Math$().decrementExact__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return $m_jl_Math$().decrementExact__I__I((-2147483648))
})));
@@ -61401,44 +64618,70 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.multiplyExact__V
return $m_jl_Math$().multiplyExact__I__I__I((-2), 1073741825)
})));
$as_sc_IterableLike($m_sc_Seq$().apply__sc_Seq__sc_GenTraversable(new $c_sjs_js_WrappedArray().init___sjs_js_Array([new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)]))).foreach__F1__V(new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(n$2$1) {
- var n$1 = $uJ(n$2$1);
+ var b = $uJ(n$2$1);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_jl_Math$().multiplyExact__J__J__J(n$1, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$10);
+ var b$1 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(lo, hi), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = $m_jl_Math$().multiplyExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), n$1);
- this$12.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$11);
+ var b$2 = $m_jl_Math$().multiplyExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$12.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$13 = $m_Lorg_junit_Assert$();
- var actual$12 = $m_jl_Math$().multiplyExact__J__J__J(n$1, new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$13.assertEquals__T__O__O__V(null, n$1, actual$12);
+ var b$3 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(lo, hi), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$13.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(lo, hi), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$14 = $m_Lorg_junit_Assert$();
- var actual$13 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), n$1);
- this$14.assertEquals__T__O__O__V(null, n$1, actual$13)
+ var b$4 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(lo, hi), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4))
})));
var this$15 = $m_Lorg_junit_Assert$();
- var actual$14 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$15.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$14);
+ var b$5 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$15.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$16 = $m_Lorg_junit_Assert$();
- var actual$15 = $m_jl_Math$().multiplyExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$16.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$15);
+ var b$6 = $m_jl_Math$().multiplyExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$16.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$17 = $m_Lorg_junit_Assert$();
- var actual$16 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$17.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$16);
+ var b$7 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$17.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$18 = $m_Lorg_junit_Assert$();
- var actual$17 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
- this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$17);
+ var b$8 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$19 = $m_Lorg_junit_Assert$();
- var actual$18 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 1073741823), new $c_sjsr_RuntimeLong().init___I__I(2, 0));
- this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), actual$18);
+ var b$9 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 1073741823), new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$20 = $m_Lorg_junit_Assert$();
- var actual$19 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), 1073741823));
- this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), actual$19);
+ var b$10 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(2, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), 1073741823));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$21 = $m_Lorg_junit_Assert$();
- var actual$20 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824), new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
- this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$20);
+ var b$11 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824), new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$21 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824));
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$21);
+ var b$12 = $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824));
+ var lo$12 = b$12.lo$2;
+ var hi$12 = b$12.hi$2;
+ this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return $m_jl_Math$().multiplyExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)))
})));
@@ -61478,11 +64721,15 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.negateExact__V =
var actual$1 = $m_jl_Math$().negateExact__I__I(2147483647);
this$2.assertEquals__T__O__O__V(null, (-2147483647), actual$1);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_jl_Math$().negateExact__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$2);
+ var b = $m_jl_Math$().negateExact__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_jl_Math$().negateExact__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$3);
+ var b$1 = $m_jl_Math$().negateExact__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return $m_jl_Math$().negateExact__I__I((-2147483648))
})));
@@ -61540,53 +64787,85 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.floorDiv__V = (f
var actual$15 = $m_jl_Math$().floorDiv__I__I__I((-2147483648), (-1));
this$16.assertEquals__T__O__O__V(null, (-2147483648), actual$15);
var this$17 = $m_Lorg_junit_Assert$();
- var actual$16 = $m_jl_Math$().floorDiv__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$17.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$16);
+ var b = $m_jl_Math$().floorDiv__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$17.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$18 = $m_Lorg_junit_Assert$();
- var actual$17 = $m_jl_Math$().floorDiv__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$18.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$17);
+ var b$1 = $m_jl_Math$().floorDiv__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$18.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$19 = $m_Lorg_junit_Assert$();
- var actual$18 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$18);
+ var b$2 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$20 = $m_Lorg_junit_Assert$();
- var actual$19 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$19);
+ var b$3 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$21 = $m_Lorg_junit_Assert$();
- var actual$20 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(2, 0));
- this$21.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$20);
+ var b$4 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$21.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$21 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$21);
+ var b$5 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$23 = $m_Lorg_junit_Assert$();
- var actual$22 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(2, 0));
- this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$22);
+ var b$6 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(2, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$23.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$24 = $m_Lorg_junit_Assert$();
- var actual$23 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
- this$24.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$23);
+ var b$7 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-2), (-1)));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$24.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$25 = $m_Lorg_junit_Assert$();
- var actual$24 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$25.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$24);
+ var b$8 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$25.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$26 = $m_Lorg_junit_Assert$();
- var actual$25 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$25);
+ var b$9 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$27 = $m_Lorg_junit_Assert$();
- var actual$26 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$26);
+ var b$10 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$28 = $m_Lorg_junit_Assert$();
- var actual$27 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$28.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$27);
+ var b$11 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$28.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$29 = $m_Lorg_junit_Assert$();
- var actual$28 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$28);
+ var b$12 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$12 = b$12.lo$2;
+ var hi$12 = b$12.hi$2;
+ this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
var this$30 = $m_Lorg_junit_Assert$();
- var actual$29 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$29);
+ var b$13 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$13 = b$13.lo$2;
+ var hi$13 = b$13.hi$2;
+ this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13));
var this$31 = $m_Lorg_junit_Assert$();
- var actual$30 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$30);
+ var b$14 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$14 = b$14.lo$2;
+ var hi$14 = b$14.hi$2;
+ this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14));
var this$32 = $m_Lorg_junit_Assert$();
- var actual$31 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$31);
+ var b$15 = $m_jl_Math$().floorDiv__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$15 = b$15.lo$2;
+ var hi$15 = b$15.hi$2;
+ this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15));
$as_sc_IterableLike($m_sc_Seq$().apply__sc_Seq__sc_GenTraversable(new $c_sjs_js_WrappedArray().init___sjs_js_Array([$m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))]))).foreach__F1__V(new $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8$$anonfun$floorDiv$1().init___Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8(this))
});
$c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.subtractExact__V = (function() {
@@ -61660,53 +64939,85 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.subtractExact__V
return $m_jl_Math$().subtractExact__I__I__I(1073741824, (-1073741824))
})));
var this$17 = $m_Lorg_junit_Assert$();
- var actual$16 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$17.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$16);
+ var b = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$17.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$18 = $m_Lorg_junit_Assert$();
- var actual$17 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$17);
+ var b$1 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$19 = $m_Lorg_junit_Assert$();
- var actual$18 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$18);
+ var b$2 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$20 = $m_Lorg_junit_Assert$();
- var actual$19 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$20.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$19);
+ var b$3 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$20.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$21 = $m_Lorg_junit_Assert$();
- var actual$20 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$20);
+ var b$4 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$21 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), actual$21);
+ var b$5 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$23 = $m_Lorg_junit_Assert$();
- var actual$22 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$23.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$22);
+ var b$6 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$23.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$24 = $m_Lorg_junit_Assert$();
- var actual$23 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$23);
+ var b$7 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$24.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$25 = $m_Lorg_junit_Assert$();
- var actual$24 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$24);
+ var b$8 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$26 = $m_Lorg_junit_Assert$();
- var actual$25 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
- this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$25);
+ var b$9 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$26.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$27 = $m_Lorg_junit_Assert$();
- var actual$26 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
- this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), actual$26);
+ var b$10 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(1, 0));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$28 = $m_Lorg_junit_Assert$();
- var actual$27 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$27);
+ var b$11 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$28.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$29 = $m_Lorg_junit_Assert$();
- var actual$28 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
- this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$28);
+ var b$12 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)));
+ var lo$12 = b$12.lo$2;
+ var hi$12 = b$12.hi$2;
+ this$29.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
var this$30 = $m_Lorg_junit_Assert$();
- var actual$29 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
- this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), actual$29);
+ var b$13 = $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
+ var lo$13 = b$13.lo$2;
+ var hi$13 = b$13.hi$2;
+ this$30.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13));
var this$31 = $m_Lorg_junit_Assert$();
- var actual$30 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$30);
+ var b$14 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ var lo$14 = b$14.lo$2;
+ var hi$14 = b$14.hi$2;
+ this$31.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14));
var this$32 = $m_Lorg_junit_Assert$();
- var actual$31 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-1073741824)), new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824));
- this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$31);
+ var b$15 = $m_jl_Math$().subtractExact__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-1073741824)), new $c_sjsr_RuntimeLong().init___I__I(0, 1073741824));
+ var lo$15 = b$15.lo$2;
+ var hi$15 = b$15.hi$2;
+ this$32.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return $m_jl_Math$().subtractExact__J__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)))
})));
@@ -61737,8 +65048,10 @@ $c_Lorg_scalajs_testsuite_javalib_lang_MathTestOnJDK8.prototype.incrementExact__
var actual = $m_jl_Math$().incrementExact__I__I(2147483646);
this$1.assertEquals__T__O__O__V(null, 2147483647, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_jl_Math$().incrementExact__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$1);
+ var b = $m_jl_Math$().incrementExact__J__J(new $c_sjsr_RuntimeLong().init___I__I((-2), 2147483647));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return $m_jl_Math$().incrementExact__I__I(2147483647)
})));
@@ -63231,8 +66544,9 @@ $c_Lorg_scalajs_testsuite_javalib_lang_StringTest.prototype.charAt__V = (functio
var actual = new $c_jl_Character().init___C(c);
this$6.assertEquals__T__O__O__V(null, expected, actual);
var this$8 = $m_Lorg_junit_Assert$();
- var unexpected = new $c_sjsr_RuntimeLong().init___I((65535 & $uI("Scala.js".charCodeAt(6))));
- this$8.assertNotEquals__T__J__J__V(null, unexpected, new $c_sjsr_RuntimeLong().init___I__I(46, 0))
+ var value = (65535 & $uI("Scala.js".charCodeAt(6)));
+ var hi = (value >> 31);
+ this$8.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I(value, hi), new $c_sjsr_RuntimeLong().init___I__I(46, 0))
});
$c_Lorg_scalajs_testsuite_javalib_lang_StringTest.prototype.split__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array(["Sc", "l", ".js"]);
@@ -63826,28 +67140,30 @@ $c_Lorg_scalajs_testsuite_javalib_lang_SystemJSTest.prototype.identityHashCode$u
var actual = $objectHashCode(x1);
this$5.assertEquals__T__O__O__V(null, x1FirstHash, actual);
var this$6 = $m_Lorg_junit_Assert$();
- var unexpected = new $c_sjsr_RuntimeLong().init___I($objectHashCode(x1));
- var actual$1 = new $c_sjsr_RuntimeLong().init___I($objectHashCode(x2));
- this$6.assertNotEquals__T__J__J__V(null, unexpected, actual$1);
+ var value = $objectHashCode(x1);
+ var hi = (value >> 31);
+ var value$1 = $objectHashCode(x2);
+ var hi$1 = (value$1 >> 31);
+ this$6.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I(value, hi), new $c_sjsr_RuntimeLong().init___I__I(value$1, hi$1));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$2 = $objectHashCode(x1);
- this$7.assertEquals__T__O__O__V(null, x1FirstHash, actual$2);
+ var actual$1 = $objectHashCode(x1);
+ this$7.assertEquals__T__O__O__V(null, x1FirstHash, actual$1);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$3 = $systemIdentityHashCode(x1);
- this$8.assertEquals__T__O__O__V(null, x1FirstHash, actual$3);
+ var actual$2 = $systemIdentityHashCode(x1);
+ this$8.assertEquals__T__O__O__V(null, x1FirstHash, actual$2);
var this$9 = $m_Lorg_junit_Assert$();
var expected = $objectHashCode(x2);
- var actual$4 = $systemIdentityHashCode(x2);
- this$9.assertEquals__T__O__O__V(null, expected, actual$4)
+ var actual$3 = $systemIdentityHashCode(x2);
+ this$9.assertEquals__T__O__O__V(null, expected, actual$3)
} else {
var x1$2 = {};
var x1FirstHash$2 = $objectHashCode(x1$2);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$5 = $objectHashCode(x1$2);
- this$10.assertEquals__T__O__O__V(null, x1FirstHash$2, actual$5);
+ var actual$4 = $objectHashCode(x1$2);
+ this$10.assertEquals__T__O__O__V(null, x1FirstHash$2, actual$4);
var this$11 = $m_Lorg_junit_Assert$();
- var actual$6 = $systemIdentityHashCode(x1$2);
- this$11.assertEquals__T__O__O__V(null, x1FirstHash$2, actual$6)
+ var actual$5 = $systemIdentityHashCode(x1$2);
+ this$11.assertEquals__T__O__O__V(null, x1FirstHash$2, actual$5)
}
});
$c_Lorg_scalajs_testsuite_javalib_lang_SystemJSTest.prototype.identityHashCode$undshould$undsurvive$undif$undan$undobject$undis$undsealed__V = (function() {
@@ -64170,19 +67486,21 @@ $c_Lorg_scalajs_testsuite_javalib_lang_SystemTest.prototype.identityHashCode__V
var actual = $systemIdentityHashCode(x1);
this$1.assertEquals__T__O__O__V(null, x1FirstHash, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var unexpected = new $c_sjsr_RuntimeLong().init___I($systemIdentityHashCode(x1));
- var actual$1 = new $c_sjsr_RuntimeLong().init___I($systemIdentityHashCode(x2));
- this$2.assertNotEquals__T__J__J__V(null, unexpected, actual$1);
+ var value = $systemIdentityHashCode(x1);
+ var hi = (value >> 31);
+ var value$1 = $systemIdentityHashCode(x2);
+ var hi$1 = (value$1 >> 31);
+ this$2.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I(value, hi), new $c_sjsr_RuntimeLong().init___I__I(value$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $systemIdentityHashCode(x1);
- this$3.assertEquals__T__O__O__V(null, x1FirstHash, actual$2);
+ var actual$1 = $systemIdentityHashCode(x1);
+ this$3.assertEquals__T__O__O__V(null, x1FirstHash, actual$1);
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $systemIdentityHashCode(x1);
- this$4.assertEquals__T__O__O__V(null, x1FirstHash, actual$3);
+ var actual$2 = $systemIdentityHashCode(x1);
+ this$4.assertEquals__T__O__O__V(null, x1FirstHash, actual$2);
var this$5 = $m_Lorg_junit_Assert$();
var expected = $systemIdentityHashCode(x2);
- var actual$4 = $systemIdentityHashCode(x2);
- this$5.assertEquals__T__O__O__V(null, expected, actual$4)
+ var actual$3 = $systemIdentityHashCode(x2);
+ this$5.assertEquals__T__O__O__V(null, expected, actual$3)
});
$c_Lorg_scalajs_testsuite_javalib_lang_SystemTest.prototype.arraycopy$undwith$undrange$undoverlaps$undfor$undthe$undsame$undarray__V = (function() {
var array = $newArrayObject($d_I.getArrayOf(), [10]);
@@ -64266,9 +67584,11 @@ $c_Lorg_scalajs_testsuite_javalib_lang_SystemTest.prototype.identityHashCode$und
var actual = $m_s_util_hashing_MurmurHash3$().seqHash__sc_Seq__I(list1);
this$6.assertEquals__T__O__O__V(null, expected, actual);
var this$7 = $m_Lorg_junit_Assert$();
- var unexpected = new $c_sjsr_RuntimeLong().init___I($systemIdentityHashCode(list1));
- var actual$1 = new $c_sjsr_RuntimeLong().init___I($systemIdentityHashCode(list2));
- this$7.assertNotEquals__T__J__J__V(null, unexpected, actual$1)
+ var value = $systemIdentityHashCode(list1);
+ var hi = (value >> 31);
+ var value$1 = $systemIdentityHashCode(list2);
+ var hi$1 = (value$1 >> 31);
+ this$7.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I(value, hi), new $c_sjsr_RuntimeLong().init___I__I(value$1, hi$1))
});
$c_Lorg_scalajs_testsuite_javalib_lang_SystemTest.prototype.setIn__V = (function() {
var savedIn = $m_jl_System$().in$1;
@@ -64615,7 +67935,11 @@ $c_Lorg_scalajs_testsuite_javalib_lang_ThreadTest.prototype.notify__ = (function
});
$c_Lorg_scalajs_testsuite_javalib_lang_ThreadTest.prototype.getId__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var condition = ($m_jl_Thread$(), new $c_sjsr_RuntimeLong().init___I__I(1, 0)).$$greater__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ $m_jl_Thread$();
+ var b = new $c_sjsr_RuntimeLong().init___I__I(1, 0);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((hi === 0) ? (lo !== 0) : (hi > 0));
this$1.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_lang_ThreadTest.prototype.getName$undand$undsetName__V = (function() {
@@ -68156,23 +71480,35 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.testLongV
var longMaxValue = new $c_Ljava_math_BigDecimal().init___J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647));
var longMinValue = new $c_Ljava_math_BigDecimal().init___J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
var this$1 = $m_Lorg_junit_Assert$();
- var actual = longMaxValue.longValue__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual);
+ var b = longMaxValue.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = longMinValue.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$1);
+ var b$1 = longMinValue.longValue__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = longMaxValue.add__Ljava_math_BigDecimal__Ljava_math_BigDecimal($m_Ljava_math_BigDecimal$().ONE$1).longValue__J();
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$2);
+ var b$2 = longMaxValue.add__Ljava_math_BigDecimal__Ljava_math_BigDecimal($m_Ljava_math_BigDecimal$().ONE$1).longValue__J();
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = longMinValue.subtract__Ljava_math_BigDecimal__Ljava_math_BigDecimal($m_Ljava_math_BigDecimal$().ONE$1).longValue__J();
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$3);
+ var b$3 = longMinValue.subtract__Ljava_math_BigDecimal__Ljava_math_BigDecimal($m_Ljava_math_BigDecimal$().ONE$1).longValue__J();
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = longMaxValue.valueExact__p2__I__J(64);
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$4);
+ var b$4 = longMaxValue.valueExact__p2__I__J(64);
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = longMinValue.valueExact__p2__I__J(64);
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$5);
+ var b$5 = longMinValue.valueExact__p2__I__J(64);
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().assertThrows__jl_Class__F0__V($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function(longMaxValue$1) {
return (function() {
var this$7 = longMaxValue$1.add__Ljava_math_BigDecimal__Ljava_math_BigDecimal($m_Ljava_math_BigDecimal$().ONE$1);
@@ -68230,8 +71566,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.testToBig
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.test$1__p1__J__V = (function(x) {
var this$2 = $m_Lorg_junit_Assert$();
var this$1 = new $c_Ljava_math_BigDecimal().init___J(x);
- var actual = this$1.valueExact__p2__I__J(64);
- this$2.assertEquals__T__O__O__V(null, x, actual)
+ var b = this$1.valueExact__p2__I__J(64);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, x, new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.testScaleByPowerOfTen2__V = (function() {
var aNumber = new $c_Ljava_math_BigDecimal().init___Ljava_math_BigInteger__I(new $c_Ljava_math_BigInteger().init___T("1231212478987482988429808779810457634781384756794987"), (-13));
@@ -68297,7 +71635,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.testByteV
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.testLongValuePos__V = (function() {
var aNumber = new $c_Ljava_math_BigDecimal().init___T("123809648392384754573567356745735.63567890295784902768787678287E+21");
var this$1 = $m_Lorg_junit_Assert$();
- var condition = aNumber.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-218520473), 290117104));
+ var b = aNumber.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === (-218520473)) && (hi === 290117104));
this$1.assertTrue__T__Z__V(null, condition);
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function(aNumber$4) {
return (function() {
@@ -68320,7 +71661,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.testToEng
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalConvertTest.prototype.testLongValueNeg__V = (function() {
var aNumber = new $c_Ljava_math_BigDecimal().init___T("-123809648392384754573567356745735.63567890295784902768787678287E+21");
var this$1 = $m_Lorg_junit_Assert$();
- var condition = aNumber.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(218520473, (-290117105)));
+ var b = aNumber.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 218520473) && (hi === (-290117105)));
this$1.assertTrue__T__Z__V(null, condition);
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().expectThrows__jl_Class__F0__jl_Throwable($d_jl_ArithmeticException.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function(aNumber$3) {
return (function() {
@@ -68829,7 +72173,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, (-999999999), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-999999999), (-1)));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === (-999999999)) && (hi === (-1)));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u002099$u0020as$u0020a$u0020string__V = (function() {
@@ -68838,7 +72185,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, 99, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(99, 0));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 99) && (hi === 0));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u0020$minus3$u002E3$u0020as$u0020a$u0020double__V = (function() {
@@ -68850,7 +72200,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u00209999999999$u0020as$u0020a$u0020string__V = (function() {
var bd = new $c_Ljava_math_BigDecimal().init___T("9999999999");
var this$1 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 1410065407) && (hi === 2));
this$1.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u0020$minus999999999$u0020as$u0020aLong__V = (function() {
@@ -68859,7 +72212,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, (-999999999), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-999999999), (-1)));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === (-999999999)) && (hi === (-1)));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u00209999$u002E9999$u0020as$u0020a$u0020string__V = (function() {
@@ -68880,7 +72236,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, 3, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(3, 0));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 3) && (hi === 0));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.notify__ = (function() {
@@ -68895,7 +72254,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u0020$minus9999999999$u0020as$u0020aLong__V = (function() {
var bd = $m_Ljava_math_BigDecimal$().valueOf__J__Ljava_math_BigDecimal(new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)));
var this$1 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === (-1410065407)) && (hi === (-3)));
this$1.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u00203$u0020as$u0020a$u0020string__V = (function() {
@@ -68904,7 +72266,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, 3, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(3, 0));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 3) && (hi === 0));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u0020$minus99$u0020as$u0020a$u0020string__V = (function() {
@@ -68913,7 +72278,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, (-99), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-99), (-1)));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === (-99)) && (hi === (-1)));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u0020$minus99999999$u002E99999999$u0020as$u0020a$u0020double__V = (function() {
@@ -68937,7 +72305,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, 999999999, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(999999999, 0));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 999999999) && (hi === 0));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u0020999$u002E999$u0020as$u0020a$u0020string__V = (function() {
@@ -68949,7 +72320,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u0020$minus9999999999$u0020as$u0020a$u0020string__V = (function() {
var bd = new $c_Ljava_math_BigDecimal().init___T("-9999999999");
var this$1 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === (-1410065407)) && (hi === (-3)));
this$1.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u002099999999$u002E99999999$u0020as$u0020a$u0020double__V = (function() {
@@ -68985,7 +72359,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u00209999999999$u0020as$u0020aLong__V = (function() {
var bd = $m_Ljava_math_BigDecimal$().valueOf__J__Ljava_math_BigDecimal(new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2));
var this$1 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 1410065407) && (hi === 2));
this$1.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020accept$u002099$u002E99$u0020as$u0020a$u0020string__V = (function() {
@@ -69000,7 +72377,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.should$u0020acce
var actual = bd.intValue__I();
this$1.assertEquals__T__O__O__V(null, 999999999, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var condition = bd.longValue__J().equals__sjsr_RuntimeLong__Z(new $c_sjsr_RuntimeLong().init___I__I(999999999, 0));
+ var b = bd.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var condition = ((lo === 999999999) && (hi === 0));
this$2.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_math_BigDecimalTest.prototype.clone__ = (function() {
@@ -74873,9 +78253,11 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testLongV
array.u[elem$1] = $uB(arg1);
elem$1 = ((1 + elem$1) | 0)
};
- var aNumber = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var b = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$6 = $m_Lorg_junit_Assert$();
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-554422942), 760939384), aNumber)
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-554422942), 760939384), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testDoubleValueNegative1__V = (function() {
var this$1 = new $c_Ljava_math_BigInteger().init___T("-27467238945");
@@ -75164,9 +78546,11 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testLongV
array.u[elem$1] = $uB(arg1);
elem$1 = ((1 + elem$1) | 0)
};
- var aNumber = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var b = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$6 = $m_Lorg_junit_Assert$();
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(765144418, (-771996)), aNumber)
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(765144418, (-771996)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testIntValuePositive3__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([56, 13, 78, (-12), (-5), 56, 100]);
@@ -75427,9 +78811,11 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testLongV
array.u[elem$1] = $uB(arg1);
elem$1 = ((1 + elem$1) | 0)
};
- var aNumber = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var b = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$6 = $m_Lorg_junit_Assert$();
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1759318483), 205022226), aNumber)
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1759318483), 205022226), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testDoubleValueNegative2__V = (function() {
var this$1 = new $c_Ljava_math_BigInteger().init___T("-2746723894572364578265426346273456972");
@@ -75743,9 +79129,11 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testLongV
array.u[elem$1] = $uB(arg1);
elem$1 = ((1 + elem$1) | 0)
};
- var aNumber = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var b = new $c_Ljava_math_BigInteger().init___AB(array).longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$6 = $m_Lorg_junit_Assert$();
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2144511229), (-10158412)), aNumber)
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2144511229), (-10158412)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerConvertTest.prototype.testIntValuePositive2__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([12, 56, 100]);
@@ -77884,9 +81272,9 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerHashCodeTest.prototype.testUneq
var code2 = aNumber2.hashCode__I();
if ((!$m_sr_BoxesRunTime$().equalsNumNum__jl_Number__jl_Number__Z(aNumber1, aNumber2))) {
var this$1 = $m_Lorg_junit_Assert$();
- var unexpected = new $c_sjsr_RuntimeLong().init___I(code1);
- var actual = new $c_sjsr_RuntimeLong().init___I(code2);
- this$1.assertNotEquals__T__J__J__V(null, unexpected, actual)
+ var hi = (code1 >> 31);
+ var hi$1 = (code2 >> 31);
+ this$1.assertNotEquals__T__J__J__V(null, new $c_sjsr_RuntimeLong().init___I__I(code1, hi), new $c_sjsr_RuntimeLong().init___I__I(code2, hi$1))
}
});
function $is_Lorg_scalajs_testsuite_javalib_math_BigIntegerHashCodeTest(obj) {
@@ -86559,8 +89947,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020acce
var actual = bi.intValue__I();
this$1.assertEquals__T__O__O__V(null, (-999999999), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = bi.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-999999999), (-1)), actual$1)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-999999999), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020accept$u002099$u0020as$u0020a$u0020string__V = (function() {
var bi = new $c_Ljava_math_BigInteger().init___T("99");
@@ -86568,8 +89958,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020acce
var actual = bi.intValue__I();
this$1.assertEquals__T__O__O__V(null, 99, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = bi.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(99, 0), actual$1)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(99, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020intialise$u0020both$u0020Pos$u0020byte$u0020arrays$u0020arrays$u0020the$u0020same__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([27, (-15), 65, 39]);
@@ -86643,8 +90035,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020inti
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020accept$u00209999999999$u0020as$u0020a$u0020string__V = (function() {
var bi = new $c_Ljava_math_BigInteger().init___T("9999999999");
var this$1 = $m_Lorg_junit_Assert$();
- var actual = bi.longValue__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2), actual)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020intialise$u0020from$u0020Pos$u0020byte$u0020array$u0020with$u0020explicit$u0020sign__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([27, (-15), 65, 39]);
@@ -86725,8 +90119,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020acce
var actual = bi.intValue__I();
this$1.assertEquals__T__O__O__V(null, (-999999999), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = bi.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-999999999), (-1)), actual$1)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-999999999), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020accept$u0020127$u0020as$u0020a$u0020Byte$u0020Array__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([127]);
@@ -86751,8 +90147,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020acce
var actual = bi.intValue__I();
this$1.assertEquals__T__O__O__V(null, 3, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = bi.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(3, 0), actual$1)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(3, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.notify__ = (function() {
return (void 0)
@@ -86760,8 +90158,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.notify__ = (func
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020accept$u0020$minus9999999999$u0020as$u0020aLong__V = (function() {
var bi = $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)));
var this$1 = $m_Lorg_junit_Assert$();
- var actual = bi.longValue__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)), actual)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020intialise$u0020both$u0020Neg$u0020byte$u0020arrays$u0020arrays$u0020the$u0020same__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([27, (-15), 65, 39]);
@@ -86819,8 +90219,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020acce
var actual = bi.intValue__I();
this$1.assertEquals__T__O__O__V(null, (-99), actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = bi.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-99), (-1)), actual$1)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-99), (-1)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020intialise$u0020from$u0020Neg$u0020byte$u0020array$u0020with$u0020explicit$u0020sign__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([27, (-15), 65, 39]);
@@ -86853,8 +90255,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020inti
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020accept$u0020$minus9999999999$u0020as$u0020a$u0020string__V = (function() {
var bi = new $c_Ljava_math_BigInteger().init___T("-9999999999");
var this$1 = $m_Lorg_junit_Assert$();
- var actual = bi.longValue__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)), actual)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1410065407), (-3)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020accept$u0020999999999$u0020as$u0020sting__V = (function() {
var bi = new $c_Ljava_math_BigInteger().init___T("999999999");
@@ -86862,14 +90266,18 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020acce
var actual = bi.intValue__I();
this$1.assertEquals__T__O__O__V(null, 999999999, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = bi.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(999999999, 0), actual$1)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(999999999, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020accept$u00209999999999$u0020as$u0020aLong__V = (function() {
var bi = $m_Ljava_math_BigInteger$().valueOf__J__Ljava_math_BigInteger(new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2));
var this$1 = $m_Lorg_junit_Assert$();
- var actual = bi.longValue__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2), actual)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1410065407, 2), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020intialise$u0020from$u0020Zero$u0020byte$u0020array$u0020with$u0020explicit$u0020sign__V = (function() {
var xs = new $c_sjs_js_WrappedArray().init___sjs_js_Array([0, 0, 0, 0]);
@@ -86906,8 +90314,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.should$u0020acce
var actual = bi.intValue__I();
this$1.assertEquals__T__O__O__V(null, 999999999, actual);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = bi.longValue__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(999999999, 0), actual$1)
+ var b = bi.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(999999999, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi))
});
$c_Lorg_scalajs_testsuite_javalib_math_BigIntegerTest.prototype.clone__ = (function() {
if ($is_jl_Cloneable(this)) {
@@ -87034,8 +90444,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerToStringTest.prototype.tes10Neg
var aNumber = new $c_Ljava_math_BigInteger().init___T("-2489756308572");
var result = $m_Ljava_math_Conversion$().toDecimalScaledString__Ljava_math_BigInteger__T(aNumber);
var this$1 = $m_Lorg_junit_Assert$();
- var actual = aNumber.longValue__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1324723108, (-580)), actual);
+ var b = aNumber.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1324723108, (-580)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
this$2.assertEquals__T__O__O__V(null, "-2489756308572", result)
});
@@ -87076,8 +90488,10 @@ $c_Lorg_scalajs_testsuite_javalib_math_BigIntegerToStringTest.prototype.tes10Pos
var aNumber = new $c_Ljava_math_BigInteger().init___T("2489756308572");
var result = $m_Ljava_math_Conversion$().toDecimalScaledString__Ljava_math_BigInteger__T(aNumber);
var this$1 = $m_Lorg_junit_Assert$();
- var actual = aNumber.longValue__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1324723108), 579), actual);
+ var b = aNumber.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1324723108), 579), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
this$2.assertEquals__T__O__O__V(null, "2489756308572", result)
});
@@ -88145,7 +91559,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.fill$undShort__V = (
$c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undLong__V = (function() {
var f = (function(x$8$2) {
var x$8 = $uI(x$8$2);
- return new $c_sjsr_RuntimeLong().init___I(x$8)
+ var hi = (x$8 >> 31);
+ return new $c_sjsr_RuntimeLong().init___I__I(x$8, hi)
});
var f$1 = (function(x$11$2, x$12$2, x$13$2) {
var x$11 = $asArrayOf_J(x$11$2, 1);
@@ -88187,8 +91602,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undLong__V = (f
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -88218,8 +91633,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undLong__V = (f
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -88235,8 +91650,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undLong__V = (f
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -88252,8 +91667,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undLong__V = (f
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -88532,8 +91947,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undFloat__V = (
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -88563,8 +91978,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undFloat__V = (
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -88580,8 +91995,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undFloat__V = (
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -88597,8 +92012,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undFloat__V = (
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -88903,8 +92318,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undChar__V = (f
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -88940,8 +92355,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undChar__V = (f
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -88962,8 +92377,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undChar__V = (f
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -88984,8 +92399,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undChar__V = (f
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -89068,8 +92483,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undByte__V = (f
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -89099,8 +92514,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undByte__V = (f
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -89116,8 +92531,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undByte__V = (f
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -89133,8 +92548,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undByte__V = (f
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -89271,8 +92686,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undDouble__V =
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -89302,8 +92717,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undDouble__V =
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -89319,8 +92734,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undDouble__V =
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -89336,8 +92751,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undDouble__V =
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -89673,8 +93088,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undString__V =
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -89704,8 +93119,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undString__V =
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -89721,8 +93136,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undString__V =
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -89738,8 +93153,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undString__V =
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -90506,8 +93921,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undInt__V = (fu
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -90537,8 +93952,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undInt__V = (fu
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -90554,8 +93969,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undInt__V = (fu
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -90571,8 +93986,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undInt__V = (fu
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -90629,8 +94044,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undShort__V = (
var xs$1 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$1 = [];
var i$2 = 0;
- var len$2 = xs$1.u.length;
- while ((i$2 < len$2)) {
+ var len$1 = xs$1.u.length;
+ while ((i$2 < len$1)) {
var idx$1 = i$2;
var arg1$2 = xs$1.u[idx$1];
var elem$1 = f(arg1$2);
@@ -90660,8 +94075,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undShort__V = (
var xs$2 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 6, 1, 2, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$2 = [];
var i$4 = 0;
- var len$4 = xs$2.u.length;
- while ((i$4 < len$4)) {
+ var len$2 = xs$2.u.length;
+ while ((i$4 < len$2)) {
var idx$2 = i$4;
var arg1$3 = xs$2.u[idx$2];
var elem$2 = f(arg1$3);
@@ -90677,8 +94092,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undShort__V = (
var xs$3 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([3, 5, 1, 2, 6, 4]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$3 = [];
var i$5 = 0;
- var len$5 = xs$3.u.length;
- while ((i$5 < len$5)) {
+ var len$3 = xs$3.u.length;
+ while ((i$5 < len$3)) {
var idx$3 = i$5;
var arg1$4 = xs$3.u[idx$3];
var elem$3 = f(arg1$4);
@@ -90694,8 +94109,8 @@ $c_Lorg_scalajs_testsuite_javalib_util_ArraysTest.prototype.sort$undShort__V = (
var xs$4 = $asArrayOf_I(this.Array__sc_Seq__s_reflect_ClassTag__O(new $c_sjs_js_WrappedArray().init___sjs_js_Array([1, 2, 3, 4, 5, 6]), $m_s_reflect_ManifestFactory$IntManifest$()), 1);
var elems$2$4 = [];
var i$6 = 0;
- var len$6 = xs$4.u.length;
- while ((i$6 < len$6)) {
+ var len$4 = xs$4.u.length;
+ while ((i$6 < len$4)) {
var idx$4 = i$6;
var arg1$5 = xs$4.u[idx$4];
var elem$4 = f(arg1$5);
@@ -95831,35 +99246,55 @@ $c_Lorg_scalajs_testsuite_javalib_util_RandomTest.prototype.should$undproduce$un
$c_Lorg_scalajs_testsuite_javalib_util_RandomTest.prototype.should$undcorrectly$undimplement$undnextLong__V = (function() {
var random = new $c_ju_Random().init___J(new $c_sjsr_RuntimeLong().init___I__I((-1126670972), 47874));
var this$1 = $m_Lorg_junit_Assert$();
- var actual = random.nextLong__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1742457210), 863926802), actual);
+ var b = random.nextLong__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1742457210), 863926802), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = random.nextLong__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1150015988), 959676302), actual$1);
+ var b$1 = random.nextLong__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1150015988), 959676302), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = random.nextLong__J();
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-977796680), 67413964), actual$2);
+ var b$2 = random.nextLong__J();
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-977796680), 67413964), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = random.nextLong__J();
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2005503433, 71481098), actual$3);
+ var b$3 = random.nextLong__J();
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2005503433, 71481098), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = random.nextLong__J();
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1924591797, 1752532521), actual$4);
+ var b$4 = random.nextLong__J();
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1924591797, 1752532521), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = random.nextLong__J();
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-391888480), (-1062451135)), actual$5);
+ var b$5 = random.nextLong__J();
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-391888480), (-1062451135)), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = random.nextLong__J();
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1236563551), 1774054729), actual$6);
+ var b$6 = random.nextLong__J();
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1236563551), 1774054729), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = random.nextLong__J();
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056663152, (-1836595366)), actual$7);
+ var b$7 = random.nextLong__J();
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2056663152, (-1836595366)), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = random.nextLong__J();
- this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2139810770), (-814713702)), actual$8);
+ var b$8 = random.nextLong__J();
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-2139810770), (-814713702)), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = random.nextLong__J();
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(649872734, (-465423)), actual$9)
+ var b$9 = random.nextLong__J();
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(649872734, (-465423)), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9))
});
$c_Lorg_scalajs_testsuite_javalib_util_RandomTest.prototype.test$1__p1__sc_Seq__ju_Random__V = (function(exps, random$2) {
var jsx$1 = new $c_sjsr_AnonFunction1().init___sjs_js_Function1((function(x$1$2) {
@@ -96556,11 +99991,15 @@ $c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.init___ = (function()
});
$c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.node__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).node__J();
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).node__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-2147418113))).node__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 65535), actual$1);
+ var b$1 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I((-1), (-2147418113))).node__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 65535), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().assertThrows__jl_Class__F0__V($d_jl_Exception.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).node__J()
})));
@@ -96607,37 +100046,51 @@ $c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.equalsTest__V = (funct
$c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.constructor__V = (function() {
var uuid = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(2112623056, (-132296786)), new $c_sjsr_RuntimeLong().init___I__I((-920753162), (-1486552928)));
var this$1 = $m_Lorg_junit_Assert$();
- var actual = uuid.getMostSignificantBits__J();
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2112623056, (-132296786)), actual);
+ var b = uuid.getMostSignificantBits__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2112623056, (-132296786)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = uuid.getLeastSignificantBits__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), (-1486552928)), actual$1);
+ var b$1 = uuid.getLeastSignificantBits__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), (-1486552928)), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = uuid.variant__I();
- this$3.assertEquals__T__O__O__V(null, 2, actual$2);
+ var actual = uuid.variant__I();
+ this$3.assertEquals__T__O__O__V(null, 2, actual);
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = uuid.version__I();
- this$4.assertEquals__T__O__O__V(null, 1, actual$3);
+ var actual$1 = uuid.version__I();
+ this$4.assertEquals__T__O__O__V(null, 1, actual$1);
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = uuid.timestamp__J();
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-132296786), 30440940), actual$4);
+ var b$2 = uuid.timestamp__J();
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-132296786), 30440940), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = uuid.clockSequence__I();
- this$6.assertEquals__T__O__O__V(null, 10085, actual$5);
+ var actual$2 = uuid.clockSequence__I();
+ this$6.assertEquals__T__O__O__V(null, 10085, actual$2);
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = uuid.node__J();
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), 160), actual$6)
+ var b$3 = uuid.node__J();
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), 160), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3))
});
$c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.getLeastSignificantBits__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getLeastSignificantBits__J();
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getLeastSignificantBits__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).getLeastSignificantBits__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$1);
+ var b$1 = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).getLeastSignificantBits__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)).getLeastSignificantBits__J();
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$2)
+ var b$2 = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647)).getLeastSignificantBits__J();
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2))
});
$c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.randomUUID__V = (function() {
var uuid = $m_ju_UUID$().randomUUID__ju_UUID();
@@ -96650,14 +100103,20 @@ $c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.randomUUID__V = (funct
});
$c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.getMostSignificantBits__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getMostSignificantBits__J();
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getMostSignificantBits__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getMostSignificantBits__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$1);
+ var b$1 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getMostSignificantBits__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getMostSignificantBits__J();
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), actual$2)
+ var b$2 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()).getMostSignificantBits__J();
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1), 2147483647), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2))
});
$c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.notify__ = (function() {
return (void 0)
@@ -96673,11 +100132,15 @@ $c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.hashCodeTest__V = (fun
});
$c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.timestamp__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).timestamp__J();
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).timestamp__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(1431638835, 2004318071), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).timestamp__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2004318071, 53695829), actual$1);
+ var b$1 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(1431638835, 2004318071), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).timestamp__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2004318071, 53695829), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().assertThrows__jl_Class__F0__V($d_jl_Exception.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return new $c_ju_UUID().init___J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648))).timestamp__J()
})));
@@ -96748,51 +100211,67 @@ $c_Lorg_scalajs_testsuite_javalib_util_UUIDTest.prototype.fromString__V = (funct
var condition = uuid1.equals__O__Z(new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(2112623056, (-132296786)), new $c_sjsr_RuntimeLong().init___I__I((-920753162), (-1486552928))));
this$1.assertTrue__T__Z__V(null, condition);
var this$2 = $m_Lorg_junit_Assert$();
- var actual = uuid1.getMostSignificantBits__J();
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2112623056, (-132296786)), actual);
+ var b = uuid1.getMostSignificantBits__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2112623056, (-132296786)), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$1 = uuid1.getLeastSignificantBits__J();
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), (-1486552928)), actual$1);
+ var b$1 = uuid1.getLeastSignificantBits__J();
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), (-1486552928)), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$2 = uuid1.variant__I();
- this$4.assertEquals__T__O__O__V(null, 2, actual$2);
+ var actual = uuid1.variant__I();
+ this$4.assertEquals__T__O__O__V(null, 2, actual);
var this$5 = $m_Lorg_junit_Assert$();
- var actual$3 = uuid1.version__I();
- this$5.assertEquals__T__O__O__V(null, 1, actual$3);
+ var actual$1 = uuid1.version__I();
+ this$5.assertEquals__T__O__O__V(null, 1, actual$1);
var this$6 = $m_Lorg_junit_Assert$();
- var actual$4 = uuid1.timestamp__J();
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-132296786), 30440940), actual$4);
+ var b$2 = uuid1.timestamp__J();
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-132296786), 30440940), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$5 = uuid1.clockSequence__I();
- this$7.assertEquals__T__O__O__V(null, 10085, actual$5);
+ var actual$2 = uuid1.clockSequence__I();
+ this$7.assertEquals__T__O__O__V(null, 10085, actual$2);
var this$8 = $m_Lorg_junit_Assert$();
- var actual$6 = uuid1.node__J();
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), 160), actual$6);
+ var b$3 = uuid1.node__J();
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-920753162), 160), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var uuid2 = $m_ju_UUID$().fromString__T__ju_UUID("00000000-0000-1000-8000-000000000000");
var this$9 = $m_Lorg_junit_Assert$();
- var actual$7 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
- this$9.assertEquals__T__O__O__V(null, uuid2, actual$7);
+ var actual$3 = new $c_ju_UUID().init___J__J(new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)));
+ this$9.assertEquals__T__O__O__V(null, uuid2, actual$3);
var this$10 = $m_Lorg_junit_Assert$();
- var actual$8 = uuid2.getMostSignificantBits__J();
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(4096, 0), actual$8);
+ var b$4 = uuid2.getMostSignificantBits__J();
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(4096, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$11 = $m_Lorg_junit_Assert$();
- var actual$9 = uuid2.getLeastSignificantBits__J();
- this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), actual$9);
+ var b$5 = uuid2.getLeastSignificantBits__J();
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(0, (-2147483648)), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$12 = $m_Lorg_junit_Assert$();
- var actual$10 = uuid2.variant__I();
- this$12.assertEquals__T__O__O__V(null, 2, actual$10);
+ var actual$4 = uuid2.variant__I();
+ this$12.assertEquals__T__O__O__V(null, 2, actual$4);
var this$13 = $m_Lorg_junit_Assert$();
- var actual$11 = uuid2.version__I();
- this$13.assertEquals__T__O__O__V(null, 1, actual$11);
+ var actual$5 = uuid2.version__I();
+ this$13.assertEquals__T__O__O__V(null, 1, actual$5);
var this$14 = $m_Lorg_junit_Assert$();
- var actual$12 = uuid2.timestamp__J();
- this$14.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$12);
+ var b$6 = uuid2.timestamp__J();
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$14.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$15 = $m_Lorg_junit_Assert$();
- var actual$13 = uuid2.clockSequence__I();
- this$15.assertEquals__T__O__O__V(null, 0, actual$13);
+ var actual$6 = uuid2.clockSequence__I();
+ this$15.assertEquals__T__O__O__V(null, 0, actual$6);
var this$16 = $m_Lorg_junit_Assert$();
- var actual$14 = uuid2.node__J();
- this$16.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$14);
+ var b$7 = uuid2.node__J();
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$16.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
$m_Lorg_scalajs_testsuite_utils_AssertThrows$().assertThrows__jl_Class__F0__V($d_jl_Exception.getClassOf(), new $c_sjsr_AnonFunction0().init___sjs_js_Function0((function() {
return $m_ju_UUID$().fromString__T__ju_UUID(null)
})));
@@ -98246,9 +101725,12 @@ $c_Lorg_scalajs_testsuite_javalib_util_concurrent_ThreadLocalRandomTest.prototyp
})(tlr)))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_ThreadLocalRandomTest.prototype.checkLongUpperBound__J__ju_concurrent_ThreadLocalRandom__V = (function(bound, tlr) {
- var next = tlr.nextLong__J__J(bound);
+ var b = tlr.nextLong__J__J(bound);
+ var lo = b.lo$2;
+ var hi = b.hi$2;
var this$1 = $m_Lorg_junit_Assert$();
- var condition = next.$$less__sjsr_RuntimeLong__Z(bound);
+ var bhi = bound.hi$2;
+ var condition = ((hi === bhi) ? (((-2147483648) ^ lo) < ((-2147483648) ^ bound.lo$2)) : (hi < bhi));
this$1.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_ThreadLocalRandomTest.prototype.checkDoubleUpperBound__D__ju_concurrent_ThreadLocalRandom__V = (function(bound, tlr) {
@@ -98516,11 +101998,29 @@ $c_Lorg_scalajs_testsuite_javalib_util_concurrent_ThreadLocalRandomTest.prototyp
})(tlr)))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_ThreadLocalRandomTest.prototype.checkLongBounds__J__J__ju_concurrent_ThreadLocalRandom__V = (function(b1, b2, tlr) {
- var least = (b1.$$less__sjsr_RuntimeLong__Z(b2) ? b1 : b2);
- var bound = (b1.$$greater__sjsr_RuntimeLong__Z(b2) ? b1 : b2);
- var next = tlr.nextLong__J__J__J(least, bound);
+ var ahi = b1.hi$2;
+ var bhi = b2.hi$2;
+ if (((ahi === bhi) ? (((-2147483648) ^ b1.lo$2) < ((-2147483648) ^ b2.lo$2)) : (ahi < bhi))) {
+ var b = b1
+ } else {
+ var b = b2
+ };
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ var ahi$1 = b1.hi$2;
+ var bhi$1 = b2.hi$2;
+ if (((ahi$1 === bhi$1) ? (((-2147483648) ^ b1.lo$2) > ((-2147483648) ^ b2.lo$2)) : (ahi$1 > bhi$1))) {
+ var b$1 = b1
+ } else {
+ var b$1 = b2
+ };
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ var b$2 = tlr.nextLong__J__J__J(new $c_sjsr_RuntimeLong().init___I__I(lo, hi), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
var this$5 = $m_Lorg_junit_Assert$();
- var condition = (next.$$greater$eq__sjsr_RuntimeLong__Z(least) && next.$$less__sjsr_RuntimeLong__Z(bound));
+ var condition = (((hi$2 === hi) ? (((-2147483648) ^ lo$2) >= ((-2147483648) ^ lo)) : (hi$2 > hi)) && ((hi$2 === hi$1) ? (((-2147483648) ^ lo$2) < ((-2147483648) ^ lo$1)) : (hi$2 < hi$1)));
this$5.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_ThreadLocalRandomTest.prototype.should$undreturn$undnextLong$undunder$unda$undbound__V = (function() {
@@ -98835,102 +102335,164 @@ $c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.valueOf
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.toSeconds__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I((-949672837), 9));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$1);
+ var b$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I((-949672837), 9));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42000123, 0));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$3);
+ var b$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42000123, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$4);
+ var b$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42123, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$5);
+ var b$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42123, 0));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$6);
+ var b$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2520, 0), actual$7);
+ var b$7 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2520, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_ju_concurrent_TimeUnit$().HOURS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(151200, 0), actual$8);
+ var b$8 = $m_ju_concurrent_TimeUnit$().HOURS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(151200, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_ju_concurrent_TimeUnit$().DAYS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(3628800, 0), actual$9)
+ var b$9 = $m_ju_concurrent_TimeUnit$().DAYS$1.toSeconds__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(3628800, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.toHours__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I((-28245584), 35203));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$1);
+ var b$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I((-28245584), 35203));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(876587440, 35));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$3);
+ var b$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(876587440, 35));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$4);
+ var b$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(151244280, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$5);
+ var b$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(151244280, 0));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$7.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$6);
+ var b$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(151200, 0));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$7);
+ var b$7 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(151200, 0));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$9.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$8);
+ var b$8 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$9.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(2520, 0));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$9);
+ var b$9 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(2520, 0));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_ju_concurrent_TimeUnit$().HOURS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$10);
+ var b$10 = $m_ju_concurrent_TimeUnit$().HOURS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = $m_ju_concurrent_TimeUnit$().DAYS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1008, 0), actual$11)
+ var b$11 = $m_ju_concurrent_TimeUnit$().DAYS$1.toHours__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1008, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.toMillis__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42000123, 0));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$1);
+ var b$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42000123, 0));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42123, 0));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$3);
+ var b$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42123, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$4);
+ var b$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000, 0), actual$5);
+ var b$5 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2520000, 0), actual$6);
+ var b$6 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2520000, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_ju_concurrent_TimeUnit$().HOURS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(151200000, 0), actual$7);
+ var b$7 = $m_ju_concurrent_TimeUnit$().HOURS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(151200000, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_ju_concurrent_TimeUnit$().DAYS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-666167296), 0), actual$8)
+ var b$8 = $m_ju_concurrent_TimeUnit$().DAYS$1.toMillis__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-666167296), 0), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.values__V = (function() {
var values = $m_ju_concurrent_TimeUnit$().values__Aju_concurrent_TimeUnit();
@@ -98968,131 +102530,209 @@ $c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.values_
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.toDays__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I((-677894016), 844895));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$1);
+ var b$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I((-677894016), 844895));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I((-436737920), 844));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$3);
+ var b$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I((-436737920), 844));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$4);
+ var b$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I((-665104576), 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$5);
+ var b$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I((-665104576), 0));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$7.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$6);
+ var b$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(3628800, 0));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$7);
+ var b$7 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(3628800, 0));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$9.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$8);
+ var b$8 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$9.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(60480, 0));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$9);
+ var b$9 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(60480, 0));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_ju_concurrent_TimeUnit$().HOURS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$10);
+ var b$10 = $m_ju_concurrent_TimeUnit$().HOURS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = $m_ju_concurrent_TimeUnit$().HOURS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(1008, 0));
- this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$11);
+ var b$11 = $m_ju_concurrent_TimeUnit$().HOURS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(1008, 0));
+ var lo$11 = b$11.lo$2;
+ var hi$11 = b$11.hi$2;
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$13 = $m_Lorg_junit_Assert$();
- var actual$12 = $m_ju_concurrent_TimeUnit$().DAYS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$13.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$12)
+ var b$12 = $m_ju_concurrent_TimeUnit$().DAYS$1.toDays__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$12 = b$12.lo$2;
+ var hi$12 = b$12.hi$2;
+ this$13.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.notify__ = (function() {
return (void 0)
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.toMinutes__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1145795372), 586));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$1);
+ var b$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1145795372), 586));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$2);
+ var b$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1774959916), 0));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$3);
+ var b$3 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I((-1774959916), 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$4);
+ var b$4 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(2520738, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$5);
+ var b$5 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(2520738, 0));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$7.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$6);
+ var b$6 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(2520, 0));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$7);
+ var b$7 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(2520, 0));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$8);
+ var b$8 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$8 = b$8.lo$2;
+ var hi$8 = b$8.hi$2;
+ this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = $m_ju_concurrent_TimeUnit$().HOURS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2520, 0), actual$9);
+ var b$9 = $m_ju_concurrent_TimeUnit$().HOURS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$9 = b$9.lo$2;
+ var hi$9 = b$9.hi$2;
+ this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(2520, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = $m_ju_concurrent_TimeUnit$().DAYS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(60480, 0), actual$10)
+ var b$10 = $m_ju_concurrent_TimeUnit$().DAYS$1.toMinutes__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$10 = b$10.lo$2;
+ var hi$10 = b$10.hi$2;
+ this$11.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(60480, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.toMicros__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var b = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42123, 0));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$1);
+ var b$1 = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42123, 0));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual$2);
+ var b$2 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000, 0), actual$3);
+ var b$3 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000000, 0), actual$4);
+ var b$4 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000000, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1774967296), 0), actual$5);
+ var b$5 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1774967296), 0), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_ju_concurrent_TimeUnit$().HOURS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(876144640, 35), actual$6);
+ var b$6 = $m_ju_concurrent_TimeUnit$().HOURS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(876144640, 35), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = $m_ju_concurrent_TimeUnit$().DAYS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-447365120), 844), actual$7)
+ var b$7 = $m_ju_concurrent_TimeUnit$().DAYS$1.toMicros__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$7 = b$7.lo$2;
+ var hi$7 = b$7.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-447365120), 844), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.toNanos__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), actual);
+ var b = $m_ju_concurrent_TimeUnit$().NANOSECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000, 0), actual$1);
+ var b$1 = $m_ju_concurrent_TimeUnit$().MICROSECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000000, 0), actual$2);
+ var b$2 = $m_ju_concurrent_TimeUnit$().MILLISECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(42000000, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-949672960), 9), actual$3);
+ var b$3 = $m_ju_concurrent_TimeUnit$().SECONDS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$3 = b$3.lo$2;
+ var hi$3 = b$3.hi$2;
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-949672960), 9), new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3));
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1145802752), 586), actual$4);
+ var b$4 = $m_ju_concurrent_TimeUnit$().MINUTES$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$4 = b$4.lo$2;
+ var hi$4 = b$4.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-1145802752), 586), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = $m_ju_concurrent_TimeUnit$().HOURS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-28688384), 35203), actual$5);
+ var b$5 = $m_ju_concurrent_TimeUnit$().HOURS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$5 = b$5.lo$2;
+ var hi$5 = b$5.hi$2;
+ this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-28688384), 35203), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = $m_ju_concurrent_TimeUnit$().DAYS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-688521216), 844895), actual$6)
+ var b$6 = $m_ju_concurrent_TimeUnit$().DAYS$1.toNanos__J__J(new $c_sjsr_RuntimeLong().init___I__I(42, 0));
+ var lo$6 = b$6.lo$2;
+ var hi$6 = b$6.hi$2;
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I((-688521216), 844895), new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_TimeUnitTest.prototype.clone__ = (function() {
if ($is_jl_Cloneable(this)) {
@@ -99230,77 +102870,121 @@ $c_Lorg_scalajs_testsuite_javalib_util_concurrent_atomic_AtomicTest.prototype.no
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_atomic_AtomicTest.prototype.atomicLongTest__V = (function() {
var atomic = new $c_ju_concurrent_atomic_AtomicLong().init___J(new $c_sjsr_RuntimeLong().init___I__I(10, 0));
var this$1 = $m_Lorg_junit_Assert$();
- var actual = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual);
+ var b = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$1.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I(20, 0);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), actual$1);
- var this$3 = $m_Lorg_junit_Assert$();
- var old = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(old);
- this$3.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), old);
+ var b$1 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$1 = b$1.lo$2;
+ var hi$1 = b$1.hi$2;
+ this$2.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1));
var this$4 = $m_Lorg_junit_Assert$();
- var actual$2 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(21, 0), actual$2);
+ var b$2 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$2 = b$2.lo$2;
+ var hi$2 = b$2.hi$2;
+ var lo$3 = ((1 + lo$2) | 0);
+ var hi$3 = ((lo$3 === 0) ? ((1 + hi$2) | 0) : hi$2);
+ atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3);
+ this$4.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2));
var this$5 = $m_Lorg_junit_Assert$();
- var old$1 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(old$1);
- this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(21, 0), old$1);
- var this$6 = $m_Lorg_junit_Assert$();
- var actual$3 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$6.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), actual$3);
+ var b$3 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$4 = b$3.lo$2;
+ var hi$4 = b$3.hi$2;
+ this$5.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(21, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4));
var this$7 = $m_Lorg_junit_Assert$();
- var actual$4 = atomic.getAndSet__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
- this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), actual$4);
+ var b$4 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$5 = b$4.lo$2;
+ var hi$5 = b$4.hi$2;
+ var lo$6 = (((-1) + lo$5) | 0);
+ var hi$6 = ((lo$6 !== (-1)) ? hi$5 : (((-1) + hi$5) | 0));
+ atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6);
+ this$7.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(21, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$5, hi$5));
var this$8 = $m_Lorg_junit_Assert$();
- var actual$5 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$8.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$5);
+ var b$5 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$7 = b$5.lo$2;
+ var hi$7 = b$5.hi$2;
+ this$8.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7));
var this$9 = $m_Lorg_junit_Assert$();
- var newValue = new $c_sjsr_RuntimeLong().init___I__I(1, 0).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(atomic.java$util$concurrent$atomic$AtomicLong$$value$f);
- atomic.java$util$concurrent$atomic$AtomicLong$$value$f = newValue;
- this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), newValue);
+ var b$6 = atomic.getAndSet__J__J($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong());
+ var lo$8 = b$6.lo$2;
+ var hi$8 = b$6.hi$2;
+ this$9.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8));
var this$10 = $m_Lorg_junit_Assert$();
- var actual$6 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$10.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), actual$6);
- var this$11 = $m_Lorg_junit_Assert$();
- var newValue$1 = new $c_sjsr_RuntimeLong().init___I__I((-1), (-1)).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(atomic.java$util$concurrent$atomic$AtomicLong$$value$f);
- atomic.java$util$concurrent$atomic$AtomicLong$$value$f = newValue$1;
- this$11.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), newValue$1);
+ var b$7 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$9 = b$7.lo$2;
+ var hi$9 = b$7.hi$2;
+ this$10.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9));
var this$12 = $m_Lorg_junit_Assert$();
- var actual$7 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$12.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual$7);
+ var b$8 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var blo = b$8.lo$2;
+ var bhi = b$8.hi$2;
+ var lo$10 = ((1 + blo) | 0);
+ var hi$10 = ((lo$10 === 0) ? ((1 + bhi) | 0) : bhi);
+ atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10);
+ this$12.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10));
var this$13 = $m_Lorg_junit_Assert$();
- var newValue$2 = new $c_sjsr_RuntimeLong().init___I__I(10, 0).$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(atomic.java$util$concurrent$atomic$AtomicLong$$value$f);
- atomic.java$util$concurrent$atomic$AtomicLong$$value$f = newValue$2;
- this$13.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), newValue$2);
- var this$14 = $m_Lorg_junit_Assert$();
- var actual$8 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$14.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual$8);
+ var b$9 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$11 = b$9.lo$2;
+ var hi$11 = b$9.hi$2;
+ this$13.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11));
var this$15 = $m_Lorg_junit_Assert$();
- var actual$9 = atomic.intValue__I();
- this$15.assertEquals__T__O__O__V(null, 10, actual$9);
+ var b$10 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var blo$1 = b$10.lo$2;
+ var bhi$1 = b$10.hi$2;
+ var lo$12 = (((-1) + blo$1) | 0);
+ var hi$12 = ((lo$12 !== (-1)) ? bhi$1 : (((-1) + bhi$1) | 0));
+ atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12);
+ this$15.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12));
var this$16 = $m_Lorg_junit_Assert$();
- var actual$10 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual$10);
- var this$17 = $m_Lorg_junit_Assert$();
- var actual$11 = atomic.floatValue__F();
- this$17.assertEquals__T__F__F__F__V(null, 10.0, actual$11, 0.0);
+ var b$11 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$13 = b$11.lo$2;
+ var hi$13 = b$11.hi$2;
+ this$16.assertEquals__T__O__O__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13));
var this$18 = $m_Lorg_junit_Assert$();
- var actual$12 = atomic.doubleValue__D();
- this$18.assertEquals__T__D__D__D__V(null, 10.0, actual$12, 0.0);
+ var b$12 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var blo$2 = b$12.lo$2;
+ var bhi$2 = b$12.hi$2;
+ var lo$14 = ((10 + blo$2) | 0);
+ var hi$14 = ((((-2147483648) ^ lo$14) < (-2147483638)) ? ((1 + bhi$2) | 0) : bhi$2);
+ atomic.java$util$concurrent$atomic$AtomicLong$$value$f = new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14);
+ this$18.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14));
var this$19 = $m_Lorg_junit_Assert$();
- var condition = atomic.compareAndSet__J__J__Z(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(20, 0));
- this$19.assertFalse__T__Z__V(null, condition);
+ var b$13 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$15 = b$13.lo$2;
+ var hi$15 = b$13.hi$2;
+ this$19.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15));
var this$20 = $m_Lorg_junit_Assert$();
- var actual$13 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$20.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual$13);
+ var actual = atomic.intValue__I();
+ this$20.assertEquals__T__O__O__V(null, 10, actual);
var this$21 = $m_Lorg_junit_Assert$();
- var condition$1 = atomic.compareAndSet__J__J__Z(new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(20, 0));
- this$21.assertTrue__T__Z__V(null, condition$1);
+ var b$14 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$16 = b$14.lo$2;
+ var hi$16 = b$14.hi$2;
+ this$21.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$16, hi$16));
var this$22 = $m_Lorg_junit_Assert$();
- var actual$14 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
- this$22.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), actual$14)
+ var actual$1 = atomic.floatValue__F();
+ this$22.assertEquals__T__F__F__F__V(null, 10.0, actual$1, 0.0);
+ var this$23 = $m_Lorg_junit_Assert$();
+ var actual$2 = atomic.doubleValue__D();
+ this$23.assertEquals__T__D__D__D__V(null, 10.0, actual$2, 0.0);
+ var this$24 = $m_Lorg_junit_Assert$();
+ var condition = atomic.compareAndSet__J__J__Z(new $c_sjsr_RuntimeLong().init___I__I(1, 0), new $c_sjsr_RuntimeLong().init___I__I(20, 0));
+ this$24.assertFalse__T__Z__V(null, condition);
+ var this$25 = $m_Lorg_junit_Assert$();
+ var b$15 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$17 = b$15.lo$2;
+ var hi$17 = b$15.hi$2;
+ this$25.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$17, hi$17));
+ var this$26 = $m_Lorg_junit_Assert$();
+ var condition$1 = atomic.compareAndSet__J__J__Z(new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(20, 0));
+ this$26.assertTrue__T__Z__V(null, condition$1);
+ var this$27 = $m_Lorg_junit_Assert$();
+ var b$16 = atomic.java$util$concurrent$atomic$AtomicLong$$value$f;
+ var lo$18 = b$16.lo$2;
+ var hi$18 = b$16.hi$2;
+ this$27.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(20, 0), new $c_sjsr_RuntimeLong().init___I__I(lo$18, hi$18))
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_atomic_AtomicTest.prototype.atomicReferenceTest__V = (function() {
var thing1 = new $c_Lorg_scalajs_testsuite_javalib_util_concurrent_atomic_Foo().init___I(5);
@@ -99398,26 +103082,28 @@ $c_Lorg_scalajs_testsuite_javalib_util_concurrent_atomic_AtomicTest.prototype.at
var actual$9 = atomic.java$util$concurrent$atomic$AtomicInteger$$value$f;
this$15.assertEquals__T__O__O__V(null, 10, actual$9);
var this$16 = $m_Lorg_junit_Assert$();
- var actual$10 = atomic.longValue__J();
- this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), actual$10);
+ var b = atomic.longValue__J();
+ var lo = b.lo$2;
+ var hi = b.hi$2;
+ this$16.assertEquals__T__O__O__V(null, new $c_sjsr_RuntimeLong().init___I__I(10, 0), new $c_sjsr_RuntimeLong().init___I__I(lo, hi));
var this$17 = $m_Lorg_junit_Assert$();
- var actual$11 = atomic.floatValue__F();
- this$17.assertEquals__T__F__F__F__V(null, 10.0, actual$11, 0.0);
+ var actual$10 = atomic.floatValue__F();
+ this$17.assertEquals__T__F__F__F__V(null, 10.0, actual$10, 0.0);
var this$18 = $m_Lorg_junit_Assert$();
- var actual$12 = atomic.java$util$concurrent$atomic$AtomicInteger$$value$f;
- this$18.assertEquals__T__D__D__D__V(null, 10.0, actual$12, 0.0);
+ var actual$11 = atomic.java$util$concurrent$atomic$AtomicInteger$$value$f;
+ this$18.assertEquals__T__D__D__D__V(null, 10.0, actual$11, 0.0);
var this$19 = $m_Lorg_junit_Assert$();
var condition = atomic.compareAndSet__I__I__Z(1, 20);
this$19.assertFalse__T__Z__V(null, condition);
var this$20 = $m_Lorg_junit_Assert$();
- var actual$13 = atomic.java$util$concurrent$atomic$AtomicInteger$$value$f;
- this$20.assertEquals__T__O__O__V(null, 10, actual$13);
+ var actual$12 = atomic.java$util$concurrent$atomic$AtomicInteger$$value$f;
+ this$20.assertEquals__T__O__O__V(null, 10, actual$12);
var this$21 = $m_Lorg_junit_Assert$();
var condition$1 = atomic.compareAndSet__I__I__Z(10, 20);
this$21.assertTrue__T__Z__V(null, condition$1);
var this$22 = $m_Lorg_junit_Assert$();
- var actual$14 = atomic.java$util$concurrent$atomic$AtomicInteger$$value$f;
- this$22.assertEquals__T__O__O__V(null, 20, actual$14)
+ var actual$13 = atomic.java$util$concurrent$atomic$AtomicInteger$$value$f;
+ this$22.assertEquals__T__O__O__V(null, 20, actual$13)
});
$c_Lorg_scalajs_testsuite_javalib_util_concurrent_atomic_AtomicTest.prototype.clone__ = (function() {
if ($is_jl_Cloneable(this)) {
@@ -99722,35 +103408,36 @@ $c_Lorg_scalajs_testsuite_javalib_util_regex_RegexMatcherTest.prototype.should$u
var this$1 = $m_ju_regex_Pattern$();
var p0 = this$1.compile__T__I__ju_regex_Pattern("(?i)abc", 0);
var this$2 = $m_Lorg_junit_Assert$();
- var actual = new $c_sjsr_RuntimeLong().init___I((2 & p0.$$undflags$1));
- this$2.assertNotEquals__T__J__J__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), actual);
+ var value = (2 & p0.$$undflags$1);
+ var hi = (value >> 31);
+ this$2.assertNotEquals__T__J__J__V(null, $m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong(), new $c_sjsr_RuntimeLong().init___I__I(value, hi));
var m0 = new $c_ju_regex_Matcher().init___ju_regex_Pattern__jl_CharSequence__I__I(p0, "abcABC", 0, $uI("abcABC".length));
var this$4 = $m_Lorg_junit_Assert$();
var condition = m0.find__Z();
this$4.assertTrue__T__Z__V(null, condition);
var this$5 = $m_Lorg_junit_Assert$();
- var actual$1 = m0.group__T();
- this$5.assertEquals__T__O__O__V(null, "abc", actual$1);
+ var actual = m0.group__T();
+ this$5.assertEquals__T__O__O__V(null, "abc", actual);
var this$6 = $m_Lorg_junit_Assert$();
var condition$1 = m0.find__Z();
this$6.assertTrue__T__Z__V(null, condition$1);
var this$7 = $m_Lorg_junit_Assert$();
- var actual$2 = m0.group__T();
- this$7.assertEquals__T__O__O__V(null, "ABC", actual$2);
+ var actual$1 = m0.group__T();
+ this$7.assertEquals__T__O__O__V(null, "ABC", actual$1);
var this$8 = $m_Lorg_junit_Assert$();
var condition$2 = m0.find__Z();
this$8.assertFalse__T__Z__V(null, condition$2);
var p1 = $m_ju_regex_Pattern$().compile__T__I__ju_regex_Pattern("(?-i)abc", 2);
var this$9 = $m_Lorg_junit_Assert$();
- var actual$3 = (2 & p1.$$undflags$1);
- this$9.assertEquals__T__O__O__V(null, 0, actual$3);
+ var actual$2 = (2 & p1.$$undflags$1);
+ this$9.assertEquals__T__O__O__V(null, 0, actual$2);
var m1 = new $c_ju_regex_Matcher().init___ju_regex_Pattern__jl_CharSequence__I__I(p1, "abcABC", 0, $uI("abcABC".length));
var this$11 = $m_Lorg_junit_Assert$();
var condition$3 = m1.find__Z();
this$11.assertTrue__T__Z__V(null, condition$3);
var this$12 = $m_Lorg_junit_Assert$();
- var actual$4 = m1.group__T();
- this$12.assertEquals__T__O__O__V(null, "abc", actual$4);
+ var actual$3 = m1.group__T();
+ this$12.assertEquals__T__O__O__V(null, "abc", actual$3);
var this$13 = $m_Lorg_junit_Assert$();
var condition$4 = m1.find__Z();
this$13.assertFalse__T__Z__V(null, condition$4)
@@ -107110,7 +110797,7 @@ $c_Lorg_scalajs_testsuite_jsinterop_ExportsTest$Foo$35.prototype.notify__ = (fun
});
$c_Lorg_scalajs_testsuite_jsinterop_ExportsTest$Foo$35.prototype.doLong__J__V = (function(x) {
var this$1 = $m_Lorg_junit_Assert$();
- var condition = (($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong() !== null) && x.equals__sjsr_RuntimeLong__Z($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong()));
+ var condition = (($m_sjsr_RuntimeLong$().Zero__sjsr_RuntimeLong() !== null) && ((x.lo$2 === 0) && (x.hi$2 === 0)));
this$1.assertTrue__T__Z__V(null, condition)
});
$c_Lorg_scalajs_testsuite_jsinterop_ExportsTest$Foo$35.prototype.$$js$exported$meth$doBool__Z__O = (function(x) {
@@ -108674,86 +112361,166 @@ function $h_Lorg_scalajs_testsuite_jsinterop_RuntimeLongOldTest() {
}
$h_Lorg_scalajs_testsuite_jsinterop_RuntimeLongOldTest.prototype = $c_Lorg_scalajs_testsuite_jsinterop_RuntimeLongOldTest.prototype;
$c_Lorg_scalajs_testsuite_jsinterop_RuntimeLongOldTest.prototype.should$undcorrectly$undimplement$unddivision__V = (function() {
- var l = new $c_sjsr_RuntimeLong().init___I(7).$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(15));
- var this$1 = $m_Lorg_junit_Assert$();
- var actual = l.toHexString__T();
- this$1.assertEquals__T__O__O__V(null, "0", actual);
- var l$1 = new $c_sjsr_RuntimeLong().init___I(24).$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I(5));
+ var this$1 = $m_sjsr_RuntimeLong$();
+ var lo = this$1.divideImpl__I__I__I__I__I(7, 0, 15, 0);
+ var hi = this$1.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = l$1.toHexString__T();
- this$2.assertEquals__T__O__O__V(null, "4", actual$1);
- var l$2 = new $c_sjsr_RuntimeLong().init___I(24).$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I((-5)));
- var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = l$2.toHexString__T();
- this$3.assertEquals__T__O__O__V(null, "fffffffffffffffc", actual$2);
- var l$3 = this.maxInt$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(new $c_sjsr_RuntimeLong().init___I((-5)));
+ var actual = new $c_sjsr_RuntimeLong().init___I__I(lo, hi).toHexString__T();
+ this$2.assertEquals__T__O__O__V(null, "0", actual);
+ var this$3 = $m_sjsr_RuntimeLong$();
+ var lo$1 = this$3.divideImpl__I__I__I__I__I(24, 0, 5, 0);
+ var hi$1 = this$3.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = l$3.toHexString__T();
- this$4.assertEquals__T__O__O__V(null, "ffffffffe6666667", actual$3);
- var l$4 = this.maxInt$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.billion$1);
- var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = l$4.toHexString__T();
- this$5.assertEquals__T__O__O__V(null, "2", actual$4);
- var l$5 = this.maxInt$1.$$plus__sjsr_RuntimeLong__sjsr_RuntimeLong(this.one$1).$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.billion$1);
+ var actual$1 = new $c_sjsr_RuntimeLong().init___I__I(lo$1, hi$1).toHexString__T();
+ this$4.assertEquals__T__O__O__V(null, "4", actual$1);
+ var this$5 = $m_sjsr_RuntimeLong$();
+ var lo$2 = this$5.divideImpl__I__I__I__I__I(24, 0, (-5), (-1));
+ var hi$2 = this$5.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = l$5.toHexString__T();
- this$6.assertEquals__T__O__O__V(null, "2", actual$5);
- var l$6 = this.minValue$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minValue$1);
- var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = l$6.toHexString__T();
- this$7.assertEquals__T__O__O__V(null, "1", actual$6);
- var l$7 = this.minValue$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus1$1);
- var this$8 = $m_Lorg_junit_Assert$();
- var actual$7 = l$7.toHexString__T();
- this$8.assertEquals__T__O__O__V(null, "8000000000000000", actual$7);
- var l$8 = this.minValue$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus2$1);
+ var actual$2 = new $c_sjsr_RuntimeLong().init___I__I(lo$2, hi$2).toHexString__T();
+ this$6.assertEquals__T__O__O__V(null, "fffffffffffffffc", actual$2);
+ var this$7 = this.maxInt$1;
+ var this$8 = $m_sjsr_RuntimeLong$();
+ var lo$3 = this$8.divideImpl__I__I__I__I__I(this$7.lo$2, this$7.hi$2, (-5), (-1));
+ var hi$3 = this$8.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var this$9 = $m_Lorg_junit_Assert$();
- var actual$8 = l$8.toHexString__T();
- this$9.assertEquals__T__O__O__V(null, "4000000000000000", actual$8);
- var l$9 = this.minValue$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus3$1);
- var this$10 = $m_Lorg_junit_Assert$();
- var actual$9 = l$9.toHexString__T();
- this$10.assertEquals__T__O__O__V(null, "2aaaaaaaaaaaaaaa", actual$9);
- var l$10 = this.minValue$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus4$1);
- var this$11 = $m_Lorg_junit_Assert$();
- var actual$10 = l$10.toHexString__T();
- this$11.assertEquals__T__O__O__V(null, "2000000000000000", actual$10);
- var l$11 = this.minValue$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus15$1);
+ var actual$3 = new $c_sjsr_RuntimeLong().init___I__I(lo$3, hi$3).toHexString__T();
+ this$9.assertEquals__T__O__O__V(null, "ffffffffe6666667", actual$3);
+ var this$10 = this.maxInt$1;
+ var b = this.billion$1;
+ var this$11 = $m_sjsr_RuntimeLong$();
+ var lo$4 = this$11.divideImpl__I__I__I__I__I(this$10.lo$2, this$10.hi$2, b.lo$2, b.hi$2);
+ var hi$4 = this$11.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var this$12 = $m_Lorg_junit_Assert$();
- var actual$11 = l$11.toHexString__T();
- this$12.assertEquals__T__O__O__V(null, "888888888888888", actual$11);
- var l$12 = this.minValue$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus16$1);
- var this$13 = $m_Lorg_junit_Assert$();
- var actual$12 = l$12.toHexString__T();
- this$13.assertEquals__T__O__O__V(null, "800000000000000", actual$12);
- var l$13 = this.$7632147899696541255L$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minValue$1);
- var this$14 = $m_Lorg_junit_Assert$();
- var actual$13 = l$13.toHexString__T();
- this$14.assertEquals__T__O__O__V(null, "0", actual$13);
- var l$14 = this.$7632147899696541255L$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus1$1);
- var this$15 = $m_Lorg_junit_Assert$();
- var actual$14 = l$14.toHexString__T();
- this$15.assertEquals__T__O__O__V(null, "961529ec0d5811b9", actual$14);
- var l$15 = this.$7632147899696541255L$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus2$1);
+ var actual$4 = new $c_sjsr_RuntimeLong().init___I__I(lo$4, hi$4).toHexString__T();
+ this$12.assertEquals__T__O__O__V(null, "2", actual$4);
+ var this$13 = this.maxInt$1;
+ var b$1 = this.one$1;
+ var alo = this$13.lo$2;
+ var ahi = this$13.hi$2;
+ var blo = b$1.lo$2;
+ var bhi = b$1.hi$2;
+ var lo$5 = ((alo + blo) | 0);
+ var hi$5 = ((((-2147483648) ^ lo$5) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + bhi) | 0)) | 0) : ((ahi + bhi) | 0));
+ var b$2 = this.billion$1;
+ var this$15 = $m_sjsr_RuntimeLong$();
+ var lo$6 = this$15.divideImpl__I__I__I__I__I(lo$5, hi$5, b$2.lo$2, b$2.hi$2);
+ var hi$6 = this$15.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var this$16 = $m_Lorg_junit_Assert$();
- var actual$15 = l$15.toHexString__T();
- this$16.assertEquals__T__O__O__V(null, "cb0a94f606ac08dd", actual$15);
- var l$16 = this.$7632147899696541255L$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus3$1);
- var this$17 = $m_Lorg_junit_Assert$();
- var actual$16 = l$16.toHexString__T();
- this$17.assertEquals__T__O__O__V(null, "dcb1b8a40472b093", actual$16);
- var l$17 = this.$7632147899696541255L$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus4$1);
- var this$18 = $m_Lorg_junit_Assert$();
- var actual$17 = l$17.toHexString__T();
- this$18.assertEquals__T__O__O__V(null, "e5854a7b0356046f", actual$17);
- var l$18 = this.$7632147899696541255L$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus15$1);
+ var actual$5 = new $c_sjsr_RuntimeLong().init___I__I(lo$6, hi$6).toHexString__T();
+ this$16.assertEquals__T__O__O__V(null, "2", actual$5);
+ var this$17 = this.minValue$1;
+ var b$3 = this.minValue$1;
+ var this$18 = $m_sjsr_RuntimeLong$();
+ var lo$7 = this$18.divideImpl__I__I__I__I__I(this$17.lo$2, this$17.hi$2, b$3.lo$2, b$3.hi$2);
+ var hi$7 = this$18.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
var this$19 = $m_Lorg_junit_Assert$();
- var actual$18 = l$18.toHexString__T();
- this$19.assertEquals__T__O__O__V(null, "f8f05820cdb089b7", actual$18);
- var l$19 = this.$7632147899696541255L$1.$$div__sjsr_RuntimeLong__sjsr_RuntimeLong(this.minus16$1);
- var this$20 = $m_Lorg_junit_Assert$();
- var actual$19 = l$19.toHexString__T();
- this$20.assertEquals__T__O__O__V(null, "f961529ec0d5811c", actual$19)
+ var actual$6 = new $c_sjsr_RuntimeLong().init___I__I(lo$7, hi$7).toHexString__T();
+ this$19.assertEquals__T__O__O__V(null, "1", actual$6);
+ var this$20 = this.minValue$1;
+ var b$4 = this.minus1$1;
+ var this$21 = $m_sjsr_RuntimeLong$();
+ var lo$8 = this$21.divideImpl__I__I__I__I__I(this$20.lo$2, this$20.hi$2, b$4.lo$2, b$4.hi$2);
+ var hi$8 = this$21.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$22 = $m_Lorg_junit_Assert$();
+ var actual$7 = new $c_sjsr_RuntimeLong().init___I__I(lo$8, hi$8).toHexString__T();
+ this$22.assertEquals__T__O__O__V(null, "8000000000000000", actual$7);
+ var this$23 = this.minValue$1;
+ var b$5 = this.minus2$1;
+ var this$24 = $m_sjsr_RuntimeLong$();
+ var lo$9 = this$24.divideImpl__I__I__I__I__I(this$23.lo$2, this$23.hi$2, b$5.lo$2, b$5.hi$2);
+ var hi$9 = this$24.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$25 = $m_Lorg_junit_Assert$();
+ var actual$8 = new $c_sjsr_RuntimeLong().init___I__I(lo$9, hi$9).toHexString__T();
+ this$25.assertEquals__T__O__O__V(null, "4000000000000000", actual$8);
+ var this$26 = this.minValue$1;
+ var b$6 = this.minus3$1;
+ var this$27 = $m_sjsr_RuntimeLong$();
+ var lo$10 = this$27.divideImpl__I__I__I__I__I(this$26.lo$2, this$26.hi$2, b$6.lo$2, b$6.hi$2);
+ var hi$10 = this$27.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$28 = $m_Lorg_junit_Assert$();
+ var actual$9 = new $c_sjsr_RuntimeLong().init___I__I(lo$10, hi$10).toHexString__T();
+ this$28.assertEquals__T__O__O__V(null, "2aaaaaaaaaaaaaaa", actual$9);
+ var this$29 = this.minValue$1;
+ var b$7 = this.minus4$1;
+ var this$30 = $m_sjsr_RuntimeLong$();
+ var lo$11 = this$30.divideImpl__I__I__I__I__I(this$29.lo$2, this$29.hi$2, b$7.lo$2, b$7.hi$2);
+ var hi$11 = this$30.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$31 = $m_Lorg_junit_Assert$();
+ var actual$10 = new $c_sjsr_RuntimeLong().init___I__I(lo$11, hi$11).toHexString__T();
+ this$31.assertEquals__T__O__O__V(null, "2000000000000000", actual$10);
+ var this$32 = this.minValue$1;
+ var b$8 = this.minus15$1;
+ var this$33 = $m_sjsr_RuntimeLong$();
+ var lo$12 = this$33.divideImpl__I__I__I__I__I(this$32.lo$2, this$32.hi$2, b$8.lo$2, b$8.hi$2);
+ var hi$12 = this$33.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$34 = $m_Lorg_junit_Assert$();
+ var actual$11 = new $c_sjsr_RuntimeLong().init___I__I(lo$12, hi$12).toHexString__T();
+ this$34.assertEquals__T__O__O__V(null, "888888888888888", actual$11);
+ var this$35 = this.minValue$1;
+ var b$9 = this.minus16$1;
+ var this$36 = $m_sjsr_RuntimeLong$();
+ var lo$13 = this$36.divideImpl__I__I__I__I__I(this$35.lo$2, this$35.hi$2, b$9.lo$2, b$9.hi$2);
+ var hi$13 = this$36.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$37 = $m_Lorg_junit_Assert$();
+ var actual$12 = new $c_sjsr_RuntimeLong().init___I__I(lo$13, hi$13).toHexString__T();
+ this$37.assertEquals__T__O__O__V(null, "800000000000000", actual$12);
+ var this$38 = this.$7632147899696541255L$1;
+ var b$10 = this.minValue$1;
+ var this$39 = $m_sjsr_RuntimeLong$();
+ var lo$14 = this$39.divideImpl__I__I__I__I__I(this$38.lo$2, this$38.hi$2, b$10.lo$2, b$10.hi$2);
+ var hi$14 = this$39.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$40 = $m_Lorg_junit_Assert$();
+ var actual$13 = new $c_sjsr_RuntimeLong().init___I__I(lo$14, hi$14).toHexString__T();
+ this$40.assertEquals__T__O__O__V(null, "0", actual$13);
+ var this$41 = this.$7632147899696541255L$1;
+ var b$11 = this.minus1$1;
+ var this$42 = $m_sjsr_RuntimeLong$();
+ var lo$15 = this$42.divideImpl__I__I__I__I__I(this$41.lo$2, this$41.hi$2, b$11.lo$2, b$11.hi$2);
+ var hi$15 = this$42.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$43 = $m_Lorg_junit_Assert$();
+ var actual$14 = new $c_sjsr_RuntimeLong().init___I__I(lo$15, hi$15).toHexString__T();
+ this$43.assertEquals__T__O__O__V(null, "961529ec0d5811b9", actual$14);
+ var this$44 = this.$7632147899696541255L$1;
+ var b$12 = this.minus2$1;
+ var this$45 = $m_sjsr_RuntimeLong$();
+ var lo$16 = this$45.divideImpl__I__I__I__I__I(this$44.lo$2, this$44.hi$2, b$12.lo$2, b$12.hi$2);
+ var hi$16 = this$45.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$46 = $m_Lorg_junit_Assert$();
+ var actual$15 = new $c_sjsr_RuntimeLong().init___I__I(lo$16, hi$16).toHexString__T();
+ this$46.assertEquals__T__O__O__V(null, "cb0a94f606ac08dd", actual$15);
+ var this$47 = this.$7632147899696541255L$1;
+ var b$13 = this.minus3$1;
+ var this$48 = $m_sjsr_RuntimeLong$();
+ var lo$17 = this$48.divideImpl__I__I__I__I__I(this$47.lo$2, this$47.hi$2, b$13.lo$2, b$13.hi$2);
+ var hi$17 = this$48.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$49 = $m_Lorg_junit_Assert$();
+ var actual$16 = new $c_sjsr_RuntimeLong().init___I__I(lo$17, hi$17).toHexString__T();
+ this$49.assertEquals__T__O__O__V(null, "dcb1b8a40472b093", actual$16);
+ var this$50 = this.$7632147899696541255L$1;
+ var b$14 = this.minus4$1;
+ var this$51 = $m_sjsr_RuntimeLong$();
+ var lo$18 = this$51.divideImpl__I__I__I__I__I(this$50.lo$2, this$50.hi$2, b$14.lo$2, b$14.hi$2);
+ var hi$18 = this$51.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$52 = $m_Lorg_junit_Assert$();
+ var actual$17 = new $c_sjsr_RuntimeLong().init___I__I(lo$18, hi$18).toHexString__T();
+ this$52.assertEquals__T__O__O__V(null, "e5854a7b0356046f", actual$17);
+ var this$53 = this.$7632147899696541255L$1;
+ var b$15 = this.minus15$1;
+ var this$54 = $m_sjsr_RuntimeLong$();
+ var lo$19 = this$54.divideImpl__I__I__I__I__I(this$53.lo$2, this$53.hi$2, b$15.lo$2, b$15.hi$2);
+ var hi$19 = this$54.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$55 = $m_Lorg_junit_Assert$();
+ var actual$18 = new $c_sjsr_RuntimeLong().init___I__I(lo$19, hi$19).toHexString__T();
+ this$55.assertEquals__T__O__O__V(null, "f8f05820cdb089b7", actual$18);
+ var this$56 = this.$7632147899696541255L$1;
+ var b$16 = this.minus16$1;
+ var this$57 = $m_sjsr_RuntimeLong$();
+ var lo$20 = this$57.divideImpl__I__I__I__I__I(this$56.lo$2, this$56.hi$2, b$16.lo$2, b$16.hi$2);
+ var hi$20 = this$57.scala$scalajs$runtime$RuntimeLong$$hiReturn$f;
+ var this$58 = $m_Lorg_junit_Assert$();
+ var actual$19 = new $c_sjsr_RuntimeLong().init___I__I(lo$20, hi$20).toHexString__T();
+ this$58.assertEquals__T__O__O__V(null, "f961529ec0d5811c", actual$19)
});
$c_Lorg_scalajs_testsuite_jsinterop_RuntimeLongOldTest.prototype.init___ = (function() {
this.maxInt$1 = new $c_sjsr_RuntimeLong().init___I(2147483647);
@@ -108776,263 +112543,374 @@ $c_Lorg_scalajs_testsuite_jsinterop_RuntimeLongOldTest.prototype.init___ = (func
});
$c_Lorg_scalajs_testsuite_jsinterop_RuntimeLongOldTest.prototype.should$undimplement$undhashCode$undaccording$undto$undspec$undin$undj$undl$undLong__V = (function() {
var this$1 = $m_Lorg_junit_Assert$();
- var actual = new $c_sjsr_RuntimeLong().init___I(0).hashCode__I();
- this$1.assertEquals__T__O__O__V(null, 0, actual);
+ this$1.assertEquals__T__O__O__V(null, 0, 0);
var this$2 = $m_Lorg_junit_Assert$();
- var actual$1 = new $c_sjsr_RuntimeLong().init___I(55).hashCode__I();
- this$2.assertEquals__T__O__O__V(null, 55, actual$1);
+ this$2.assertEquals__T__O__O__V(null, 55, 55);
var this$3 = $m_Lorg_junit_Assert$();
- var actual$2 = new $c_sjsr_RuntimeLong().init___I((-12)).hashCode__I();
- this$3.assertEquals__T__O__O__V(null, 11, actual$2);
+ this$3.assertEquals__T__O__O__V(null, 11, 11);
var this$4 = $m_Lorg_junit_Assert$();
- var actual$3 = new $c_sjsr_RuntimeLong().init___I(10006548).hashCode__I();
- this$4.assertEquals__T__O__O__V(null, 10006548, actual$3);
+ this$4.assertEquals__T__O__O__V(null, 10006548, 10006548);
var this$5 = $m_Lorg_junit_Assert$();
- var actual$4 = new $c_sjsr_RuntimeLong().init___I((-1098748)).hashCode__I();
- this$5.assertEquals__T__O__O__V(null, 1098747, actual$4);
- var this$6 = $m_Lorg_junit_Assert$();
- var actual$5 = this.$613354684553L$1.hashCode__I();
- this$6.assertEquals__T__O__O__V(null, (-825638905), actual$5);
+ this$5.assertEquals__T__O__O__V(null, 1098747, 1098747);
var this$7 = $m_Lorg_junit_Assert$();
- var actual$6 = this.$9863155567412L$1.has
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment