Lines Matching defs:x_ki
69 ResultType x_ki;
71 x_ki = static_cast<ResultType>(x[i * n + k]);
73 x_ki = static_cast<ResultType>(reinterpret_cast<const XT *>(
83 product[j * rows + i] += x_ki * y_kj;
138 ResultType x_ki;
140 x_ki = static_cast<ResultType>(x[i * n + k]);
142 x_ki = static_cast<ResultType>(reinterpret_cast<const XT *>(
146 product[i] += x_ki * y_k;
280 ResultType x_ki = IsLogicalElementTrue(x, xAt);
282 res_ij = res_ij || (x_ki && y_kj);
284 ResultType x_ki = static_cast<ResultType>(*x.Element<XT>(xAt));
286 res_ij += x_ki * y_kj;
306 ResultType x_ki = IsLogicalElementTrue(x, xAt);
308 res_i = res_i || (x_ki && y_k);
310 ResultType x_ki = static_cast<ResultType>(*x.Element<XT>(xAt));
312 res_i += x_ki * y_k;