LLVM OpenMP 22.0.0git
kmp_atomic_float10_max_min.c File Reference
#include <stdio.h>
#include <omp.h>
#include "../../src/kmp_platform.h"

Go to the source code of this file.

Typedefs

typedef voidident_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 ()

Typedef Documentation

◆ ident_t

typedef void* ident_t

Definition at line 14 of file kmp_atomic_float10_max_min.c.

Function Documentation

◆ __kmpc_atomic_float10_max()

void __kmpc_atomic_float10_max ( ident_t * id_ref,
int gtid,
long double * lhs,
long double rhs )
extern

Referenced by main().

◆ __kmpc_atomic_float10_max_cpt()

long double __kmpc_atomic_float10_max_cpt ( ident_t * id_ref,
int gtid,
long double * lhs,
long double rhs,
int flag )
extern

References flag.

Referenced by main().

◆ __kmpc_atomic_float10_min()

void __kmpc_atomic_float10_min ( ident_t * id_ref,
int gtid,
long double * lhs,
long double rhs )
extern

Referenced by main().

◆ __kmpc_atomic_float10_min_cpt()

long double __kmpc_atomic_float10_min_cpt ( ident_t * id_ref,
int gtid,
long double * lhs,
long double rhs,
int flag )
extern

References flag.

Referenced by main().

◆ main()