LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Typedefs | |
typedef void * | ident_t |
Functions | |
void | __kmpc_atomic_float10_max (ident_t *id_ref, int gtid, long double *lhs, long double rhs) |
void | __kmpc_atomic_float10_min (ident_t *id_ref, int gtid, long double *lhs, long double rhs) |
long double | __kmpc_atomic_float10_max_cpt (ident_t *id_ref, int gtid, long double *lhs, long double rhs, int flag) |
long double | __kmpc_atomic_float10_min_cpt (ident_t *id_ref, int gtid, long double *lhs, long double rhs, int flag) |
int | main () |
Definition at line 14 of file kmp_atomic_float10_max_min.c.
Referenced by main().
long double __kmpc_atomic_float10_max_cpt | ( | ident_t * | id_ref, |
int | gtid, | ||
long double * | lhs, | ||
long double | rhs, | ||
int | flag | ||
) |
Referenced by main().
Referenced by main().
long double __kmpc_atomic_float10_min_cpt | ( | ident_t * | id_ref, |
int | gtid, | ||
long double * | lhs, | ||
long double | rhs, | ||
int | flag | ||
) |
Referenced by main().
Definition at line 29 of file kmp_atomic_float10_max_min.c.
References __kmpc_atomic_float10_max(), __kmpc_atomic_float10_max_cpt(), __kmpc_atomic_float10_min(), __kmpc_atomic_float10_min_cpt(), d, omp_set_num_threads, ret, and s.