reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_atomic.cpp
 1162 MIN_MAX_COMPXCHG(fixed1, max, char, 8, <, 1i, 0,
 1164 MIN_MAX_COMPXCHG(fixed1, min, char, 8, >, 1i, 0,
 1166 MIN_MAX_COMPXCHG(fixed2, max, short, 16, <, 2i, 1,
 1168 MIN_MAX_COMPXCHG(fixed2, min, short, 16, >, 2i, 1,
 1170 MIN_MAX_COMPXCHG(fixed4, max, kmp_int32, 32, <, 4i, 3,
 1172 MIN_MAX_COMPXCHG(fixed4, min, kmp_int32, 32, >, 4i, 3,
 1174 MIN_MAX_COMPXCHG(fixed8, max, kmp_int64, 64, <, 8i, 7,
 1176 MIN_MAX_COMPXCHG(fixed8, min, kmp_int64, 64, >, 8i, 7,
 1178 MIN_MAX_COMPXCHG(float4, max, kmp_real32, 32, <, 4r, 3,
 1180 MIN_MAX_COMPXCHG(float4, min, kmp_real32, 32, >, 4r, 3,
 1182 MIN_MAX_COMPXCHG(float8, max, kmp_real64, 64, <, 8r, 7,
 1184 MIN_MAX_COMPXCHG(float8, min, kmp_real64, 64, >, 8r, 7,