/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/ |
H A D | brute_force_matcher.cpp | 335 … typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask, in matchAsync() typedef 397 …typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrSte… in matchAsync() typedef 596 …typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, int k, const PtrStepSzb… in knnMatchAsync() typedef 682 …typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrSte… in knnMatchAsync() typedef 865 …typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, float maxDistance, cons… in radiusMatchAsync() typedef 934 …typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb* trains, int n, float maxDistan… in radiusMatchAsync() typedef
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafilters/src/cuda/ |
H A D | row_filter.hpp | 181 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, const float* kernel, int anchor, int … in linearRow() typedef
|
H A D | column_filter.hpp | 182 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, const float* kernel, int anchor, int … in linearColumn() typedef
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudawarping/src/cuda/ |
H A D | remap.cu | 209 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf x… in remap_gpu() typedef
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaoptflow/src/cuda/ |
H A D | farneback.cu | 524 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlurGpu() typedef 622 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlur5Gpu() typedef 639 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlur5Gpu_CC11() typedef
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/cuda/ |
H A D | bilateral_filter.cu | 149 …typedef void (*caller_t)(const PtrStepSzb& src, PtrStepSzb dst, int kernel_size, float sigma_spati… in bilateral_filter_gpu() typedef
|
H A D | match_template.cu | 125 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_CCORR_32F() typedef 138 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_CCORR_8U() typedef 195 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_SQDIFF_32F() typedef 207 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_SQDIFF_8U() typedef 252 …typedef void (*caller_t)(int w, int h, const PtrStepSz<double> image_sqsum, double templ_sqsum, Pt… in matchTemplatePrepared_SQDIFF_8U() typedef 325 …typedef void (*caller_t)(int w, int h, const PtrStepSz<double> image_sqsum, double templ_sqsum, Pt… in matchTemplatePrepared_SQDIFF_NORMED_8U() typedef
|
/dports/games/libretro-hatari/hatari-561c07e/src/debug/ |
H A D | profile_priv.h | 40 } caller_t; typedef
|
/dports/emulators/hatari/hatari-2.2.1/src/debug/ |
H A D | profile_priv.h | 42 } caller_t; typedef
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.target/aarch64/ |
H A D | no_unique_address_1.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_2.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.target/arm/ |
H A D | no_unique_address_1.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_2.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.target/aarch64/ |
H A D | no_unique_address_2.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_1.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.target/arm/ |
H A D | no_unique_address_1.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_2.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.target/aarch64/ |
H A D | no_unique_address_1.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_2.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.target/arm/ |
H A D | no_unique_address_1.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_2.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.target/arm/ |
H A D | no_unique_address_1.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_2.C | 191 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.target/aarch64/ |
H A D | no_unique_address_1.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|
H A D | no_unique_address_2.C | 197 T (Talias, t); int caller_t (Talias &t) { return callee_t (t); } /* { dg-message {parameter passing… in caller_t() function
|