Lines Matching defs:yAt
43 const SubscriptValue xAt[], const SubscriptValue yAt[]) {
46 (IsLogicalElementTrue(x_, xAt) && IsLogicalElementTrue(y_, yAt));
49 static_cast<Result>(*y_.Element<YT>(yAt));
311 SubscriptValue yAt[2]{};
312 y.GetLowerBounds(yAt);
313 yAt[1]++;
314 yColumnByteStride = y.SubscriptsToByteOffset(yAt);
374 SubscriptValue xAt[2], yAt[2], resAt[2];
376 y.GetLowerBounds(yAt);
379 SubscriptValue x1{xAt[1]}, y0{yAt[0]}, y1{yAt[1]}, res1{resAt[1]};
383 yAt[1] = y1 + j;
386 yAt[0] = y0 + k;
387 accumulator.Accumulate(xAt, yAt);
396 SubscriptValue x1{xAt[1]}, y0{yAt[0]};
401 yAt[0] = y0 + k;
402 accumulator.Accumulate(xAt, yAt);
409 SubscriptValue x0{xAt[0]}, y0{yAt[0]};
414 yAt[0] = y0 + k;
415 accumulator.Accumulate(xAt, yAt);
419 ++yAt[1];