Visible to Intel only — GUID: hco1423076659707
Ixiasoft
Visible to Intel only — GUID: hco1423076659707
Ixiasoft
6.8.10. Triangular Nested Loop
The initialization, step, and limit values do not have to be constants. By using the count value from an outer loop as the limit of an inner loop, the counter effectively walks through a triangular set of indexes.
The token-passing structure for this loop is identical to that for the rectangular loop, except for the parameterization of the loops.
The model file is forloop_triangle.mdl.