Searched defs:UnaryFunctor (Results 1 – 7 of 7) sorted by relevance
23 template struct UnaryFunctor<GPUDevice, logical_not>; variable
28 struct UnaryFunctor { struct
84 struct UnaryFunctor { struct85 int operator()(bool x) { return x ? 1 : -1; } in operator ()()