Home
last modified time | relevance | path

Searched refs:tempBest (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/cosmotools/
H A DCosmoToolsCenterFinder.h140 vtkm::cont::ArrayHandle<T> tempBest; in MBPCenterFinderMxN() local
141 DeviceAlgorithm::Copy(bestEstPotential, tempBest); in MBPCenterFinderMxN()
142 DeviceAlgorithm::SortByKey(tempBest, worstEstPotential); in MBPCenterFinderMxN()
148 tempBest.ReleaseResources(); in MBPCenterFinderMxN()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/cosmotools/
H A DCosmoToolsCenterFinder.h149 vtkm::cont::ArrayHandle<T> tempBest; in MBPCenterFinderMxN() local
150 DeviceAlgorithm::Copy(bestEstPotential, tempBest); in MBPCenterFinderMxN()
151 DeviceAlgorithm::SortByKey(tempBest, worstEstPotential); in MBPCenterFinderMxN()