View | Details | Raw Unified | Return to bug 88191
Collapse All | Expand All

(-)math/fxt/Makefile (-10 / +8 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	fxt
9
PORTNAME=	fxt
10
PORTVERSION=	2004.10.25
10
PORTVERSION=	2005.10.06
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	http://www.jjj.de/fxt/
12
MASTER_SITES=	http://www.jjj.de/fxt/
13
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
Lines 17-23 Link Here
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}
18
WRKSRC=		${WRKDIR}/${PORTNAME}
19
19
20
USE_GCC=	3.4
20
USE_GCC=	3.4+
21
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
MAKEFILE=	makefile
23
MAKEFILE=	makefile
Lines 30-47 Link Here
30
		 s|^GFLAGS|#GFLAGS|g ; \
30
		 s|^GFLAGS|#GFLAGS|g ; \
31
		 s|^PFLAGS|#PFLAGS|g ; \
31
		 s|^PFLAGS|#PFLAGS|g ; \
32
		 s|^FXT_CXXFLAGS|#FXT_CXXFLAGS|g' ${WRKSRC}/makefile
32
		 s|^FXT_CXXFLAGS|#FXT_CXXFLAGS|g' ${WRKSRC}/makefile
33
	@${REINPLACE_CMD} -e 's|sinl|Sin|g' ${WRKSRC}/src/aux0/trigrec.h 
34
	@${REINPLACE_CMD} -e 's|sinl|sin|g' ${WRKSRC}/src/fht/hartleyshift.h
33
35
34
do-install:
36
do-install:
35
	${INSTALL_DATA} ${WRKSRC}/libfxt.a ${PREFIX}/lib
37
	${INSTALL_DATA} ${WRKSRC}/libfxt.a ${PREFIX}/lib
36
	@${MKDIR} ${PREFIX}/include/fxt
38
	@${MKDIR} ${PREFIX}/include/fxt
37
	${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/fxt
39
	cd ${WRKSRC}/src && ${FIND} . -name "*.h" | \
38
.for dir in aux0 aux1 aux2 bits bmat bpol chirpzt correlation comb \
40
		${CPIO} -pdm -L -R ${SHAROWN}:${SHAREGRP} ${PREFIX}/include/fxt
39
	comb/bucket convolution dctdst demo ds fft fht graph graph/bucket \
41
	@${FIND} ${PREFIX}/include/fxt -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
40
	haar matrix matrixfft mod mult ntt perm perm/bucket realfft simplfft \
42
	@${FIND} ${PREFIX}/include/fxt -type d | ${XARGS} ${CHMOD} ${BINMODE}
41
	sort sort/bucket test walsh wavelet
42
	@${MKDIR} ${PREFIX}/include/fxt/${dir}
43
	${INSTALL_DATA} ${WRKSRC}/${dir}/*.h ${PREFIX}/include/fxt/${dir}
44
.endfor
45
.if !defined(NOPORTDOCS)
43
.if !defined(NOPORTDOCS)
46
	@${MKDIR} ${DOCSDIR}
44
	@${MKDIR} ${DOCSDIR}
47
	${INSTALL_DATA} ${WRKSRC}/00*.txt ${DOCSDIR}
45
	${INSTALL_DATA} ${WRKSRC}/00*.txt ${DOCSDIR}
(-)math/fxt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (fxt-2004.10.25.tgz) = 42ed2e3d8ca97f94257045a30f24aadb
1
MD5 (fxt-2005.10.06.tgz) = aff0b9b8f53efecad651708b47593f43
2
SIZE (fxt-2004.10.25.tgz) = 693240
2
SIZE (fxt-2005.10.06.tgz) = 817417
(-)math/fxt/files/patch-aux0::aux0print.cc (-11 lines)
Lines 1-11 Link Here
1
--- aux0/aux0print.cc.orig	Sun Jul 11 23:08:11 2004
2
+++ aux0/aux0print.cc	Wed Oct  6 22:31:25 2004
3
@@ -1,6 +1,8 @@
4
 
5
 #include "fxtio.h"
6
 
7
+#include <cmath>
8
+
9
 
10
 void
11
 print_fixed(const char *bla, double v, long nd, bool sq)
(-)math/fxt/files/patch-bmat::bitmatprint.cc (-10 lines)
Lines 1-10 Link Here
1
--- bmat/bitmatprint.cc.orig	Mon Dec 22 01:05:42 2003
2
+++ bmat/bitmatprint.cc	Wed Oct  6 22:28:38 2004
3
@@ -2,6 +2,7 @@
4
 
5
 //#include "bits/printbin.h"
6
 #include "fxtiomanip.h"
7
+#include "fxttypes.h"
8
 
9
 
10
 void
(-)math/fxt/files/patch-bpol::bitpolprint.cc (-10 lines)
Lines 1-10 Link Here
1
--- bpol/bitpolprint.cc.orig	Wed Apr 14 01:51:29 2004
2
+++ bpol/bitpolprint.cc	Wed Oct  6 23:18:23 2004
3
@@ -2,6 +2,7 @@
4
 #include "bits/bitsperlong.h"
5
 
6
 #include "fxtio.h"
7
+#include "fxttypes.h"
8
 
9
 
10
 void
(-)math/fxt/pkg-plist (-49 / +114 lines)
Lines 1-17 Link Here
1
include/fxt/aux0-all.h
1
include/fxt/aux0-all.h
2
include/fxt/aux0/aux0double.h
2
include/fxt/aux0/aux0double.h
3
include/fxt/aux0/binomial.h
4
include/fxt/aux0/bucket/funcemu.h
3
include/fxt/aux0/cmult.h
5
include/fxt/aux0/cmult.h
4
include/fxt/aux0/constants.h
6
include/fxt/aux0/constants.h
5
include/fxt/aux0/csincos.h
7
include/fxt/aux0/csincos.h
6
include/fxt/aux0/fhtmulsqr.h
8
include/fxt/aux0/fhtmulsqr.h
7
include/fxt/aux0/funcemu.h
9
include/fxt/aux0/ldn2rc.h
8
include/fxt/aux0/inline.h
10
include/fxt/aux0/randf.h
9
include/fxt/aux0/rand.h
10
include/fxt/aux0/range.h
11
include/fxt/aux0/range.h
12
include/fxt/aux0/sign.h
11
include/fxt/aux0/sincos.h
13
include/fxt/aux0/sincos.h
12
include/fxt/aux0/sumdiff.h
14
include/fxt/aux0/sumdiff.h
13
include/fxt/aux0/swap.h
15
include/fxt/aux0/swap.h
14
include/fxt/aux0/timer.h
16
include/fxt/aux0/timer.h
17
include/fxt/aux0/trigrec.h
15
include/fxt/aux0/version.h
18
include/fxt/aux0/version.h
16
include/fxt/aux1-all.h
19
include/fxt/aux1-all.h
17
include/fxt/aux1/applyfunc.h
20
include/fxt/aux1/applyfunc.h
Lines 34-39 Link Here
34
include/fxt/aux2/applyfunc2d.h
37
include/fxt/aux2/applyfunc2d.h
35
include/fxt/aux2/arith2d.h
38
include/fxt/aux2/arith2d.h
36
include/fxt/aux2/array2d.h
39
include/fxt/aux2/array2d.h
40
include/fxt/aux2/bucket/transpose2.h
37
include/fxt/aux2/copy2d.h
41
include/fxt/aux2/copy2d.h
38
include/fxt/aux2/minmax2d.h
42
include/fxt/aux2/minmax2d.h
39
include/fxt/aux2/reverse2d.h
43
include/fxt/aux2/reverse2d.h
Lines 42-63 Link Here
42
include/fxt/aux2/shift2d.h
46
include/fxt/aux2/shift2d.h
43
include/fxt/aux2/transpose.h
47
include/fxt/aux2/transpose.h
44
include/fxt/aux2/transpose2.h
48
include/fxt/aux2/transpose2.h
45
include/fxt/aux2/transpose2_ba.h
46
include/fxt/aux2/transpose_ba.h
47
include/fxt/bits-all.h
49
include/fxt/bits-all.h
50
include/fxt/bits/bin2paul.h
48
include/fxt/bits/bit2adic.h
51
include/fxt/bits/bit2adic.h
49
include/fxt/bits/bit2composition.h
52
include/fxt/bits/bit2composition.h
50
include/fxt/bits/bit2pow.h
53
include/fxt/bits/bit2pow.h
54
include/fxt/bits/bitasm-amd64.h
55
include/fxt/bits/bitasm-i386.h
56
include/fxt/bits/bitasm-sse.h
51
include/fxt/bits/bitasm.h
57
include/fxt/bits/bitasm.h
58
include/fxt/bits/bitblock.h
52
include/fxt/bits/bitcombcolex.h
59
include/fxt/bits/bitcombcolex.h
53
include/fxt/bits/bitcomblex.h
60
include/fxt/bits/bitcomblex.h
54
include/fxt/bits/bitcombminchange.h
61
include/fxt/bits/bitcombminchange.h
55
include/fxt/bits/bitcopy.h
62
include/fxt/bits/bitcopy.h
56
include/fxt/bits/bitcount.h
63
include/fxt/bits/bitcount.h
57
include/fxt/bits/bitcyclic.h
64
include/fxt/bits/bitcyclic-dist.h
58
include/fxt/bits/bitcyclic2.h
65
include/fxt/bits/bitcyclic-match.h
59
include/fxt/bits/bitcyclic3.h
66
include/fxt/bits/bitcyclic-minmax.h
60
include/fxt/bits/bitcyclicgray.h
67
include/fxt/bits/bitcyclic-period.h
68
include/fxt/bits/bitcyclic-xor.h
69
include/fxt/bits/bitfibgray.h
61
include/fxt/bits/bitgather.h
70
include/fxt/bits/bitgather.h
62
include/fxt/bits/bitgraypermute.h
71
include/fxt/bits/bitgraypermute.h
63
include/fxt/bits/bithigh.h
72
include/fxt/bits/bithigh.h
Lines 66-85 Link Here
66
include/fxt/bits/bitmisc.h
75
include/fxt/bits/bitmisc.h
67
include/fxt/bits/bitmrotate.h
76
include/fxt/bits/bitmrotate.h
68
include/fxt/bits/bitnecklace.h
77
include/fxt/bits/bitnecklace.h
78
include/fxt/bits/bitperiodic.h
69
include/fxt/bits/bitrotate.h
79
include/fxt/bits/bitrotate.h
70
include/fxt/bits/bitseparate.h
80
include/fxt/bits/bitseparate.h
71
include/fxt/bits/bitsequency.h
81
include/fxt/bits/bitsequency.h
82
include/fxt/bits/bitset2set.h
72
include/fxt/bits/bitsperlong.h
83
include/fxt/bits/bitsperlong.h
73
include/fxt/bits/bitsubset.h
84
include/fxt/bits/bitsubset.h
74
include/fxt/bits/bitsubsetgray.h
75
include/fxt/bits/bitswap.h
85
include/fxt/bits/bitswap.h
86
include/fxt/bits/bittest.h
76
include/fxt/bits/bittransforms.h
87
include/fxt/bits/bittransforms.h
77
include/fxt/bits/bitxtransforms.h
88
include/fxt/bits/bitxtransforms.h
78
include/fxt/bits/bitzip.h
89
include/fxt/bits/bitzip.h
90
include/fxt/bits/blue-fixed-points.h
79
include/fxt/bits/branchless.h
91
include/fxt/bits/branchless.h
92
include/fxt/bits/bucket/bitsubsetgray.h
93
include/fxt/bits/colormix-fl.h
80
include/fxt/bits/colormix.h
94
include/fxt/bits/colormix.h
81
include/fxt/bits/colormixp.h
95
include/fxt/bits/colormixp.h
82
include/fxt/bits/fl_colormix.h
96
include/fxt/bits/crc32.h
97
include/fxt/bits/crc64.h
98
include/fxt/bits/cswap.h
99
include/fxt/bits/fibrep.h
83
include/fxt/bits/graycode.h
100
include/fxt/bits/graycode.h
84
include/fxt/bits/graypower.h
101
include/fxt/bits/graypower.h
85
include/fxt/bits/greencode.h
102
include/fxt/bits/greencode.h
Lines 87-108 Link Here
87
include/fxt/bits/hilbert.h
104
include/fxt/bits/hilbert.h
88
include/fxt/bits/negbin.h
105
include/fxt/bits/negbin.h
89
include/fxt/bits/nextgray.h
106
include/fxt/bits/nextgray.h
107
include/fxt/bits/parenwords.h
90
include/fxt/bits/parity.h
108
include/fxt/bits/parity.h
91
include/fxt/bits/printbin.h
109
include/fxt/bits/printbin.h
110
include/fxt/bits/revbin-upd.h
92
include/fxt/bits/revbin.h
111
include/fxt/bits/revbin.h
112
include/fxt/bits/tcrc64.h
93
include/fxt/bits/tinyfactors.h
113
include/fxt/bits/tinyfactors.h
94
include/fxt/bits/zerobyte.h
114
include/fxt/bits/zerobyte.h
115
include/fxt/bits/zorder.h
95
include/fxt/bmat-all.h
116
include/fxt/bmat-all.h
96
include/fxt/bmat/bitmat.h
117
include/fxt/bmat/bitmat.h
97
include/fxt/bmat/bitmatinline.h
118
include/fxt/bmat/bitmatinline.h
98
include/fxt/bpol-all.h
119
include/fxt/bpol-all.h
99
include/fxt/bpol/allirredpol.h
120
include/fxt/bpol/allirredpol.h
100
include/fxt/bpol/bitpol.h
121
include/fxt/bpol/bitpolarith.h
101
include/fxt/bpol/bitpoldegree.h
122
include/fxt/bpol/bitpoldegree.h
123
include/fxt/bpol/bitpolderiv.h
102
include/fxt/bpol/bitpolfactor.h
124
include/fxt/bpol/bitpolfactor.h
125
include/fxt/bpol/bitpolgcd.h
103
include/fxt/bpol/bitpolirred.h
126
include/fxt/bpol/bitpolirred.h
104
include/fxt/bpol/bitpolmodmult.h
127
include/fxt/bpol/bitpolmodarith.h
105
include/fxt/bpol/bitpolmodmultrev.h
128
include/fxt/bpol/bitpolmodmultrev.h
129
include/fxt/bpol/bitpolmodsolvequadratic.h
106
include/fxt/bpol/bitpolprimitive.h
130
include/fxt/bpol/bitpolprimitive.h
107
include/fxt/bpol/bitpolprint.h
131
include/fxt/bpol/bitpolprint.h
108
include/fxt/bpol/bitpolsquarefree.h
132
include/fxt/bpol/bitpolsquarefree.h
Lines 119-172 Link Here
119
include/fxt/chirpzt-all.h
143
include/fxt/chirpzt-all.h
120
include/fxt/chirpzt/chirpzt.h
144
include/fxt/chirpzt/chirpzt.h
121
include/fxt/comb-all.h
145
include/fxt/comb-all.h
146
include/fxt/comb/all-compositions-minchange.h
122
include/fxt/comb/binarydebruijn.h
147
include/fxt/comb/binarydebruijn.h
123
include/fxt/comb/binaryprimestring.h
148
include/fxt/comb/binaryprimestring.h
149
include/fxt/comb/bucket/allsetpartitions.h
124
include/fxt/comb/bucket/binarydebruijn.h
150
include/fxt/comb/bucket/binarydebruijn.h
125
include/fxt/comb/bucket/combcolex.h
151
include/fxt/comb/bucket/combcolex.h
126
include/fxt/comb/bucket/comblex.h
152
include/fxt/comb/bucket/comblex.h
127
include/fxt/comb/bucket/combminchange.h
153
include/fxt/comb/bucket/combminchange.h
128
include/fxt/comb/bucket/compositionalt.h
154
include/fxt/comb/bucket/compositionalt.h
155
include/fxt/comb/bucket/permvisit.h
129
include/fxt/comb/bucket/subsetdebruijn.h
156
include/fxt/comb/bucket/subsetdebruijn.h
130
include/fxt/comb/combaltminchange.h
157
include/fxt/comb/catalan.h
131
include/fxt/comb/combcolex.h
158
include/fxt/comb/combination-altminchange.h
132
include/fxt/comb/comblex.h
159
include/fxt/comb/combination-chase.h
133
include/fxt/comb/combminchange.h
160
include/fxt/comb/combination-colex.h
134
include/fxt/comb/compositionlex.h
161
include/fxt/comb/combination-lex.h
162
include/fxt/comb/combination-minchange.h
163
include/fxt/comb/combination-rec.h
164
include/fxt/comb/combination-revdoor.h
165
include/fxt/comb/comp2comb.h
166
include/fxt/comb/composition-chase.h
167
include/fxt/comb/composition-colex.h
168
include/fxt/comb/composition-rank.h
169
include/fxt/comb/cyclic-perm.h
135
include/fxt/comb/debruijn.h
170
include/fxt/comb/debruijn.h
136
include/fxt/comb/equivclasses.h
171
include/fxt/comb/fibonacci.h
137
include/fxt/comb/gray.h
172
include/fxt/comb/gray.h
138
include/fxt/comb/lyndongray.h
173
include/fxt/comb/ksubset-gray.h
174
include/fxt/comb/ksubset-near-perfect.h
175
include/fxt/comb/ksubset-rec.h
176
include/fxt/comb/mixedradix-gray.h
177
include/fxt/comb/mixedradix-gray2.h
178
include/fxt/comb/mixedradix-lex.h
179
include/fxt/comb/mixedradix-modular-gray.h
139
include/fxt/comb/mixedradix.h
180
include/fxt/comb/mixedradix.h
140
include/fxt/comb/mixedradixgray.h
181
include/fxt/comb/num2mixedradix.h
141
include/fxt/comb/mixedradixlex.h
182
include/fxt/comb/numof-compositions.h
142
include/fxt/comb/modularmixedradixgray.h
143
include/fxt/comb/numofnecklaces.h
183
include/fxt/comb/numofnecklaces.h
144
include/fxt/comb/paren.h
184
include/fxt/comb/paren.h
145
include/fxt/comb/paren2.h
146
include/fxt/comb/partition.h
185
include/fxt/comb/partition.h
186
include/fxt/comb/perm2fact.h
187
include/fxt/comb/permcyclic.h
188
include/fxt/comb/permderange.h
189
include/fxt/comb/permgray.h
190
include/fxt/comb/permgray2.h
191
include/fxt/comb/permlex-rec.h
192
include/fxt/comb/permlex.h
193
include/fxt/comb/permminchange.h
194
include/fxt/comb/permrestrpref.h
195
include/fxt/comb/permrev.h
196
include/fxt/comb/permstar.h
197
include/fxt/comb/permtrotter.h
147
include/fxt/comb/primestring.h
198
include/fxt/comb/primestring.h
199
include/fxt/comb/setpartition.h
148
include/fxt/comb/stringsubst.h
200
include/fxt/comb/stringsubst.h
149
include/fxt/comb/subsetdebruijn.h
201
include/fxt/comb/subset-debruijn.h
150
include/fxt/comb/subsetlex.h
202
include/fxt/comb/subset-gray-delta.h
151
include/fxt/comb/subsetminchange.h
203
include/fxt/comb/subset-gray.h
152
include/fxt/comb/subsetmonotone.h
204
include/fxt/comb/subset-lex.h
205
include/fxt/comb/subset-monotone.h
153
include/fxt/complextype.h
206
include/fxt/complextype.h
154
include/fxt/convolution-all.h
207
include/fxt/convolution-all.h
155
include/fxt/convolution/convolution.h
208
include/fxt/convolution/complexconvolution.h
209
include/fxt/convolution/realconvolution.h
156
include/fxt/convolution/slowcnvl.h
210
include/fxt/convolution/slowcnvl.h
157
include/fxt/convolution/slowcnvla.h
211
include/fxt/convolution/slowcnvla.h
158
include/fxt/convolution/slowcnvlhalf.h
212
include/fxt/convolution/slowcnvlhalf.h
213
include/fxt/convolution/slowconvolution.h
159
include/fxt/convolution/slowtwodimcnvl.h
214
include/fxt/convolution/slowtwodimcnvl.h
160
include/fxt/convolution/slowweightedcnvl.h
215
include/fxt/convolution/slowweightedcnvl.h
216
include/fxt/convolution/weightedconvolution.h
161
include/fxt/correlation-all.h
217
include/fxt/correlation-all.h
162
include/fxt/correlation/correlation.h
218
include/fxt/correlation/correlation.h
163
include/fxt/correlation/slowcorr.h
219
include/fxt/correlation/slowcorr.h
164
include/fxt/dctdst-all.h
220
include/fxt/dctdst-all.h
165
include/fxt/dctdst/dctdst.h
221
include/fxt/dctdst/dctdst.h
166
include/fxt/demo/bitdemos.h
167
include/fxt/demo/nextarg.h
168
include/fxt/ds-all.h
222
include/fxt/ds-all.h
169
include/fxt/ds/bitarray.h
223
include/fxt/ds/bitarray.h
224
include/fxt/ds/coroutine.h
170
include/fxt/ds/deque.h
225
include/fxt/ds/deque.h
171
include/fxt/ds/heap.h
226
include/fxt/ds/heap.h
172
include/fxt/ds/orderedrarray.h
227
include/fxt/ds/orderedrarray.h
Lines 178-187 Link Here
178
include/fxt/ds/stack.h
233
include/fxt/ds/stack.h
179
include/fxt/fft-all.h
234
include/fxt/fft-all.h
180
include/fxt/fft/fft.h
235
include/fxt/fft/fft.h
236
include/fxt/fft/matrixfft.h
237
include/fxt/fft/shortfft.h
181
include/fxt/fht-all.h
238
include/fxt/fht-all.h
182
include/fxt/fht/fht.h
239
include/fxt/fht/fht.h
240
include/fxt/fht/fht2d.h
241
include/fxt/fht/fhtloc2.h
242
include/fxt/fht/hartleyshift.h
183
include/fxt/fht/shortfhtdifcore.h
243
include/fxt/fht/shortfhtdifcore.h
184
include/fxt/fht/shortfhtditcore.h
244
include/fxt/fht/shortfhtditcore.h
245
include/fxt/fht/slowht.h
185
include/fxt/fxtalloca.h
246
include/fxt/fxtalloca.h
186
include/fxt/fxtio.h
247
include/fxt/fxtio.h
187
include/fxt/fxtiomanip.h
248
include/fxt/fxtiomanip.h
Lines 191-196 Link Here
191
include/fxt/graph/digraph.h
252
include/fxt/graph/digraph.h
192
include/fxt/graph/digraphpaths.h
253
include/fxt/graph/digraphpaths.h
193
include/fxt/graph/digraphspecial.h
254
include/fxt/graph/digraphspecial.h
255
include/fxt/graph/lyndongray.h
194
include/fxt/graph/printpath.h
256
include/fxt/graph/printpath.h
195
include/fxt/haar-all.h
257
include/fxt/haar-all.h
196
include/fxt/haar/haar.h
258
include/fxt/haar/haar.h
Lines 210-218 Link Here
210
include/fxt/matrix/testmatrix.h
272
include/fxt/matrix/testmatrix.h
211
include/fxt/matrix/toeplitz.h
273
include/fxt/matrix/toeplitz.h
212
include/fxt/matrix/vector.h
274
include/fxt/matrix/vector.h
213
include/fxt/matrixfft-all.h
214
include/fxt/matrixfft/ldn2rc.h
215
include/fxt/matrixfft/matrixfft.h
216
include/fxt/mod-all.h
275
include/fxt/mod-all.h
217
include/fxt/mod/binarygcd.h
276
include/fxt/mod/binarygcd.h
218
include/fxt/mod/chebyshev.h
277
include/fxt/mod/chebyshev.h
Lines 229-234 Link Here
229
include/fxt/mod/testnum.h
288
include/fxt/mod/testnum.h
230
include/fxt/mult-all.h
289
include/fxt/mult-all.h
231
include/fxt/mult/diskaux.h
290
include/fxt/mult/diskaux.h
291
include/fxt/mult/diskconvolution.h
232
include/fxt/mult/fxtmult.h
292
include/fxt/mult/fxtmult.h
233
include/fxt/mult/workspace.h
293
include/fxt/mult/workspace.h
234
include/fxt/ntt-all.h
294
include/fxt/ntt-all.h
Lines 238-243 Link Here
238
include/fxt/perm/bucket/partition.h
298
include/fxt/perm/bucket/partition.h
239
include/fxt/perm/bucket/revbinpermute.h
299
include/fxt/perm/bucket/revbinpermute.h
240
include/fxt/perm/cycles.h
300
include/fxt/perm/cycles.h
301
include/fxt/perm/even2lower.h
241
include/fxt/perm/graypermute.h
302
include/fxt/perm/graypermute.h
242
include/fxt/perm/grayrevpermute.h
303
include/fxt/perm/grayrevpermute.h
243
include/fxt/perm/greenpermute.h
304
include/fxt/perm/greenpermute.h
Lines 246-261 Link Here
246
include/fxt/perm/mrotate.h
307
include/fxt/perm/mrotate.h
247
include/fxt/perm/permapply.h
308
include/fxt/perm/permapply.h
248
include/fxt/perm/permapplyfunc.h
309
include/fxt/perm/permapplyfunc.h
249
include/fxt/perm/permcyclic.h
310
include/fxt/perm/permcompose.h
250
include/fxt/perm/permderange.h
311
include/fxt/perm/perminvert.h
251
include/fxt/perm/permlex.h
312
include/fxt/perm/permq.h
252
include/fxt/perm/permminchange.h
313
include/fxt/perm/permrand.h
253
include/fxt/perm/permstar.h
314
include/fxt/perm/printperm.h
254
include/fxt/perm/permtrotter.h
255
include/fxt/perm/permutation.h
256
include/fxt/perm/permvisit.h
257
include/fxt/perm/radixpermute.h
315
include/fxt/perm/radixpermute.h
258
include/fxt/perm/randperm.h
259
include/fxt/perm/revbinpermute.h
316
include/fxt/perm/revbinpermute.h
260
include/fxt/perm/revbinpermute0.h
317
include/fxt/perm/revbinpermute0.h
261
include/fxt/perm/reverse.h
318
include/fxt/perm/reverse.h
Lines 269-276 Link Here
269
include/fxt/perm/ziprev.h
326
include/fxt/perm/ziprev.h
270
include/fxt/realfft-all.h
327
include/fxt/realfft-all.h
271
include/fxt/realfft/realfft.h
328
include/fxt/realfft/realfft.h
329
include/fxt/realloc.h
272
include/fxt/restrict.h
330
include/fxt/restrict.h
273
include/fxt/simplfft/fft.h
274
include/fxt/sort-all.h
331
include/fxt/sort-all.h
275
include/fxt/sort/bsearch.h
332
include/fxt/sort/bsearch.h
276
include/fxt/sort/bsearchapprox.h
333
include/fxt/sort/bsearchapprox.h
Lines 282-287 Link Here
282
include/fxt/sort/bucket/searchunsorted.h
339
include/fxt/sort/bucket/searchunsorted.h
283
include/fxt/sort/bucket/sort.h
340
include/fxt/sort/bucket/sort.h
284
include/fxt/sort/convex.h
341
include/fxt/sort/convex.h
342
include/fxt/sort/equivclasses.h
285
include/fxt/sort/grep.h
343
include/fxt/sort/grep.h
286
include/fxt/sort/heapsort.h
344
include/fxt/sort/heapsort.h
287
include/fxt/sort/minmax.h
345
include/fxt/sort/minmax.h
Lines 290-295 Link Here
290
include/fxt/sort/minmaxidxfunc.h
348
include/fxt/sort/minmaxidxfunc.h
291
include/fxt/sort/minmaxmed23.h
349
include/fxt/sort/minmaxmed23.h
292
include/fxt/sort/minmaxmed23func.h
350
include/fxt/sort/minmaxmed23func.h
351
include/fxt/sort/minmaxmed23idx.h
293
include/fxt/sort/minmaxptr.h
352
include/fxt/sort/minmaxptr.h
294
include/fxt/sort/minmaxptrfunc.h
353
include/fxt/sort/minmaxptrfunc.h
295
include/fxt/sort/monotone.h
354
include/fxt/sort/monotone.h
Lines 312-329 Link Here
312
include/fxt/sort/uniqueapprox.h
371
include/fxt/sort/uniqueapprox.h
313
include/fxt/sort/usearch.h
372
include/fxt/sort/usearch.h
314
include/fxt/sort/usearchfunc.h
373
include/fxt/sort/usearchfunc.h
315
include/fxt/test/test.h
316
include/fxt/walsh-all.h
374
include/fxt/walsh-all.h
317
include/fxt/walsh/arithtransform.h
375
include/fxt/walsh/arithtransform.h
318
include/fxt/walsh/dyadiccnvl.h
376
include/fxt/walsh/dyadiccnvl.h
319
include/fxt/walsh/reedmuller.h
377
include/fxt/walsh/reedmuller.h
378
include/fxt/walsh/shortwalshwakdif.h
379
include/fxt/walsh/shortwalshwakdit.h
320
include/fxt/walsh/slant.h
380
include/fxt/walsh/slant.h
321
include/fxt/walsh/walshbasefunc.h
381
include/fxt/walsh/walshbasefunc.h
382
include/fxt/walsh/walsheigen.h
322
include/fxt/walsh/walshgray.h
383
include/fxt/walsh/walshgray.h
323
include/fxt/walsh/walshpal.h
384
include/fxt/walsh/walshpal.h
324
include/fxt/walsh/walshq.h
385
include/fxt/walsh/walshq.h
325
include/fxt/walsh/walshseq.h
386
include/fxt/walsh/walshseq.h
326
include/fxt/walsh/walshwak.h
387
include/fxt/walsh/walshwak.h
388
include/fxt/walsh/walshwak2.h
389
include/fxt/walsh/walshwak4.h
390
include/fxt/walsh/walshwak8.h
391
include/fxt/walsh/walshwakloc2.h
392
include/fxt/walsh/walshwakmatrix.h
327
include/fxt/walsh/walshwal.h
393
include/fxt/walsh/walshwal.h
328
include/fxt/walsh/walshwalrev.h
394
include/fxt/walsh/walshwalrev.h
329
include/fxt/wavelet-all.h
395
include/fxt/wavelet-all.h
Lines 336-352 Link Here
336
%%PORTDOCS%%@dirrm %%DOCSDIR%%
402
%%PORTDOCS%%@dirrm %%DOCSDIR%%
337
@dirrm include/fxt/wavelet
403
@dirrm include/fxt/wavelet
338
@dirrm include/fxt/walsh
404
@dirrm include/fxt/walsh
339
@dirrm include/fxt/test
340
@dirrm include/fxt/sort/bucket
405
@dirrm include/fxt/sort/bucket
341
@dirrm include/fxt/sort
406
@dirrm include/fxt/sort
342
@dirrm include/fxt/simplfft
343
@dirrm include/fxt/realfft
407
@dirrm include/fxt/realfft
344
@dirrm include/fxt/perm/bucket
408
@dirrm include/fxt/perm/bucket
345
@dirrm include/fxt/perm
409
@dirrm include/fxt/perm
346
@dirrm include/fxt/ntt
410
@dirrm include/fxt/ntt
347
@dirrm include/fxt/mult
411
@dirrm include/fxt/mult
348
@dirrm include/fxt/mod
412
@dirrm include/fxt/mod
349
@dirrm include/fxt/matrixfft
350
@dirrm include/fxt/matrix
413
@dirrm include/fxt/matrix
351
@dirrm include/fxt/haar
414
@dirrm include/fxt/haar
352
@dirrm include/fxt/graph/bucket
415
@dirrm include/fxt/graph/bucket
Lines 354-360 Link Here
354
@dirrm include/fxt/fht
417
@dirrm include/fxt/fht
355
@dirrm include/fxt/fft
418
@dirrm include/fxt/fft
356
@dirrm include/fxt/ds
419
@dirrm include/fxt/ds
357
@dirrm include/fxt/demo
358
@dirrm include/fxt/dctdst
420
@dirrm include/fxt/dctdst
359
@dirrm include/fxt/correlation
421
@dirrm include/fxt/correlation
360
@dirrm include/fxt/convolution
422
@dirrm include/fxt/convolution
Lines 363-370 Link Here
363
@dirrm include/fxt/chirpzt
425
@dirrm include/fxt/chirpzt
364
@dirrm include/fxt/bpol
426
@dirrm include/fxt/bpol
365
@dirrm include/fxt/bmat
427
@dirrm include/fxt/bmat
428
@dirrm include/fxt/bits/bucket
366
@dirrm include/fxt/bits
429
@dirrm include/fxt/bits
430
@dirrm include/fxt/aux2/bucket
367
@dirrm include/fxt/aux2
431
@dirrm include/fxt/aux2
368
@dirrm include/fxt/aux1
432
@dirrm include/fxt/aux1
433
@dirrm include/fxt/aux0/bucket
369
@dirrm include/fxt/aux0
434
@dirrm include/fxt/aux0
370
@dirrm include/fxt
435
@dirrm include/fxt

Return to bug 88191