Home
last modified time | relevance | path

Searched defs:functor (Results 76 – 100 of 2094) sorted by relevance

12345678910>>...84

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/TitleValidationDB_PostgreSQL/
H A DTitleValidationDB_PostgreSQLTest.cpp225 AddTitle_PostgreSQLImpl *functor = AddTitle_PostgreSQLImpl::Alloc(); in main() local
253 GetTitles_PostgreSQLImpl *functor = GetTitles_PostgreSQLImpl::Alloc(); in main() local
259 UpdateUserKey_PostgreSQLImpl *functor = UpdateUserKey_PostgreSQLImpl::Alloc(); in main() local
296 GetUserKeys_PostgreSQLImpl *functor = GetUserKeys_PostgreSQLImpl::Alloc(); in main() local
302 ValidateUserKey_PostgreSQLImpl *functor = ValidateUserKey_PostgreSQLImpl::Alloc(); in main() local
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dradix_sort.h53 Functor functor, Value mask) { in radixSortPartition()
87 Functor functor) { in radixSortSignPartition()
121 Functor functor, Value mask) { in radixIntroSort()
131 void radixSignedSort(Iterator first, Iterator last, Functor functor) { in radixSignedSort()
159 void radixUnsignedSort(Iterator first, Iterator last, Functor functor) { in radixUnsignedSort()
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dradix_sort.h53 Functor functor, Value mask) { in radixSortPartition()
87 Functor functor) { in radixSortSignPartition()
121 Functor functor, Value mask) { in radixIntroSort()
131 void radixSignedSort(Iterator first, Iterator last, Functor functor) { in radixSignedSort()
159 void radixUnsignedSort(Iterator first, Iterator last, Functor functor) { in radixUnsignedSort()
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dradix_sort.h53 Functor functor, Value mask) { in radixSortPartition()
87 Functor functor) { in radixSortSignPartition()
121 Functor functor, Value mask) { in radixIntroSort()
131 void radixSignedSort(Iterator first, Iterator last, Functor functor) { in radixSignedSort()
159 void radixUnsignedSort(Iterator first, Iterator last, Functor functor) { in radixUnsignedSort()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Doperations_chain.h48 OperationWithFunctor(FunctorT&& functor, std::function<void()> callback) in OperationWithFunctor()
64 auto functor = std::move(functor_); in Run() local
135 void ChainOperation(FunctorT&& functor) { in ChainOperation()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Doperations_chain.h50 OperationWithFunctor(FunctorT&& functor, std::function<void()> callback) in OperationWithFunctor()
70 auto functor = std::move(functor_); in Run() local
144 void ChainOperation(FunctorT&& functor) { in ChainOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Doperations_chain.h49 OperationWithFunctor(FunctorT&& functor, std::function<void()> callback) in OperationWithFunctor()
69 auto functor = std::move(functor_); in Run() local
143 void ChainOperation(FunctorT&& functor) { in ChainOperation()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Doperations_chain.h49 OperationWithFunctor(FunctorT&& functor, std::function<void()> callback) in OperationWithFunctor()
65 auto functor = std::move(functor_); in Run() local
139 void ChainOperation(FunctorT&& functor) { in ChainOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/gfx/test/
H A Dfake_window.cc82 void FakeWindow::RequestInvokeGL(FakeFunctor* functor, in RequestInvokeGL()
97 void FakeWindow::InvokeFunctorOnRT(FakeFunctor* functor, in InvokeFunctorOnRT()
106 void FakeWindow::RequestDrawGL(FakeFunctor* functor) { in RequestDrawGL()
132 FakeFunctor* functor = hooks_->GetFunctor(); in OnDrawHardware() local
147 void FakeWindow::ProcessSyncOnRT(FakeFunctor* functor, in ProcessSyncOnRT()
154 void FakeWindow::ProcessDrawOnRT(FakeFunctor* functor) { in ProcessDrawOnRT()
160 void FakeWindow::DrawFunctorOnRT(FakeFunctor* functor, in DrawFunctorOnRT()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/modifier/
H A Dmodifier_view.h121 ModifiedIterator(THost const & host, TFunctor const & functor): in ModifiedIterator()
156 ModifiedString(TFunctor const & functor): in ModifiedString()
173 ModifiedString(typename Parameter_<THost>::Type host, TFunctor const & functor) : in ModifiedString()
183 TFunctor const & functor, in ModifiedString()
209 TFunctor const & functor, in ModifiedString()
246 TFunctor const & functor, in ModifiedString()
259 TFunctor const & functor, in ModifiedString()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Parallel.hpp158 const ExecPolicy& policy, const FunctorType& functor, in parallel_for()
178 inline void parallel_for(const size_t work_count, const FunctorType& functor, in parallel_for()
202 const FunctorType& functor) { in parallel_for()
389 const ExecutionPolicy& policy, const FunctorType& functor, in parallel_scan()
409 inline void parallel_scan(const size_t work_count, const FunctorType& functor, in parallel_scan()
432 const FunctorType& functor) { in parallel_scan()
449 const ExecutionPolicy& policy, const FunctorType& functor, in parallel_scan()
471 inline void parallel_scan(const size_t work_count, const FunctorType& functor, in parallel_scan()
499 const FunctorType& functor, in parallel_scan()
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Parallel.hpp158 const ExecPolicy& policy, const FunctorType& functor, in parallel_for()
178 inline void parallel_for(const size_t work_count, const FunctorType& functor, in parallel_for()
202 const FunctorType& functor) { in parallel_for()
389 const ExecutionPolicy& policy, const FunctorType& functor, in parallel_scan()
409 inline void parallel_scan(const size_t work_count, const FunctorType& functor, in parallel_scan()
432 const FunctorType& functor) { in parallel_scan()
449 const ExecutionPolicy& policy, const FunctorType& functor, in parallel_scan()
471 inline void parallel_scan(const size_t work_count, const FunctorType& functor, in parallel_scan()
499 const FunctorType& functor, in parallel_scan()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/
H A Dsimple.hh118 FunctionalAxpyFunctor< RangeType, DofVector > functor( valueFactor, dofs ); in axpy() local
128 FunctionalAxpyFunctor< JacobianRangeType, DofVector > functor( jacobianFactor, dofs ); in axpy() local
136 FunctionalAxpyFunctor< HessianRangeType, DofVector > functor( hessianFactor, dofs ); in axpy() local
168 AxpyFunctor< DofVector, RangeType > functor( dofs, value ); in evaluateAll() local
176 AssignFunctor< RangeArray > functor( values ); in evaluateAll() local
194 AxpyFunctor< DofVector, JacobianRangeType > functor( dofs, jacobian ); in jacobianAll() local
202 AssignFunctor< JacobianRangeArray > functor( jacobians ); in jacobianAll() local
211 AxpyFunctor< DofVector, HessianRangeType > functor( dofs, hessian ); in hessianAll() local
219 AssignFunctor< HessianRangeArray > functor( hessians ); in hessianAll() local
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Parallel.hpp158 const ExecPolicy& policy, const FunctorType& functor, in parallel_for()
178 inline void parallel_for(const size_t work_count, const FunctorType& functor, in parallel_for()
202 const FunctorType& functor) { in parallel_for()
389 const ExecutionPolicy& policy, const FunctorType& functor, in parallel_scan()
409 inline void parallel_scan(const size_t work_count, const FunctorType& functor, in parallel_scan()
432 const FunctorType& functor) { in parallel_scan()
449 const ExecutionPolicy& policy, const FunctorType& functor, in parallel_scan()
471 inline void parallel_scan(const size_t work_count, const FunctorType& functor, in parallel_scan()
499 const FunctorType& functor, in parallel_scan()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestMDRange.hpp289 TestMDRange_2D functor(N0, N1); in test_reduce2() local
307 TestMDRange_2D functor(N0, N1); in test_reduce2() local
327 TestMDRange_2D functor(N0, N1); in test_reduce2() local
345 TestMDRange_2D functor(N0, N1); in test_reduce2() local
399 TestMDRange_2D functor(N0, N1); in test_reduce2() local
437 TestMDRange_2D functor(N0, N1); in test_reduce2() local
456 TestMDRange_2D functor(N0, N1); in test_reduce2() local
475 TestMDRange_2D functor(N0, N1); in test_reduce2() local
494 TestMDRange_2D functor(N0, N1); in test_reduce2() local
513 TestMDRange_2D functor(N0, N1); in test_reduce2() local
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestMDRange.hpp289 TestMDRange_2D functor(N0, N1); in test_reduce2() local
307 TestMDRange_2D functor(N0, N1); in test_reduce2() local
327 TestMDRange_2D functor(N0, N1); in test_reduce2() local
345 TestMDRange_2D functor(N0, N1); in test_reduce2() local
399 TestMDRange_2D functor(N0, N1); in test_reduce2() local
437 TestMDRange_2D functor(N0, N1); in test_reduce2() local
456 TestMDRange_2D functor(N0, N1); in test_reduce2() local
475 TestMDRange_2D functor(N0, N1); in test_reduce2() local
494 TestMDRange_2D functor(N0, N1); in test_reduce2() local
513 TestMDRange_2D functor(N0, N1); in test_reduce2() local
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestMDRange.hpp289 TestMDRange_2D functor(N0, N1); in test_reduce2() local
307 TestMDRange_2D functor(N0, N1); in test_reduce2() local
327 TestMDRange_2D functor(N0, N1); in test_reduce2() local
345 TestMDRange_2D functor(N0, N1); in test_reduce2() local
399 TestMDRange_2D functor(N0, N1); in test_reduce2() local
437 TestMDRange_2D functor(N0, N1); in test_reduce2() local
456 TestMDRange_2D functor(N0, N1); in test_reduce2() local
475 TestMDRange_2D functor(N0, N1); in test_reduce2() local
494 TestMDRange_2D functor(N0, N1); in test_reduce2() local
513 TestMDRange_2D functor(N0, N1); in test_reduce2() local
[all …]
/dports/math/vtk8/VTK-8.2.0/Infovis/Boost/
H A DvtkTryDowncast.h57 vtkTryDowncastHelper1(vtkObject* source1, FunctorT functor, bool& succeeded) : in vtkTryDowncastHelper1()
90 vtkTryDowncastHelper2(vtkObject* source1, vtkObject* source2, FunctorT functor, bool& succeeded) : in vtkTryDowncastHelper2()
126 …Helper3(vtkObject* source1, vtkObject* source2, vtkObject* source3, FunctorT functor, bool& succee… in vtkTryDowncastHelper3()
162 bool vtkTryDowncast(vtkObject* source1, FunctorT functor) in vtkTryDowncast()
170 bool vtkTryDowncast(vtkObject* source1, vtkObject* source2, FunctorT functor) in vtkTryDowncast()
179 bool vtkTryDowncast(vtkObject* source1, vtkObject* source2, vtkObject* source3, FunctorT functor) in vtkTryDowncast()
/dports/math/vtk9/VTK-9.1.0/Infovis/Boost/
H A DvtkTryDowncast.h59 vtkTryDowncastHelper1(vtkObject* source1, FunctorT functor, bool& succeeded) in vtkTryDowncastHelper1()
92 vtkTryDowncastHelper2(vtkObject* source1, vtkObject* source2, FunctorT functor, bool& succeeded) in vtkTryDowncastHelper2()
129 vtkObject* source1, vtkObject* source2, vtkObject* source3, FunctorT functor, bool& succeeded) in vtkTryDowncastHelper3()
165 bool vtkTryDowncast(vtkObject* source1, FunctorT functor) in vtkTryDowncast()
174 bool vtkTryDowncast(vtkObject* source1, vtkObject* source2, FunctorT functor) in vtkTryDowncast()
183 bool vtkTryDowncast(vtkObject* source1, vtkObject* source2, vtkObject* source3, FunctorT functor) in vtkTryDowncast()
/dports/math/vtk6/VTK-6.2.0/Infovis/Boost/
H A DvtkTryDowncast.h54 vtkTryDowncastHelper1(vtkObject* source1, FunctorT functor, bool& succeeded) : in vtkTryDowncastHelper1()
87 vtkTryDowncastHelper2(vtkObject* source1, vtkObject* source2, FunctorT functor, bool& succeeded) : in vtkTryDowncastHelper2()
123 …Helper3(vtkObject* source1, vtkObject* source2, vtkObject* source3, FunctorT functor, bool& succee… in vtkTryDowncastHelper3()
159 bool vtkTryDowncast(vtkObject* source1, FunctorT functor) in vtkTryDowncast()
167 bool vtkTryDowncast(vtkObject* source1, vtkObject* source2, FunctorT functor) in vtkTryDowncast()
176 bool vtkTryDowncast(vtkObject* source1, vtkObject* source2, vtkObject* source3, FunctorT functor) in vtkTryDowncast()
/dports/lang/yap/yap-6.2.2/MYDDAS/
H A Dmyddas_wkb2prolog.c155 Functor functor; in get_point() local
178 Functor functor; in get_linestring() local
208 Functor functor; in get_polygon() local
248 Functor functor; in get_geometry() local
282 Functor functor; in get_geometry() local
316 Functor functor; in get_geometry() local
350 Functor functor; in get_geometry() local
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dfix_nve_kokkos.cpp71 FixNVEKokkosInitialIntegrateFunctor<DeviceType,1> functor(this); in initial_integrate() local
74 FixNVEKokkosInitialIntegrateFunctor<DeviceType,0> functor(this); in initial_integrate() local
127 FixNVEKokkosFinalIntegrateFunctor<DeviceType,1> functor(this); in final_integrate() local
130 FixNVEKokkosFinalIntegrateFunctor<DeviceType,0> functor(this); in final_integrate() local
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransportakonadi/
H A Dfilteractionjob.cpp33 FilterAction *functor = nullptr; member in Akonadi::FilterActionJobPrivate
78 FilterActionJob::FilterActionJob(const Item &item, FilterAction *functor, QObject *parent) in FilterActionJob()
86 FilterActionJob::FilterActionJob(const Item::List &items, FilterAction *functor, QObject *parent) in FilterActionJob()
94 FilterActionJob::FilterActionJob(const Collection &collection, FilterAction *functor, QObject *pare… in FilterActionJob()
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_executors.cpp11 auto functor = [&value]{ value *= 2; }; in __anonae66ec6b0202() variable
20 auto functor = [&value, &done]{ value *= 2; done = true; }; in __anonae66ec6b0302() variable
46 auto functor = [value] { return value*2; }; in __anonae66ec6b0602() variable
84 auto functor = [value] { return value*2; }; in __anonae66ec6b0902() variable
95 auto functor = [value] { return value*2; }; in __anonae66ec6b0a02() variable
107 auto functor = [value] { return value*2; }; in __anonae66ec6b0b02() variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DTryExecute.h90 Functor&& functor, in TryExecuteImpl()
110 Functor&& functor, in TryExecuteImpl()
172 VTKM_CONT bool TryExecuteOnDevice(vtkm::cont::DeviceAdapterId devId, Functor&& functor) in TryExecuteOnDevice()
179 Functor&& functor, in TryExecuteOnDevice()
238 VTKM_CONT bool TryExecute(Functor&& functor, Args&&... args) in TryExecute()

12345678910>>...84