Home
last modified time | relevance | path

Searched refs:resAt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dmatmul.cpp250 SubscriptValue xAt[2], yAt[2], resAt[2]; in DoMatmul() local
253 result.GetLowerBounds(resAt); in DoMatmul()
255 SubscriptValue x1{xAt[1]}, y0{yAt[0]}, y1{yAt[1]}, res1{resAt[1]}; in DoMatmul()
265 resAt[1] = res1 + j; in DoMatmul()
266 *result.template Element<WriteResult>(resAt) = accumulator.GetResult(); in DoMatmul()
268 ++resAt[0]; in DoMatmul()
280 *result.template Element<WriteResult>(resAt) = accumulator.GetResult(); in DoMatmul()
281 ++resAt[0]; in DoMatmul()
293 *result.template Element<WriteResult>(resAt) = accumulator.GetResult(); in DoMatmul()
294 ++resAt[0]; in DoMatmul()