LLVM OpenMP 20.0.0git
Macros | Functions | Variables
omp_for_bigbounds.c File Reference
#include <stdio.h>
#include <omp.h>
#include <stdlib.h>
#include <limits.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Macros

#define INCR   50000000
 
#define MY_MAX   2000000000
 
#define MY_MIN   -2000000000
 
#define MY_SCHEDULE   static
 

Functions

int test_omp_for_bigbounds ()
 
int main ()
 

Variables

int a
 
int b
 
int a_known_value
 
int b_known_value
 

Macro Definition Documentation

◆ INCR

#define INCR   50000000

Definition at line 23 of file omp_for_bigbounds.c.

◆ MY_MAX

#define MY_MAX   2000000000

Definition at line 24 of file omp_for_bigbounds.c.

◆ MY_MIN

#define MY_MIN   -2000000000

Definition at line 25 of file omp_for_bigbounds.c.

◆ MY_SCHEDULE

#define MY_SCHEDULE   static

Definition at line 27 of file omp_for_bigbounds.c.

Function Documentation

◆ main()

int main ( void  )

◆ test_omp_for_bigbounds()

int test_omp_for_bigbounds ( )

Definition at line 32 of file omp_for_bigbounds.c.

References a, a_known_value, b, b_known_value, i, INCR, MY_MAX, and MY_MIN.

Referenced by main().

Variable Documentation

◆ a

int a

Definition at line 30 of file omp_for_bigbounds.c.

Referenced by test_omp_for_bigbounds().

◆ a_known_value

int a_known_value

Definition at line 30 of file omp_for_bigbounds.c.

Referenced by main(), and test_omp_for_bigbounds().

◆ b

int b

Definition at line 30 of file omp_for_bigbounds.c.

Referenced by test_omp_for_bigbounds().

◆ b_known_value

int b_known_value

Definition at line 30 of file omp_for_bigbounds.c.

Referenced by main(), and test_omp_for_bigbounds().