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