reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_dispatch.cpp
 1760     index = test_then_inc<ST>((volatile ST *)&sh->u.s.iteration);
 1762     init = (index * ((2 * parm2) - (index - 1) * parm4)) / 2;
 1762     init = (index * ((2 * parm2) - (index - 1) * parm4)) / 2;
 1765     if ((status = ((T)index < parm3 && init <= trip)) == 0) {
 1772       limit = ((index + 1) * (2 * parm2 - index * parm4)) / 2 - 1;
 1772       limit = ((index + 1) * (2 * parm2 - index * parm4)) / 2 - 1;