Lines Matching defs:yAt
229 SubscriptValue yAt[2]{};
230 y.GetLowerBounds(yAt);
231 yAt[1]++;
232 yColumnByteStride = y.SubscriptsToByteOffset(yAt);
278 SubscriptValue yAt[2]{k + yLB[0], j + yLB[1]};
281 ResultType y_kj = IsLogicalElementTrue(y, yAt);
285 ResultType y_kj = static_cast<ResultType>(*y.Element<YT>(yAt));
304 SubscriptValue yAt[1]{k + yLB[0]};
307 ResultType y_k = IsLogicalElementTrue(y, yAt);
311 ResultType y_k = static_cast<ResultType>(*y.Element<YT>(yAt));