-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmath_8hpp_source.html
99 lines (97 loc) · 23.8 KB
/
math_8hpp_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>EOS.IO: contracts/eoslib/math.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">EOS.IO
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_ae9b15dd87e066e1908bbd90e8f38627.html">contracts</a></li><li class="navelem"><a class="el" href="dir_3fea0bf1ce879ce73e6ecec98007efcd.html">eoslib</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">math.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="math_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#include <<a class="code" href="math_8h.html">eoslib/math.h</a>></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"><a class="line" href="namespaceeos.html"> 4</a></span> <span class="keyword">namespace </span><a class="code" href="namespaceeos.html">eos</a> {</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="group__mathcppapi.html#ga23801e95fdf200a183909b3f4e819680"> 21</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="group__mathcppapi.html#ga23801e95fdf200a183909b3f4e819680">multeq</a>( <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a>& <span class="keyword">self</span>, <span class="keyword">const</span> <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a>& other ) {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <a class="code" href="math_8h.html#a61d571f58c24fb4663cc3729f3d5613e">multeq_i128</a>( &<span class="keyword">self</span>, &other );</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="group__mathcppapi.html#ga1ed045c04de3094739808554e3791359"> 26</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="group__mathcppapi.html#ga1ed045c04de3094739808554e3791359">diveq</a>( <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a>& <span class="keyword">self</span>, <span class="keyword">const</span> <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a>& other ) {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <a class="code" href="math_8h.html#ad70a23703654281749410aef05c85c74">diveq_i128</a>( &<span class="keyword">self</span>, &other );</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  }</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html"> 33</a></span>  <span class="keyword">struct </span><a class="code" href="structeos_1_1uint128.html">uint128</a> {</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">public</span>:</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#ac5b25181f69351ed0785e8a5df44b9d1"> 35</a></span>  <a class="code" href="structeos_1_1uint128.html#ac5b25181f69351ed0785e8a5df44b9d1">uint128</a>( <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a> i = 0 ):value(i){}</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a4763a690d6102d21ad203d59213d2da1"> 36</a></span>  <a class="code" href="structeos_1_1uint128.html#a4763a690d6102d21ad203d59213d2da1">uint128</a>( <a class="code" href="types_8h.html#aaa5d1cd013383c889537491c3cfd9aad">uint64_t</a> i ):value(i){}</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a911afb9d70b5eba4f6ec331185891cbc"> 37</a></span>  <a class="code" href="structeos_1_1uint128.html#a911afb9d70b5eba4f6ec331185891cbc">uint128</a>( <a class="code" href="types_8h.html#a06896e8c53f721507066c079052171f8">uint32_t</a> i ):value(i){}</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a35a742a797ca726ab2c74b8008479427"> 39</a></span>  <span class="keyword">friend</span> <a class="code" href="structeos_1_1uint128.html">uint128</a> <a class="code" href="structeos_1_1uint128.html#a35a742a797ca726ab2c74b8008479427">operator * </a>( <a class="code" href="structeos_1_1uint128.html">uint128</a> a, <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& b ) {</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keywordflow">return</span> a *= b;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  }</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a91483b24e056b89304858c45a26eb75c"> 43</a></span>  <span class="keyword">friend</span> <a class="code" href="structeos_1_1uint128.html">uint128</a> <a class="code" href="structeos_1_1uint128.html#a91483b24e056b89304858c45a26eb75c">operator / </a>( <a class="code" href="structeos_1_1uint128.html">uint128</a> a, <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& b ) {</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordflow">return</span> a /= b;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  }</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a83f2d787236426424fe4b36ef7dea6ac"> 46</a></span>  <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code" href="structeos_1_1uint128.html#a83f2d787236426424fe4b36ef7dea6ac">operator <= </a>( <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& a, <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& b ) {</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordflow">return</span> a.value <= b.value;</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  }</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a6c839778f4a9713eb58fb8f0305bc53e"> 49</a></span>  <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code" href="structeos_1_1uint128.html#a6c839778f4a9713eb58fb8f0305bc53e">operator >= </a>( <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& a, <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& b ) {</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordflow">return</span> a.value >= b.value;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  }</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#ae8d57afaf0502b47c8ac41233d89c569"> 53</a></span>  <a class="code" href="structeos_1_1uint128.html">uint128</a>& <a class="code" href="structeos_1_1uint128.html#ae8d57afaf0502b47c8ac41233d89c569">operator *= </a>( <span class="keyword">const</span> <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a>& other ) { </div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="group__mathcppapi.html#ga23801e95fdf200a183909b3f4e819680">multeq</a>( value, other );</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  }</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#ada42f9d84627e4adf00223f358c7fea9"> 57</a></span>  <a class="code" href="structeos_1_1uint128.html">uint128</a>& <a class="code" href="structeos_1_1uint128.html#ae8d57afaf0502b47c8ac41233d89c569">operator *= </a>( <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& other ) { </div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <a class="code" href="group__mathcppapi.html#ga23801e95fdf200a183909b3f4e819680">multeq</a>( value, other.value );</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  }</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a06e6004ec5fbff36e58c029621cc56b9"> 62</a></span>  <a class="code" href="structeos_1_1uint128.html">uint128</a>& <a class="code" href="structeos_1_1uint128.html#a06e6004ec5fbff36e58c029621cc56b9">operator /= </a>( <span class="keyword">const</span> <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a>& other ) { </div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="group__mathcppapi.html#ga1ed045c04de3094739808554e3791359">diveq</a>( value, other );</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  }</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#a206b11960fbca128af563bdc57e8d573"> 66</a></span>  <a class="code" href="structeos_1_1uint128.html">uint128</a>& <a class="code" href="structeos_1_1uint128.html#a06e6004ec5fbff36e58c029621cc56b9">operator /= </a>( <span class="keyword">const</span> <a class="code" href="structeos_1_1uint128.html">uint128</a>& other ) { </div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <a class="code" href="group__mathcppapi.html#ga1ed045c04de3094739808554e3791359">diveq</a>( value, other.value );</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  }</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="structeos_1_1uint128.html#adb13ba2866af412d30c0e3d05b5f417e"> 71</a></span>  <span class="keyword">explicit</span> <span class="keyword">operator</span> <a class="code" href="types_8h.html#aaa5d1cd013383c889537491c3cfd9aad">uint64_t</a>()<span class="keyword">const </span>{</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="code" href="group__messagecapi.html#gae2a6ebaf48fe7c69f847ae18f109d09a">assert</a>( !(value >> 64), <span class="stringliteral">"cast to 64 bit loss of precision"</span> );</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">return</span> <a class="code" href="types_8h.html#aaa5d1cd013383c889537491c3cfd9aad">uint64_t</a>(value);</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  }</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">private</span>:</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <a class="code" href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a> value = 0;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  };</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> </div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="group__mathcppapi.html#ga8cfe8cb6da0460d4502c320025bbd9c8"> 84</a></span>  T <a class="code" href="group__mathcppapi.html#ga8cfe8cb6da0460d4502c320025bbd9c8">min</a>( <span class="keyword">const</span> T& a, <span class="keyword">const</span> T&b ) {</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keywordflow">return</span> a < b ? a : b;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  }</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="group__mathcppapi.html#ga422f063ec99a30ab7a395f0fafeffcb2"> 91</a></span>  T <a class="code" href="group__mathcppapi.html#ga422f063ec99a30ab7a395f0fafeffcb2">max</a>( <span class="keyword">const</span> T& a, <span class="keyword">const</span> T&b ) {</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">return</span> a > b ? a : b;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  }</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span> </div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span> }</div><div class="ttc" id="math_8h_html"><div class="ttname"><a href="math_8h.html">math.h</a></div></div>
<div class="ttc" id="structeos_1_1uint128_html_a911afb9d70b5eba4f6ec331185891cbc"><div class="ttname"><a href="structeos_1_1uint128.html#a911afb9d70b5eba4f6ec331185891cbc">eos::uint128::uint128</a></div><div class="ttdeci">uint128(uint32_t i)</div><div class="ttdef"><b>Definition:</b> math.hpp:37</div></div>
<div class="ttc" id="structeos_1_1uint128_html_ac5b25181f69351ed0785e8a5df44b9d1"><div class="ttname"><a href="structeos_1_1uint128.html#ac5b25181f69351ed0785e8a5df44b9d1">eos::uint128::uint128</a></div><div class="ttdeci">uint128(uint128_t i=0)</div><div class="ttdef"><b>Definition:</b> math.hpp:35</div></div>
<div class="ttc" id="math_8h_html_ad70a23703654281749410aef05c85c74"><div class="ttname"><a href="math_8h.html#ad70a23703654281749410aef05c85c74">diveq_i128</a></div><div class="ttdeci">void diveq_i128(uint128_t *self, const uint128_t *other)</div></div>
<div class="ttc" id="types_8h_html_aaa5d1cd013383c889537491c3cfd9aad"><div class="ttname"><a href="types_8h.html#aaa5d1cd013383c889537491c3cfd9aad">uint64_t</a></div><div class="ttdeci">unsigned long long uint64_t</div><div class="ttdef"><b>Definition:</b> types.h:11</div></div>
<div class="ttc" id="structeos_1_1uint128_html_a91483b24e056b89304858c45a26eb75c"><div class="ttname"><a href="structeos_1_1uint128.html#a91483b24e056b89304858c45a26eb75c">eos::uint128::operator/</a></div><div class="ttdeci">friend uint128 operator/(uint128 a, const uint128 &b)</div><div class="ttdef"><b>Definition:</b> math.hpp:43</div></div>
<div class="ttc" id="types_8h_html_a06896e8c53f721507066c079052171f8"><div class="ttname"><a href="types_8h.html#a06896e8c53f721507066c079052171f8">uint32_t</a></div><div class="ttdeci">unsigned long uint32_t</div><div class="ttdef"><b>Definition:</b> types.h:12</div></div>
<div class="ttc" id="namespaceeos_html"><div class="ttname"><a href="namespaceeos.html">eos</a></div><div class="ttdef"><b>Definition:</b> math.hpp:4</div></div>
<div class="ttc" id="group__mathcppapi_html_ga422f063ec99a30ab7a395f0fafeffcb2"><div class="ttname"><a href="group__mathcppapi.html#ga422f063ec99a30ab7a395f0fafeffcb2">eos::max</a></div><div class="ttdeci">T max(const T &a, const T &b)</div><div class="ttdef"><b>Definition:</b> math.hpp:91</div></div>
<div class="ttc" id="group__mathcppapi_html_ga23801e95fdf200a183909b3f4e819680"><div class="ttname"><a href="group__mathcppapi.html#ga23801e95fdf200a183909b3f4e819680">eos::multeq</a></div><div class="ttdeci">void multeq(uint128_t &self, const uint128_t &other)</div><div class="ttdoc">wraps multeq_i128 from Math C API </div><div class="ttdef"><b>Definition:</b> math.hpp:21</div></div>
<div class="ttc" id="group__mathcppapi_html_ga1ed045c04de3094739808554e3791359"><div class="ttname"><a href="group__mathcppapi.html#ga1ed045c04de3094739808554e3791359">eos::diveq</a></div><div class="ttdeci">void diveq(uint128_t &self, const uint128_t &other)</div><div class="ttdoc">wraps diveq_i128 from Math C API </div><div class="ttdef"><b>Definition:</b> math.hpp:26</div></div>
<div class="ttc" id="types_8h_html_a396787e5ec029b1205bd3e4cd9763e7d"><div class="ttname"><a href="types_8h.html#a396787e5ec029b1205bd3e4cd9763e7d">uint128_t</a></div><div class="ttdeci">unsigned __int128 uint128_t</div><div class="ttdef"><b>Definition:</b> types.h:14</div></div>
<div class="ttc" id="structeos_1_1uint128_html_a35a742a797ca726ab2c74b8008479427"><div class="ttname"><a href="structeos_1_1uint128.html#a35a742a797ca726ab2c74b8008479427">eos::uint128::operator*</a></div><div class="ttdeci">friend uint128 operator*(uint128 a, const uint128 &b)</div><div class="ttdef"><b>Definition:</b> math.hpp:39</div></div>
<div class="ttc" id="group__messagecapi_html_gae2a6ebaf48fe7c69f847ae18f109d09a"><div class="ttname"><a href="group__messagecapi.html#gae2a6ebaf48fe7c69f847ae18f109d09a">assert</a></div><div class="ttdeci">void assert(uint32_t test, const char *cstr)</div></div>
<div class="ttc" id="structeos_1_1uint128_html_a06e6004ec5fbff36e58c029621cc56b9"><div class="ttname"><a href="structeos_1_1uint128.html#a06e6004ec5fbff36e58c029621cc56b9">eos::uint128::operator/=</a></div><div class="ttdeci">uint128 & operator/=(const uint128_t &other)</div><div class="ttdef"><b>Definition:</b> math.hpp:62</div></div>
<div class="ttc" id="group__mathcppapi_html_ga8cfe8cb6da0460d4502c320025bbd9c8"><div class="ttname"><a href="group__mathcppapi.html#ga8cfe8cb6da0460d4502c320025bbd9c8">eos::min</a></div><div class="ttdeci">T min(const T &a, const T &b)</div><div class="ttdef"><b>Definition:</b> math.hpp:84</div></div>
<div class="ttc" id="structeos_1_1uint128_html_a4763a690d6102d21ad203d59213d2da1"><div class="ttname"><a href="structeos_1_1uint128.html#a4763a690d6102d21ad203d59213d2da1">eos::uint128::uint128</a></div><div class="ttdeci">uint128(uint64_t i)</div><div class="ttdef"><b>Definition:</b> math.hpp:36</div></div>
<div class="ttc" id="math_8h_html_a61d571f58c24fb4663cc3729f3d5613e"><div class="ttname"><a href="math_8h.html#a61d571f58c24fb4663cc3729f3d5613e">multeq_i128</a></div><div class="ttdeci">void multeq_i128(uint128_t *self, const uint128_t *other)</div></div>
<div class="ttc" id="structeos_1_1uint128_html"><div class="ttname"><a href="structeos_1_1uint128.html">eos::uint128</a></div><div class="ttdoc">a struct that wraps uint128 integer and defines common operator overloads </div><div class="ttdef"><b>Definition:</b> math.hpp:33</div></div>
<div class="ttc" id="structeos_1_1uint128_html_a6c839778f4a9713eb58fb8f0305bc53e"><div class="ttname"><a href="structeos_1_1uint128.html#a6c839778f4a9713eb58fb8f0305bc53e">eos::uint128::operator>=</a></div><div class="ttdeci">friend bool operator>=(const uint128 &a, const uint128 &b)</div><div class="ttdef"><b>Definition:</b> math.hpp:49</div></div>
<div class="ttc" id="structeos_1_1uint128_html_ae8d57afaf0502b47c8ac41233d89c569"><div class="ttname"><a href="structeos_1_1uint128.html#ae8d57afaf0502b47c8ac41233d89c569">eos::uint128::operator*=</a></div><div class="ttdeci">uint128 & operator*=(const uint128_t &other)</div><div class="ttdef"><b>Definition:</b> math.hpp:53</div></div>
<div class="ttc" id="structeos_1_1uint128_html_a83f2d787236426424fe4b36ef7dea6ac"><div class="ttname"><a href="structeos_1_1uint128.html#a83f2d787236426424fe4b36ef7dea6ac">eos::uint128::operator<=</a></div><div class="ttdeci">friend bool operator<=(const uint128 &a, const uint128 &b)</div><div class="ttdef"><b>Definition:</b> math.hpp:46</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>