Lines Matching defs:CppType
91 using CppType = CppTypeFor<CAT, KIND>;
92 DoTotalReduction<CppType>(x, dim, mask, accumulator, intrinsic, terminator);
93 if constexpr (std::is_void_v<CppType>) {
98 accumulator.template GetResult<CppType>();
101 CppType result;
105 accumulator.template GetResult<CppType>(&result);
192 using CppType = CppTypeFor<CAT, KIND>;
198 ReduceDimMaskToScalar<CppType, ACCUMULATOR>(
199 x, dim - 1, at, *mask, result.Element<CppType>(at), accumulator);
206 accumulator.GetResult(result.Element<CppType>(at));
214 ReduceDimToScalar<CppType, ACCUMULATOR>(
215 x, dim - 1, at, result.Element<CppType>(at), accumulator);