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