Searched defs:SubScalarOpInv (Results 1 – 1 of 1) sorted by relevance
69 …template <typename SrcType, typename ScalarType, typename DstType> struct SubScalarOpInv : unary_f… struct71 ScalarType val;73 __device__ __forceinline__ DstType operator ()(SrcType a) const in operator ()()