#include <stdio.h>
#include <omp.h>
#include "../../src/kmp_platform.h"
Go to the source code of this file.
|
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 () |
◆ ident_t
◆ __kmpc_atomic_float10_max()
◆ __kmpc_atomic_float10_max_cpt()
◆ __kmpc_atomic_float10_min()
◆ __kmpc_atomic_float10_min_cpt()
◆ main()