Lines Matching defs:ResultType
63 using ResultType = CppTypeFor<RCAT, RKIND>;
69 ResultType x_ki;
71 x_ki = static_cast<ResultType>(x[i * n + k]);
73 x_ki = static_cast<ResultType>(reinterpret_cast<const XT *>(
76 ResultType y_kj;
78 y_kj = static_cast<ResultType>(y[j * n + k]);
80 y_kj = static_cast<ResultType>(reinterpret_cast<const YT *>(
134 using ResultType = CppTypeFor<RCAT, RKIND>;
138 ResultType x_ki;
140 x_ki = static_cast<ResultType>(x[i * n + k]);
142 x_ki = static_cast<ResultType>(reinterpret_cast<const XT *>(
145 ResultType y_k = static_cast<ResultType>(y[k]);
265 using ResultType = CppTypeFor<RCAT, RKIND>;
269 ResultType res_ij;
280 ResultType x_ki = IsLogicalElementTrue(x, xAt);
281 ResultType y_kj = IsLogicalElementTrue(y, yAt);
284 ResultType x_ki = static_cast<ResultType>(*x.Element<XT>(xAt));
285 ResultType y_kj = static_cast<ResultType>(*y.Element<YT>(yAt));
295 ResultType res_i;
306 ResultType x_ki = IsLogicalElementTrue(x, xAt);
307 ResultType y_k = IsLogicalElementTrue(y, yAt);
310 ResultType x_ki = static_cast<ResultType>(*x.Element<XT>(xAt));
311 ResultType y_k = static_cast<ResultType>(*y.Element<YT>(yAt));