Home
last modified time | relevance | path

Searched refs:CountFunctor (Results 1 – 15 of 15) sorted by relevance

/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/basic/
H A Dbasic_functors.h156 struct CountFunctor struct
161 CountFunctor() : count(0) in CountFunctor() argument
164 CountFunctor(TFunctor const & func) : count(0), func(func) in CountFunctor() argument
182 inline void clear(CountFunctor<TFunctor> &func) in clear() argument
188 inline __uint64 & value(CountFunctor<TFunctor> &func) in value()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Dbasic_functors.h175 struct CountFunctor struct
180 CountFunctor() : count(0) in CountFunctor() argument
183 CountFunctor(TFunctor const & func) : count(0), func(func) in CountFunctor() argument
201 inline void clear(CountFunctor<TFunctor> &func) in clear() argument
207 inline uint64_t & value(CountFunctor<TFunctor> &func) in value()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Dbasic_functors.h175 struct CountFunctor struct
180 CountFunctor() : count(0) in CountFunctor() argument
183 CountFunctor(TFunctor const & func) : count(0), func(func) in CountFunctor() argument
201 inline void clear(CountFunctor<TFunctor> &func) in clear() argument
207 inline uint64_t & value(CountFunctor<TFunctor> &func) in value()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/build_cmake_installed_different_compiler/
H A Dfoo.cpp48 struct CountFunctor { struct
73 CountFunctor functor; in main()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/build_cmake_installed/
H A Dcmake_example.cpp50 struct CountFunctor { struct
75 CountFunctor functor; in main()
/dports/devel/kokkos/kokkos-3.4.01/example/build_cmake_installed/
H A Dcmake_example.cpp50 struct CountFunctor { struct
75 CountFunctor functor; in main()
/dports/devel/kokkos/kokkos-3.4.01/example/build_cmake_installed_different_compiler/
H A Dfoo.cpp48 struct CountFunctor { struct
73 CountFunctor functor; in main()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/example/build_cmake_installed/
H A Dcmake_example.cpp50 struct CountFunctor { struct
75 CountFunctor functor; in main()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/example/build_cmake_installed_different_compiler/
H A Dfoo.cpp48 struct CountFunctor { struct
73 CountFunctor functor; in main()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_ranking_obj_gpu.cu92 using CountFunctor = uint32_t (*)(const int *, uint32_t, int); typedef
93 void RankItemCountImpl(const std::vector<int> &sorted_items, CountFunctor f, in RankItemCountImpl()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_ranking_obj_gpu.cu92 using CountFunctor = uint32_t (*)(const int *, uint32_t, int); typedef
93 void RankItemCountImpl(const std::vector<int> &sorted_items, CountFunctor f, in RankItemCountImpl()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/seq_io/
H A Dfai_index.h597CountFunctor<True>, // 1st count functor counts bytes in getRecordInfo()
598CountFunctor<NotFunctor<IsWhitespace> > // 2nd count functor counts non-whitespaces in getRecordInfo()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/seq_io/
H A Dfai_index.h597CountFunctor<True>, // 1st count functor counts bytes in getRecordInfo()
598CountFunctor<NotFunctor<IsWhitespace> > // 2nd count functor counts non-whitespaces in getRecordInfo()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/seq_io/
H A Dfai_index.h575 OrFunctor<IsNewline, CountFunctor<NotFunctor<IsWhitespace> > > countCharsPerLine; in getRecordInfo()
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Dgraphcut.h398 struct CountFunctor struct
401 CountFunctor(long* c, long* c2) : color(c), count(c2) {} in CountFunctor() argument
1261 CountFunctor<MaskPixelType> countFunctor(&colorSum, &count); in processCutResults()