Searched defs:resAt (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/runtime/ | ||
H A D | matmul-transpose.cpp | 304 SubscriptValue resAt[2]{i + resLB[0], j + resLB[1]}; DoMatmulTranspose() local |
H A D | matmul.cpp | 394 SubscriptValue xAt[2], yAt[2], resAt[2]; DoMatmul() local |