reference/gmp/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -4,10 +4,10 @@
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
-
<varlistentry>
7
+
<varlistentry xml:id="constant.gmp-round-zero">
8
8
<term>
9
9
<constant>GMP_ROUND_ZERO</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -15,10 +15,10 @@
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
-
<varlistentry>
18
+
<varlistentry xml:id="constant.gmp-round-plusinf">
19
19
<term>
20
20
<constant>GMP_ROUND_PLUSINF</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -26,10 +26,10 @@
26
26
</simpara>
27
27
</listitem>
28
28
</varlistentry>
29
-
<varlistentry>
29
+
<varlistentry xml:id="constant.gmp-round-minusinf">
30
30
<term>
31
31
<constant>GMP_ROUND_MINUSINF</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -37,7 +37,62 @@
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
-
<varlistentry>
40
+
<varlistentry xml:id="constant.gmp-msw-first">
41
+
<term>
42
+
<constant>GMP_MSW_FIRST</constant>
43
+
(<type>int</type>)
44
+
</term>
45
+
<listitem>
46
+
<simpara>
47
+
48
+
</simpara>
49
+
</listitem>
50
+
</varlistentry>
51
+
<varlistentry xml:id="constant.gmp-lsw-first">
52
+
<term>
53
+
<constant>GMP_LSW_FIRST</constant>
54
+
(<type>int</type>)
55
+
</term>
56
+
<listitem>
57
+
<simpara>
58
+
59
+
</simpara>
60
+
</listitem>
61
+
</varlistentry>
62
+
<varlistentry xml:id="constant.gmp-little-endian">
63
+
<term>
64
+
<constant>GMP_LITTLE_ENDIAN</constant>
65
+
(<type>int</type>)
66
+
</term>
67
+
<listitem>
68
+
<simpara>
69
+
70
+
</simpara>
71
+
</listitem>
72
+
</varlistentry>
73
+
<varlistentry xml:id="constant.gmp-big-endian">
74
+
<term>
75
+
<constant>GMP_BIG_ENDIAN</constant>
76
+
(<type>int</type>)
77
+
</term>
78
+
<listitem>
79
+
<simpara>
80
+
81
+
</simpara>
82
+
</listitem>
83
+
</varlistentry>
84
+
<varlistentry xml:id="constant.gmp-native-endian">
85
+
<term>
86
+
<constant>GMP_NATIVE_ENDIAN</constant>
87
+
(<type>int</type>)
88
+
</term>
89
+
<listitem>
90
+
<simpara>
91
+
92
+
</simpara>
93
+
</listitem>
94
+
</varlistentry>
95
+
<varlistentry xml:id="constant.gmp-version">
41
96
<term>
42
97
<constant>GMP_VERSION</constant>
43
98
(<type>string</type>)
...
...
@@ -50,7 +105,6 @@
50
105
</varlistentry>
51
106
</variablelist>
52
107
</appendix>
53
-

54
108
<!-- Keep this comment at the end of the file
55
109
Local variables:
56
110
mode: sgml
57
111