LLVM OpenMP 20.0.0git
Functions
omp_for_collapse.c File Reference
#include <stdio.h>
#include <math.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Functions

static int check_i_islarger (int i)
 
int test_omp_for_collapse ()
 
int main ()
 

Function Documentation

◆ check_i_islarger()

static int check_i_islarger ( int  i)
static

Definition at line 8 of file omp_for_collapse.c.

References i, and last_i.

Referenced by test_omp_for_collapse().

◆ main()

int main ( void  )

Definition at line 40 of file omp_for_collapse.c.

References i, REPETITIONS, and test_omp_for_collapse().

◆ test_omp_for_collapse()

int test_omp_for_collapse ( )

Definition at line 19 of file omp_for_collapse.c.

References check_i_islarger(), i, and j.

Referenced by main().