Home | History | Annotate | Download | only in test

Lines Matching refs:Accumulate

609 static void Accumulate(int n) { g_sum += n; }
614 ForEach(v, Accumulate);
619 ForEach(v, Accumulate);
625 ForEach(v, Accumulate);