@@ -132,6 +137,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
@@ -142,6 +148,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
45 if (str.
size() > 1 && str[1] ==
'x') {
@@ -162,6 +169,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -180,9 +188,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -194,16 +204,20 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
104 : f(
std::move(high)), s(
std::move(low)) {}
+
@@ -222,24 +236,28 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
127 return 128 + s.
_lez();
+
+
139 return 128 + f.
_trz();
+
@@ -254,9 +272,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
155 inline explicit operator T()
const {
156 return static_cast<T
>(s);
+
@@ -291,20 +311,24 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
@@ -319,20 +343,24 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
221 bool app = s + p < s;
+
+
231 bool app = (s + p.s < s);
232 return {f + app + p.f, s + p.s};
+
@@ -342,42 +370,50 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
244 bool app = (p + s < s);
+
+
256 bool app = (s + p.s < s);
+
+
+
@@ -387,20 +423,24 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
300 return {f - p.f - app, s - p.s};
+
@@ -412,19 +452,23 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
@@ -434,24 +478,28 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
@@ -461,15 +509,18 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
373 s_second(p.s.
lower());
@@ -482,6 +533,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
380 return {f * p.s + s * p.f + fi + se.
upper() + th.upper() + cc,
+
@@ -491,15 +543,18 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
403 s_second(p.s.
lower());
@@ -513,6 +568,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -520,6 +576,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -548,6 +605,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
447 return {quotient << left, tmp2};
+
@@ -557,11 +615,13 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -575,10 +635,12 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -588,10 +650,12 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -608,21 +672,25 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
@@ -632,64 +700,78 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
544 return f < other.f || (f == other.f && s < other.s);
+
+
553 return f < other.f || (f == other.f && s <= other.s);
+
+
562 return f > other.f || (f == other.f && s > other.s);
+
+
571 return (f > other.f) || (f == other.f && s >= other.s);
+
+
580 return f == other.f && s == other.s;
+
+
589 return !((*this) == other);
+
@@ -702,18 +784,22 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
604 return (s || f) && (b.s || b.f);
+
+
613 return (s || f) || (b.s || b.f);
+
@@ -729,9 +815,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -741,9 +829,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -753,9 +843,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -765,9 +857,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -777,9 +871,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -789,9 +885,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -801,9 +899,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
703 return (s || f) && (b);
+
@@ -814,9 +914,11 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
716 return (s || f) || (b);
+
@@ -832,6 +934,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
735 return {this->f, this->s};
@@ -841,6 +944,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
739 return uint256_t((this->f << p) + (this->s >> (128 - p)),
+
@@ -850,6 +954,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -862,6 +967,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -871,6 +977,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
774 return {this->f, this->s};
@@ -880,6 +987,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
779 (this->s >> p) + (this->f << (128 - p)));
+
@@ -889,6 +997,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -901,6 +1010,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -910,29 +1020,35 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
821 return {f & p.f, s & p.s};
+
+
@@ -942,10 +1058,12 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -955,18 +1073,22 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
866 return {this->f | p.f, this->s | p.s};
+
@@ -976,21 +1098,25 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
@@ -1000,29 +1126,35 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
911 return {this->f ^ p.f, this->s ^ p.s};
+
+
@@ -1032,10 +1164,12 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -1046,6 +1180,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
@@ -1071,7 +1206,9 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
+
+
@@ -1278,7 +1415,7 @@ $(document).ready(function(){initNavTree('da/da3/uint256__t_8hpp_source.html','.
diff --git a/da/da4/structoperations__on__datastructures_1_1circular__linked__list_1_1_node-members.html b/da/da4/structoperations__on__datastructures_1_1circular__linked__list_1_1_node-members.html
index 367f88368..00550d5a7 100644
--- a/da/da4/structoperations__on__datastructures_1_1circular__linked__list_1_1_node-members.html
+++ b/da/da4/structoperations__on__datastructures_1_1circular__linked__list_1_1_node-members.html
@@ -3,7 +3,7 @@