LLVM OpenMP 20.0.0git
|
#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 |
#define INCR 50000000 |
Definition at line 23 of file omp_for_bigbounds.c.
#define MY_MAX 2000000000 |
Definition at line 24 of file omp_for_bigbounds.c.
#define MY_MIN -2000000000 |
Definition at line 25 of file omp_for_bigbounds.c.
#define MY_SCHEDULE static |
Definition at line 27 of file omp_for_bigbounds.c.
Definition at line 52 of file omp_for_bigbounds.c.
References a_known_value, b_known_value, i, INCR, MY_MAX, MY_MIN, REPETITIONS, and 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().
int a |
Definition at line 30 of file omp_for_bigbounds.c.
Referenced by test_omp_for_bigbounds().
int a_known_value |
Definition at line 30 of file omp_for_bigbounds.c.
Referenced by main(), and test_omp_for_bigbounds().
int b |
Definition at line 30 of file omp_for_bigbounds.c.
Referenced by test_omp_for_bigbounds().
int b_known_value |
Definition at line 30 of file omp_for_bigbounds.c.
Referenced by main(), and test_omp_for_bigbounds().