Searched refs:kmp_cmplx128_a4_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h249 struct KMP_DO_ALIGN(4) kmp_cmplx128_a4_t {
252 kmp_cmplx128_a4_t() : q() {} function
254 kmp_cmplx128_a4_t(const kmp_cmplx128 &c128) : q(c128) {} function
256 kmp_cmplx128_a4_t operator+(const kmp_cmplx128_a4_t &b) {
259 return (kmp_cmplx128_a4_t)(lhs + rhs);
261 kmp_cmplx128_a4_t operator-(const kmp_cmplx128_a4_t &b) {
264 return (kmp_cmplx128_a4_t)(lhs - rhs);
266 kmp_cmplx128_a4_t operato
[all...]
H A Dkmp_atomic.cpp647 static inline void operator+=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) {
650 static inline void operator-=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) {
653 static inline void operator*=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) {
656 static inline void operator/=(kmp_cmplx128_a4_t &lhs, kmp_cmplx128_a4_t &rhs) {

Completed in 81 milliseconds