/* * @@name: doacross.2c * @@type: C * @@compilable: yes * @@linkable: no * @@expect: success */ float foo(int i, int j); float bar(float a, float b, float c); float baz(float b); void work( int N, int M, float **A, float **B, float **C ) { int i, j; #pragma omp for ordered(2) for (i=1; i