Searched refs:GFC_CAF_ATOMIC_ADD (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | libgfortran.h | 145 GFC_CAF_ATOMIC_ADD = 1, enumerator
|
H A D | gfortran.texi | 5563 which, respectively, adds (GFC_CAF_ATOMIC_ADD) atomically the @code{value} to 5575 @code{GFC_CAF_ATOMIC_ADD} (1), @code{GFC_CAF_ATOMIC_AND} (2),
|
H A D | trans-intrinsic.c | 11308 op = (int) GFC_CAF_ATOMIC_ADD; in conv_intrinsic_atomic_op()
|
H A D | gfortran.info | 6794 the operation, which, respectively, adds (GFC_CAF_ATOMIC_ADD) 6806 possible values 'GFC_CAF_ATOMIC_ADD' (1),
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | libgfortran.h | 153 GFC_CAF_ATOMIC_ADD = 1, enumerator
|
H A D | gfortran.texi | 5171 which, respectively, adds (GFC_CAF_ATOMIC_ADD) atomically the @code{value} to 5183 @code{GFC_CAF_ATOMIC_ADD} (1), @code{GFC_CAF_ATOMIC_AND} (2),
|
H A D | trans-intrinsic.c | 11308 op = (int) GFC_CAF_ATOMIC_ADD; in conv_intrinsic_atomic_op()
|
H A D | trans-intrinsic.cc | 11675 op = (int) GFC_CAF_ATOMIC_ADD; in conv_intrinsic_atomic_op()
|
H A D | gfortran.info | 6488 the operation, which, respectively, adds (GFC_CAF_ATOMIC_ADD) 6500 possible values 'GFC_CAF_ATOMIC_ADD' (1),
|
/netbsd/external/gpl3/gcc.old/dist/libgfortran/caf/ |
H A D | single.c | 2895 case GFC_CAF_ATOMIC_ADD: in _gfortran_caf_atomic_op()
|
/netbsd/external/gpl3/gcc/dist/libgfortran/caf/ |
H A D | single.c | 2895 case GFC_CAF_ATOMIC_ADD: in _gfortran_caf_atomic_op()
|