Home
last modified time | relevance | path

Searched refs:fht (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/databases/grass7/grass-7.8.6/man/
H A Dparser_standard_options.css23 .fht-table,
53 .fht-table-wrapper .fht-thead,
54 .fht-table-wrapper .fht-tfoot,
55 .fht-table-wrapper .fht-fixed-column .fht-tbody,
56 .fht-table-wrapper .fht-fixed-body .fht-tbody,
57 .fht-table-wrapper .fht-tbody {
65 .fht-table-wrapper .fht-fixed-body .fht-tbody,
66 .fht-table-wrapper .fht-tbody {
71 .fht-table-wrapper .fht-table .fht-cell {
79 .fht-table-wrapper .fht-fixed-column,
[all …]
/dports/graphics/grx/grx249/src/bgi/
H A Dtextc.c34 FontHeaderTyp *fht; in __gr_text_ChrFontInfo() local
46 fht = (FontHeaderTyp *)((char *)Font + ffh->header_size); in __gr_text_ChrFontInfo()
47 if (fht->sig != '+') in __gr_text_ChrFontInfo()
49 if (fht->scan_flag) { in __gr_text_ChrFontInfo()
52 Offsets = (_ushort *)((char *)fht + sizeof(FontHeaderTyp)); in __gr_text_ChrFontInfo()
53 Widths = (uchar *)Offsets + 2 * (int)fht->nchrs; in __gr_text_ChrFontInfo()
54 Data = (char *)Font + fht->cdefs + ffh->header_size; in __gr_text_ChrFontInfo()
55 LstChar = fht->firstch + fht->nchrs - 1; in __gr_text_ChrFontInfo()
57 *height = (int)fht->org_to_cap - (int)fht->org_to_dec; in __gr_text_ChrFontInfo()
58 for (i=fht->firstch; i <= LstChar; ++i) { in __gr_text_ChrFontInfo()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/samples/
H A Dfast_hough_transform.cpp111 static bool fht(const Mat &src, Mat &dst, in fht() function
147 const Mat &fht, in getLocalExtr() argument
152 for (int y = 0; y < fht.rows; ++y) in getLocalExtr()
158 T const *cLine = (T *)fht.ptr(y); in getLocalExtr()
159 T const *nLine = (T *)fht.ptr(min(y + 1, fht.rows - 1)); in getLocalExtr()
161 for (int x = 0; x < fht.cols; ++x) in getLocalExtr()
204 const Mat &fht, in getLocalExtr() argument
208 int const depth = CV_MAT_DEPTH(fht.type()); in getLocalExtr()
247 static void showFht(Mat const &fht) in showFht() argument
250 minMaxLoc(fht, &minv, &maxv); in showFht()
[all …]
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dflows.c100 he->next = fht->buckets[hv]; in hash_add_entry()
101 fht->buckets[hv] = he; in hash_add_entry()
175 assert(fht); in flow_decode()
353 flow_hash_table_t *fht; in flow_hash_table_init() local
357 fht = safe_malloc(sizeof(*fht)); in flow_hash_table_init()
358 fht->num_buckets = n; in flow_hash_table_init()
361 return fht; in flow_hash_table_init()
366 if (!fht) in flow_hash_table_release()
369 flow_cache_clear(fht); in flow_hash_table_release()
370 safe_free(fht->buckets); in flow_hash_table_release()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/test/
H A Dtest_fast_hough_transform.cpp136 Mat& fht);
182 if (fht.channels() != channels) in validate_sum()
189 split(fht, fht_channels); in validate_sum()
223 int const channels = fht.channels(); in validate_point()
225 split(fht, fht_channels); in validate_point()
273 int const channels = fht.channels(); in validate_line()
275 split(fht, fht_channels); in validate_line()
312 code = validate_point(fht, pts); in validate_test_results()
319 Mat& fht) in run_func() argument
352 Mat fht; in run_test() local
[all …]
/dports/math/fxt/fxt/src/correlation/
H A Dfhtcorr.cc28 fht(f, ldn); in fht_correlation()
29 fht(g, ldn); in fht_correlation()
34 fht(g, ldn); in fht_correlation()
47 fht(f, ldn); in fht_auto_correlation()
49 fht(f, ldn); in fht_auto_correlation()
68 fht(g, ldn); in fht_correlation0()
83 fht(f, ldn); in fht_auto_correlation0()
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/tests/
H A Dtest_fftlog.py5 from scipy.fft._fftlog import fht, ifht, fhtoffset
28 ours = fht(a, dln, mu, offset=offset, bias=bias)
41 ours = fht(a, dln, mu, offset=offset, bias=bias)
55 ours = fht(a, dln, mu, offset=offset, bias=bias)
69 ours = fht(a, dln, mu, offset=offset, bias=bias)
95 A = fht(a, dln, mu, offset=offset, bias=bias)
112 fht(a, dln, mu, bias=bias)
118 fht(a, dln, mu, bias=bias)
124 fht(a, dln, mu, bias=bias)
153 A = fht(a, dln, mu, offset=offset, bias=gamma)
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-copyterm.c695 fastheap_term *fht; in term_to_fastheap() local
727 fht->data = addPointer(fht, sizeof(fastheap_term)); in term_to_fastheap()
728 fht->relocations = addPointer(fht->data, fht->data_len*sizeof(word)); in term_to_fastheap()
732 for(p=gcopy, o=fht->data, r=fht->relocations; p<gtop; p++) in term_to_fastheap()
755 return fht; in term_to_fastheap()
760 free_fastheap(fastheap_term *fht) in free_fastheap() argument
762 Word p = fht->data; in free_fastheap()
770 free(fht); in free_fastheap()
780 if ( !hasGlobalSpace(fht->data_len) ) in put_fastheap()
788 memcpy(o, fht->data, fht->data_len*sizeof(word)); in put_fastheap()
[all …]
H A Dpl-copyterm.h46 COMMON(void) free_fastheap(fastheap_term *fht);
47 COMMON(int) put_fastheap(fastheap_term *fht, term_t t ARG_LD);
/dports/math/fxt/fxt/src/convolution/
H A Dfhtnegacnvl.cc24 fht(f, ldn); in fht_negacyclic_auto_convolution()
31 fht(f, ldn); in fht_negacyclic_auto_convolution()
45 fht(f, ldn); in fht_negacyclic_convolution()
47 fht(g, ldn); in fht_negacyclic_convolution()
52 fht(g, ldn); in fht_negacyclic_convolution()
H A Dfhtcnvl.cc34 fht(f, ldn); in fht_convolution()
35 fht(g, ldn); in fht_convolution()
37 fht(g, ldn); in fht_convolution()
60 fht(g, ldn); in fht_convolution0()
H A Dcfhtcnvl.cc38 fht(f, ldn); in fht_convolution()
39 fht(g, ldn); in fht_convolution()
41 fht(g, ldn); in fht_convolution()
64 fht(g, ldn); in fht_convolution0()
H A Dfhtcnvla.cc33 fht(f, ldn); in fht_auto_convolution()
35 fht(f, ldn); in fht_auto_convolution()
54 fht(f, ldn); in fht_auto_convolution0()
H A Dcfhtcnvla.cc37 fht(f, ldn); in fht_auto_convolution()
39 fht(f, ldn); in fht_auto_convolution()
58 fht(f, ldn); in fht_auto_convolution0()
/dports/math/fxt/fxt/
H A Ddepend.inv4fht/fhtdit.cc src/fht/fhtdif.cc src/fht/cfhtdit.cc src/fht/cfhtdif.cc src/fht/fht0.cc src/fht/cfht…
14fht/fhtdit2.cc src/fht/fhtdif2.cc src/fht/fhtdit.cc src/fht/fhtdif.cc src/fht/cfhtdit.cc src/fht/c…
15fht/fhtdit2.cc src/fht/fhtdif2.cc src/fht/fhtdit.cc src/fht/fhtdif.cc src/fht/cfhtdit.cc src/fht/c…
490 src/fht/fht2d.h: src/fht/twodimfht.cc
491 src/fht/fht-default.h: src/fft/fhtfft.cc src/fft/fhtcfft.cc src/realfft/realfftbyfht.cc src/fht/fht…
492fht/fht.h: src/fft/fhtfft.cc src/fft/fhtcfft.cc src/realfft/realfftbyfht.cc src/fht/fhtspect.cc sr…
493fht/fhtloc2.h: src/fft/fhtfft.cc src/fft/fhtcfft.cc src/realfft/realfftbyfht.cc src/fht/fhtspect.c…
494fht/hartleyshift.h: src/fft/fhtfft.cc src/fft/fhtcfft.cc src/realfft/realfftbyfht.cc src/fht/fhtsp…
495fht/shortfhtdifcore.h: src/fft/fhtfft.cc src/fft/fhtcfft.cc src/realfft/realfftbyfht.cc src/fht/fh…
496fht/shortfhtditcore.h: src/fft/fhtfft.cc src/fft/fhtcfft.cc src/realfft/realfftbyfht.cc src/fht/fh…
[all …]
H A Ddepend.mk602 src/fht/fht-default.h src/fht/fhtloc2.h src/fht/fht.h src/fxttypes.h \
695 src/fht/fhtspect.o: src/fht/fhtspect.cc src/fht/fht-default.h \
704 src/fht/skipfht.o: src/fht/skipfht.cc src/fht/fht-default.h \
714 src/fht/twodimfht.o: src/fht/twodimfht.cc src/fht/fht-default.h \
724 src/fht/slowht.o: src/fht/slowht.cc src/fht/fht.h src/fxttypes.h \
749 src/fht/fht-default.h src/fht/fhtloc2.h src/fht/fht.h src/complextype.h \
759 src/fht/fht-default.h src/fht/fhtloc2.h src/fht/fht.h src/complextype.h \
779 src/fht/fht-default.h src/fht/fhtloc2.h src/fht/fht.h src/complextype.h \
815 src/fht/fhtloc2.h src/fht/fht.h src/complextype.h src/fht/hartleyshift.h \
825 src/fht/fht-default.h src/fht/fhtloc2.h src/fht/fht.h \
[all …]
H A Dfiles.mk29 ./fht \
276 src/fht/fhtdit2.o \
277 src/fht/fhtdif2.o \
278 src/fht/fhtdit.o \
279 src/fht/fhtdif.o \
280 src/fht/cfhtdit.o \
281 src/fht/cfhtdif.o \
282 src/fht/fht0.o \
283 src/fht/cfht0.o \
285 src/fht/skipfht.o \
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/transform/
H A DFastHadamardTransformer.java52 return fht(f); in transform()
54 return TransformUtils.scaleArray(fht(f), 1.0 / f.length); in transform()
83 return fht(f); in transform()
228 protected double[] fht(double[] x) throws MathIllegalArgumentException { in fht() method in FastHadamardTransformer
279 protected int[] fht(int[] x) throws MathIllegalArgumentException { in fht() method in FastHadamardTransformer
/dports/sysutils/mapdir/mapdir-1.2.1/
H A Dmapdircmp78 mapdir -fht -s $_savefile -x $_excludes_file $_directory
80 mapdir -fht -s $_savefile $_directory
85 mapdir -fht -s $_savefile -x $_excludes_file $_directory > /dev/null 2>&1
91 mapdir -fht -s $_savefile $_directory > /dev/null 2>&1
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dfht.m18 ## @deftypefn {Function File} {@var{m} =} fht (@var{d})
19 ## @deftypefnx {Function File} {@var{m} =} fht (@var{d}, @var{n})
20 ## @deftypefnx {Function File} {@var{m} =} fht (@var{d}, @var{n}, @var{dim})
36 ## fht(1:4)
41 function m = fht( d, n, dim ) function
70 %!assert( fht([1 2 3 4]),[10 -4 -2 0] )
/dports/math/fxt/fxt/src/fft/
H A Dfhtfft.cc22 fht(fr, ldn); in fht_fft()
23 fht(fi, ldn); in fht_fft()
26 fht(fr, ldn); in fht_fft()
27 fht(fi, ldn); in fht_fft()
/dports/math/fxt/fxt/src/fht/
H A Dfht-default.h18 inline void fht(double *f, ulong ldn) in fht() function
21 inline void fht(Complex *f, ulong ldn) in fht() function
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dimageio.h91 size_t dt_imageio_write_pos(int i, int j, int wd, int ht, float fwd, float fht,
97 … const int wd, const int ht, const int fwd, const int fht, const int stride,
102 const int fht, const int stride,
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dimageio.h91 size_t dt_imageio_write_pos(int i, int j, int wd, int ht, float fwd, float fht,
97 … const int wd, const int ht, const int fwd, const int fht, const int stride,
102 const int fht, const int stride,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/perf/
H A Dperf_fast_hough_transform.cpp67 Mat fht; in PERF_TEST_P() local
73 FastHoughTransform(src, fht, dstDepth); in PERF_TEST_P()

1234567891011