mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-19 15:47:15 +02:00
79 lines
67 KiB
HTML
79 lines
67 KiB
HTML
<!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>MessagePack for C++: /home/kondo/work/msgpack-c/include/msgpack/preprocessor/arithmetic/dec.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">MessagePack for C++
|
|
</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_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_dd2411636cfeb3780831d8d9eec9249e.html">msgpack</a></li><li class="navelem"><a class="el" href="dir_97f5efed08092dcc5ea6193e4d579575.html">preprocessor</a></li><li class="navelem"><a class="el" href="dir_cb8ee698646555692c3fcfd9beec7cb6.html">arithmetic</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">dec.hpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="arithmetic_2dec_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"># </span><span class="comment">/* Copyright (C) 2001</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"># * Housemarque Oy</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"># * http://www.housemarque.com</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"># *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"># * Distributed under the Boost Software License, Version 1.0. (See</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"># * accompanying file LICENSE_1_0.txt or copy at</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"># * http://www.boost.org/LICENSE_1_0.txt)</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"># */</span><span class="preprocessor"></span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor"># </span><span class="comment">/* Revised by Paul Mensonides (2002) */</span><span class="preprocessor"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor"># </span><span class="comment">/* See http://www.boost.org for most recent version. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor"># ifndef MSGPACK_PREPROCESSOR_ARITHMETIC_DEC_HPP</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor"># define MSGPACK_PREPROCESSOR_ARITHMETIC_DEC_HPP</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor"># include <<a class="code" href="config_8hpp.html">msgpack/preprocessor/config/config.hpp</a>></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor"># </span><span class="comment">/* MSGPACK_PP_DEC */</span><span class="preprocessor"></span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor"># if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_MWCC()</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor"># define MSGPACK_PP_DEC(x) MSGPACK_PP_DEC_I(x)</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor"># else</span></div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a3925abfa9c36693de0a1ae99fc563b97"> 24</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC(x) MSGPACK_PP_DEC_OO((x))</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a15019c0ff5895e72f342f83654c97598"> 25</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_OO(par) MSGPACK_PP_DEC_I ## par</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8043c5919cc10eb8a7cbfeac9b77e80d"> 28</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_I(x) MSGPACK_PP_DEC_ ## x</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8b48d6e72cd45022f2fc1b6155c57b12"> 30</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_0 0</span></div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1df2ba641dc11ae9151a4415d517420c"> 31</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_1 0</span></div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2ca7a89a793eb6a8dc8ad459304c1c43"> 32</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_2 1</span></div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aae3b44a5d66071f4363362e06ea3fc88"> 33</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_3 2</span></div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a3b8e7f9c125e468bb6c65be8b140790e"> 34</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_4 3</span></div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a57a4f9abd9bcc89f7217a52ff6b47ee1"> 35</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_5 4</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a989096943d156b97fd1d981fe9686713"> 36</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_6 5</span></div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6c12e9b42040ab2747d5e19eb92d9d2e"> 37</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_7 6</span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a87a55f30a80c0dec34c480d22e27a9a2"> 38</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_8 7</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad4b6f33218a046b40a00cf47e50f7a32"> 39</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_9 8</span></div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad14ad302a08e3176a619a6c3b92b7b59"> 40</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_10 9</span></div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa0755eef4b54cb5858932ebda909e7f7"> 41</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_11 10</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a93e4c5f1011220183132d082ace9f08a"> 42</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_12 11</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a327ae559af23d97de69c7f1403e4222f"> 43</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_13 12</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a52e6a29cb02972c5f1ae2c340385ced1"> 44</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_14 13</span></div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#af9864b10961afea9075e13b83bd1fa71"> 45</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_15 14</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a04ef7cc9255d1a64425c0bea33738d98"> 46</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_16 15</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2b6534271af84272ac853cb554dd2631"> 47</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_17 16</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a64f1aa7632193c6fd1e4e0c5f6c60722"> 48</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_18 17</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae9c7149ec19e8269e2f2be8ef2c65708"> 49</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_19 18</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae3440d1c84cf9356f2ab1a989e5d2a8a"> 50</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_20 19</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9162314d69ee0d37f045fd5f4e4cbcaa"> 51</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_21 20</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6ed1b6faf3500063268c9ea3df50a931"> 52</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_22 21</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a29f392e5813cce763991898bc1ec84e1"> 53</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_23 22</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a765c4baa734afbce2ffd13b727e5e8a9"> 54</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_24 23</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a05f327156590ca7ffaa6e0345843029e"> 55</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_25 24</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5659fc90d4c771644b33eabe472fcfc6"> 56</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_26 25</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0848fb3913f4549f5ed79bc3ee24ca89"> 57</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_27 26</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab750eef863e95b52989e9ddece77b770"> 58</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_28 27</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4def574f44c4368702e34c9fae5bb25e"> 59</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_29 28</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a031da87df815cd65bcde41f277f63df1"> 60</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_30 29</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1ca58199b81b4c4a941a863354ac2ec4"> 61</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_31 30</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a82109bb2c8410e3c8412ca9cd782b063"> 62</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_32 31</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#af78035448c66c718c6a81694f31f6b2b"> 63</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_33 32</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4c8369320dbec500100d6f640af7b380"> 64</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_34 33</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aba58e33e9c634f248db9aebbedc2b752"> 65</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_35 34</span></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8232244769a90cbc0b0da6ab8c16ce9a"> 66</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_36 35</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad1aeafb4d4a4008a7c11632469fdbf9c"> 67</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_37 36</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a545484799f8408d550e7618babaf0069"> 68</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_38 37</span></div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a56e2aaf6bde19e839f9c3b49eb54d102"> 69</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_39 38</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7227a7cd9753fe00507080863e874b30"> 70</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_40 39</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a67081b466e3e474ddf1760b4ca5ddcf5"> 71</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_41 40</span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a92933fa3a3dc98a3305c84f807219f68"> 72</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_42 41</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aaa975f8315ae15ee1d49dfedbca509af"> 73</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_43 42</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a440088a8d95796474557aaea8d1ce64b"> 74</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_44 43</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aed93b4acfaa53bec47777bc8a2db8f1b"> 75</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_45 44</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aedeace662963f83d82596cb044904ab4"> 76</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_46 45</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1da323168a3d5508c56b53c649ff9f6e"> 77</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_47 46</span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab696c82ba8d52e50e4afe96e94ccb0c9"> 78</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_48 47</span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#af7bc3d9b8f27654e4271a08a85155b25"> 79</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_49 48</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a920587646ddfc7d8038b856a81d95385"> 80</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_50 49</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab640a8a852d644b5c4a981a21b7494f4"> 81</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_51 50</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a04147ec5fe43bea4de35bc683b145b6b"> 82</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_52 51</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5840c63032dcbb5ae929d1b2fa77281c"> 83</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_53 52</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a30ad55f84175f951eb451bd2fa71940c"> 84</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_54 53</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6375a29a0a6832e096e9d920acc80c07"> 85</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_55 54</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7dd6a2e81f2012ffc2114142e7e96d56"> 86</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_56 55</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad316bf9b25a887d8a1814f122622707d"> 87</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_57 56</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8c873159ccc0f8d2d6a5ad6bcccde6b6"> 88</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_58 57</span></div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad900c16df80f3087650ddc4136706bb4"> 89</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_59 58</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a71d8bf6e6196312e88dabcd5198be877"> 90</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_60 59</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a051d13922b7aa4b5b73fc7590f9f5ce9"> 91</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_61 60</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9e89d0b0d80f3f475221990575936773"> 92</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_62 61</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9b2943cbf4e143f4525a88dbe4983599"> 93</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_63 62</span></div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a034e2325a27dc8b4bc3e319380e5ed29"> 94</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_64 63</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a404a462ee052f3b9bb0e1bae9cc31cba"> 95</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_65 64</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a79f202a20193466a013fb63ef054cad6"> 96</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_66 65</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4bd54f582a185bf8965b9f87c35a4f07"> 97</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_67 66</span></div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0fa242a1906a8f89fa74269abff9b7f6"> 98</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_68 67</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aab32dc5cca7f9093c182c592ea437766"> 99</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_69 68</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9a928f623e1850c1603d1d2de3e46c44"> 100</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_70 69</span></div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a63332a28503f3ea955ea53f0590ba2ee"> 101</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_71 70</span></div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aee0b03188b433cb2c96d18ea51ae28c9"> 102</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_72 71</span></div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aef469f5d866c9a653ef33dfcd556e8d9"> 103</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_73 72</span></div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#abc7ac383e57c49244034ca9223defa58"> 104</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_74 73</span></div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9103e43c78306d920241f25c94c56d0f"> 105</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_75 74</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad4c766f99e525322ba7e0984f06e932c"> 106</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_76 75</span></div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8c6c786b4cfc5a218655e15029f3c824"> 107</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_77 76</span></div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#af270395bec939a4c34bc4260f48ff06f"> 108</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_78 77</span></div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aea25760b1bde276d1a852268e5937831"> 109</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_79 78</span></div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a84cadb39cc5ec08fdcd41a510562b247"> 110</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_80 79</span></div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a85304fd774eb239d02c97ec108f218e5"> 111</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_81 80</span></div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#abdfe10cabba74a29390a1291dc7c590b"> 112</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_82 81</span></div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#add623ffb3bde55218b179048505064d7"> 113</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_83 82</span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#adaadd784bdd4711e6bbd002e9dff2520"> 114</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_84 83</span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4c75e216ad41edc3cdd97747c18fed70"> 115</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_85 84</span></div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#afd75ed7c357917d8f7471c8ec3d9bfb4"> 116</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_86 85</span></div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aed0c0c7e01e4553686a9701c2ad576b2"> 117</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_87 86</span></div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2b099cb3f984a8b282b2953dd1259511"> 118</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_88 87</span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8e6599069bdd459020d3fb22ed1fe222"> 119</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_89 88</span></div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae53f4f6ad8ca3a4cc54ac1cfb7254ded"> 120</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_90 89</span></div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#afdfa3296e175f8a50b38c461aa3a424e"> 121</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_91 90</span></div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aaa6237c66b7df630a88232e18c6dac3f"> 122</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_92 91</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a72dd1f6bb7e8af1686210cf5a50a40e5"> 123</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_93 92</span></div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a956b36e61fbf25f09addbe41025dbc0b"> 124</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_94 93</span></div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa2d2415c221e63dc134789aefa1cbeac"> 125</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_95 94</span></div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a87258f4edde5f2989c91bd4a5cf50028"> 126</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_96 95</span></div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a11af8a3f0e5abd99ccbe4a0ca41047aa"> 127</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_97 96</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aed1f89c4fa0ffde20cfd759a86ef6d34"> 128</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_98 97</span></div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a23190c8da283424388a3c019730ba9b5"> 129</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_99 98</span></div><div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a899b7a7e732c236f6a55e24986180c74"> 130</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_100 99</span></div><div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7e295928910ee667974346fd5957806c"> 131</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_101 100</span></div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a3a2306b381cd836b9672dd53ac1a597d"> 132</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_102 101</span></div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa4f3951238c77d89f650355bb30766ba"> 133</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_103 102</span></div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#acf91d05af373046202aab3ad709ce242"> 134</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_104 103</span></div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae6de69100c214625331a77e03413c251"> 135</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_105 104</span></div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6a7bcbd9e4c60e4be0a7a6b3d87cbf3a"> 136</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_106 105</span></div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab91c9d37079f271ad6825f435fd578ec"> 137</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_107 106</span></div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aefcd8a714e02e858acc2cba428bc8c0f"> 138</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_108 107</span></div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7bad814eb3870663c64812370b628de9"> 139</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_109 108</span></div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a634f9380324bbd1b5647a06a1a814cf7"> 140</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_110 109</span></div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4e8d62c16f93503160290c44ead24fa6"> 141</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_111 110</span></div><div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a30711ebecb21c180afc1bbb05f02f46a"> 142</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_112 111</span></div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a80ad83be1f4630cd4b8610a1e62dbd1b"> 143</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_113 112</span></div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a11b174204d3beddd97b6955b53deaf9d"> 144</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_114 113</span></div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5ea0ca439777f233dd2baf50723ff4c9"> 145</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_115 114</span></div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a29e83632846432f6430e1f86e7128637"> 146</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_116 115</span></div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a40f7ab13f2e32691e565b918b5ab672f"> 147</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_117 116</span></div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad52af37990f69118359c067d08afeb5e"> 148</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_118 117</span></div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2b58fcc5fbcae9adb928ceb8fc16372d"> 149</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_119 118</span></div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9df69766e709dfdba7821daf84f12c77"> 150</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_120 119</span></div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a62299f25e48913c252e97a0a85c837a1"> 151</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_121 120</span></div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a03bc3a10ab3e08ad297e2f6800c12ce5"> 152</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_122 121</span></div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aafc04bfe8606b2333363547aa4142513"> 153</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_123 122</span></div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4b38cb834f37b2f5b778b8150466b1b3"> 154</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_124 123</span></div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4fc3ce187297b552c9ff6aa4087cd6f8"> 155</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_125 124</span></div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a20af89a23293182ee6caa76a2ffece0c"> 156</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_126 125</span></div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4accb2ac5cd96ef6156b806f4be6b5c6"> 157</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_127 126</span></div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0aef470b19df40e11240de7504d40490"> 158</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_128 127</span></div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ac8327788345c738914dabe9e4dd2e43a"> 159</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_129 128</span></div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a80fd097292bded8e5f539829038eb4df"> 160</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_130 129</span></div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aaa8abf8bbfb7d1cdfb185e52cc72706b"> 161</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_131 130</span></div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a739377c3e1c89092888fcbb8e801e206"> 162</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_132 131</span></div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0e111156b1dafe40220bd23aed658d08"> 163</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_133 132</span></div><div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a26e0dbffba7874879f2c11515bd5e331"> 164</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_134 133</span></div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a3ae5dd0721d63e1c99cae7dd0dcc1915"> 165</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_135 134</span></div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7b8509ce780f71d1b5e6b0bc622d40cb"> 166</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_136 135</span></div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4795de0c704c1e783800dd6c4102be99"> 167</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_137 136</span></div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#afa1ad9e2b7db359d7a5796878aa4eb4b"> 168</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_138 137</span></div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad86a2c94d95ad9eed116bbf4c035ba84"> 169</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_139 138</span></div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a781a8e9bed4af72d88ebdd87c33df4eb"> 170</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_140 139</span></div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa3de9c05d06b15b03888b00cba060859"> 171</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_141 140</span></div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a79c2dee64b211963a0deddaa0a8e7500"> 172</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_142 141</span></div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab85038084225eb5b651918bb0e5a9138"> 173</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_143 142</span></div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a50e9fa5dcc0f3dfbddc0875c023fda8f"> 174</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_144 143</span></div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#af1d8b83e75a1867b76ce73d9d143cd9d"> 175</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_145 144</span></div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2134e71e04e0acbb82b61ede8f2c8081"> 176</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_146 145</span></div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8a069f609a0894bfebffd9f90f0d6d4d"> 177</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_147 146</span></div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa0f72114ec97c4ac45b756b6f4f908a2"> 178</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_148 147</span></div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae155c1180de865c83618fc3914a4553e"> 179</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_149 148</span></div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ade063016da3bc62e69ea0d1253503efa"> 180</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_150 149</span></div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8f6fd707f29ba4eb7dacf38b811df7b3"> 181</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_151 150</span></div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5c35aa077bb6d9d1aab9162d0edac3b4"> 182</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_152 151</span></div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ac3a80d04b601d0514b863076dcec2404"> 183</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_153 152</span></div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5c0b3dab9ed8e1d92268c1bea0316cf2"> 184</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_154 153</span></div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a26be6d9d3f27fd97cab3f48d6332fce6"> 185</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_155 154</span></div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad77fc6550d816f0fbd0be35b04235616"> 186</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_156 155</span></div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#afe30492a693fbbbd3377c55b3be548b7"> 187</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_157 156</span></div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9294dd27dbb4efaaf5aa6f5bd16b654a"> 188</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_158 157</span></div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2bad3e433fca6904d3f00b32f1ca4325"> 189</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_159 158</span></div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#abbe28de1c71f247e1cd9328a479d3b2c"> 190</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_160 159</span></div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a29e37a0baadb195a045d54b20fe0e44a"> 191</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_161 160</span></div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aac054ef4295cd9c43f825f3e60c80c82"> 192</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_162 161</span></div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a34d925e5ab283b8b03fe35abb3d3dca6"> 193</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_163 162</span></div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad1258b868229bf9211bc3e9c407e72bd"> 194</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_164 163</span></div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#af95d45b8b6c2a3deaad32c7777400d0a"> 195</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_165 164</span></div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6acfcd81f920b3241e849c1cc25bc511"> 196</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_166 165</span></div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a377cf6aafdbe489258dadb08a13f9cf9"> 197</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_167 166</span></div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a102ad51da85d90948669d0997b233fd2"> 198</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_168 167</span></div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5adde2d55743dd402852e6c73e9cef6a"> 199</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_169 168</span></div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#afc14c38d4337f5da9b52dafc1c011733"> 200</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_170 169</span></div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab251e713e3ae2391129bd2e0965be967"> 201</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_171 170</span></div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a37fcc325dfaa6c2d083547d9a7adc71e"> 202</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_172 171</span></div><div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a67592397837eb960137d350c2faabb90"> 203</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_173 172</span></div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5280fe0d10c4988cbf4571bf14ce3ffd"> 204</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_174 173</span></div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a79b2ab53c5db4ea6aefa096628d37b87"> 205</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_175 174</span></div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa1acace559a7c7c1d5739305dcddabea"> 206</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_176 175</span></div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8a27181bc5a7956a17ffbcca0dbba88a"> 207</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_177 176</span></div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a23a497f62232de8727e3a79eaf6f8f99"> 208</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_178 177</span></div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a94260a96d2ee51c28f4272a1be55edb6"> 209</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_179 178</span></div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4377def28c607cac317fa43d761400fc"> 210</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_180 179</span></div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#abc9ff6f74a069da27608b5478768ff98"> 211</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_181 180</span></div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7f2e6f553bd7354fce2fd676c31a22b6"> 212</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_182 181</span></div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1edffee6bdb095a77daeecf953fd2146"> 213</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_183 182</span></div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0cb2e73c77acd2af27f4c7574b307962"> 214</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_184 183</span></div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aee8d1ae4c6577de47da0ad9de22375c1"> 215</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_185 184</span></div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6d0861763ce31c0c1b4b0f95ff816c73"> 216</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_186 185</span></div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5aabd157da4e48c8141d2ab517461225"> 217</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_187 186</span></div><div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1bd478762ad49cc1cd68105fe23cafcb"> 218</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_188 187</span></div><div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a8668381a67a37943182ff688424a342f"> 219</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_189 188</span></div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a55128985f344ade354660abf5948f9cc"> 220</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_190 189</span></div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6b691b5031311581838efcdd0fb91bc3"> 221</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_191 190</span></div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4f5b1a21e310cd98b9d7c45bbf90dd24"> 222</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_192 191</span></div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa4c34881433931fce7197fce2b05e4dc"> 223</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_193 192</span></div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6606c7da5847ea452afc874bca215683"> 224</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_194 193</span></div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aaf85ae87fd681b3025f7b9c667b4ec5d"> 225</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_195 194</span></div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a41494c29dfe7a427e29e05a29fbdd7d4"> 226</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_196 195</span></div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a82d2abca409bde5c2fa74ab2cfa7a231"> 227</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_197 196</span></div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae541903f30b0b7f10db24b99974f0f38"> 228</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_198 197</span></div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a149d839a0a4f44300692c902718565f9"> 229</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_199 198</span></div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4f3ebb6dfb93180bf62ae4419669dd88"> 230</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_200 199</span></div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4e4d9137f8488b37bea29ba08a865a13"> 231</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_201 200</span></div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a29c9ce00c6335c3ed423747b431ea70c"> 232</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_202 201</span></div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a56d2c84d896d3cdf2143498d2f78d71d"> 233</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_203 202</span></div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ac617343b3833d402df329bc0a628703b"> 234</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_204 203</span></div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4f8f012c53e0e1256ff72163ea78d0ec"> 235</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_205 204</span></div><div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a38f7127fde4673f944c97090c60ccb36"> 236</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_206 205</span></div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a56f619bb22203f80a6e111ea1b4e500c"> 237</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_207 206</span></div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a4d5a90e7ce5984c0ff52d1b0951faa91"> 238</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_208 207</span></div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ade67535313bffb803bb99e9e430fc1f7"> 239</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_209 208</span></div><div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0cec4fd4d708435021e49232257c27e8"> 240</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_210 209</span></div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aaddb92c089f5bc539a8ccb35503dd7ac"> 241</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_211 210</span></div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab420abce400e4b915818fe0085da4ed9"> 242</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_212 211</span></div><div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5ef7436045b480f4a68312d8cbb5f816"> 243</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_213 212</span></div><div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1807d041d2be94e71d5a5591b9bed352"> 244</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_214 213</span></div><div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0c7f2dbb8e4cd196b761a8983711fea9"> 245</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_215 214</span></div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#acd3b2cfe1eca458edf478c722eaaad41"> 246</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_216 215</span></div><div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad8d14c99f08f1dfdffeffd1f524829a9"> 247</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_217 216</span></div><div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab7949f07e7872361625c58ab88ccea13"> 248</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_218 217</span></div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad15d18dd4e5e0011fb7a4cabe3586fa2"> 249</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_219 218</span></div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a45a6b6a68938a8aff3dc1961a1fae4c8"> 250</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_220 219</span></div><div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad87a4c93d0d65c1b607c1cc9303cfb16"> 251</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_221 220</span></div><div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7fa089acbb35f6e05797ff50d1d79f76"> 252</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_222 221</span></div><div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1684aedeeeae0cc37b7134a65933e63a"> 253</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_223 222</span></div><div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae1a26c70a712a4ff3560db2e0b1c276c"> 254</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_224 223</span></div><div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ab6a576f1a04e83c90d353b0a22e89f77"> 255</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_225 224</span></div><div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a3e58f6564176703db4ffe4d144626361"> 256</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_226 225</span></div><div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#abf6a5726039ad3bdbf6fdb0454beead1"> 257</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_227 226</span></div><div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aeb98fd552d65f2a1e60469bcb77b2819"> 258</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_228 227</span></div><div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a352cc02828eb7ebe66eaf9b4459e19c4"> 259</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_229 228</span></div><div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a383730e4b6b1c5bc3240bea46387cbdc"> 260</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_230 229</span></div><div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a219f586fe6e11cc210176622ad20db2a"> 261</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_231 230</span></div><div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad0842dc0a0014b126de10038446cca11"> 262</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_232 231</span></div><div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad5c5eb6fd06319c93288b7a7c6b1ca3e"> 263</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_233 232</span></div><div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#adea72328e38d27f5ff338e2d54010801"> 264</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_234 233</span></div><div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ac3585faef148ebb05624a09f7242ad4a"> 265</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_235 234</span></div><div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ad2780cf71e7778117d541469a80f7faf"> 266</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_236 235</span></div><div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a220d6d3376d2e1d9ab7549e9455335da"> 267</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_237 236</span></div><div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7fcb8b98748cfb9300d18e1a9c5ad22d"> 268</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_238 237</span></div><div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#abccc662e9f9c25a9781ac6907180243a"> 269</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_239 238</span></div><div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2501738e87d2165afdb21654ad31af59"> 270</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_240 239</span></div><div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a1288a252e83e642b4c640f31acefc6de"> 271</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_241 240</span></div><div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a15d780dcc9a90b242765c0f9eaf81da9"> 272</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_242 241</span></div><div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a38d422e5dd52d513bf759969803a4331"> 273</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_243 242</span></div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae9893e405e679f3aa6c0986641ab34eb"> 274</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_244 243</span></div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a7346c402ea593d53440ab48f1fe40b68"> 275</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_245 244</span></div><div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aba0a32888af7b22498f6e4f7adb311d7"> 276</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_246 245</span></div><div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a46656b8ce12183ed0d5de9511c93c61c"> 277</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_247 246</span></div><div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a5f6805e38435c7d91ec677abfc470077"> 278</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_248 247</span></div><div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9245d5da4504e5feb03be0864d507aeb"> 279</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_249 248</span></div><div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a6c748cfcb08fbdd84056602d56ac9be6"> 280</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_250 249</span></div><div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#aa465d81aff15a05906acc731f3db2809"> 281</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_251 250</span></div><div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a0999b8a114354867b58741eb8c6d0581"> 282</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_252 251</span></div><div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#afa138a2844b3afe16120d1e4da536712"> 283</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_253 252</span></div><div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ae8b48c0c44b9589d755ebac18926fceb"> 284</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_254 253</span></div><div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#ac438babfb51f273d84ebdcd791f92f57"> 285</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_255 254</span></div><div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a2c21ef48f1d983fdfebb0ff9d3b8c533"> 286</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_256 255</span></div><div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="arithmetic_2dec_8hpp.html#a9819604df1b318994f1d8c9bd9625d09"> 287</a></span> <span class="preprocessor"># define MSGPACK_PP_DEC_257 256</span></div><div class="line"><a name="l00288"></a><span class="lineno"> 288</span> <span class="preprocessor">#</span></div><div class="line"><a name="l00289"></a><span class="lineno"> 289</span> <span class="preprocessor"># endif</span></div><div class="ttc" id="config_8hpp_html"><div class="ttname"><a href="config_8hpp.html">config.hpp</a></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>
|