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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h219 struct KMP_DO_ALIGN(4) Quad_a4_t {
222 Quad_a4_t() : q() {} function
223 Quad_a4_t(const _Quad &cq) : q(cq) {} function
225 Quad_a4_t operator+(const Quad_a4_t &b) {
228 return (Quad_a4_t)(lhs + rhs);
231 Quad_a4_t operator-(const Quad_a4_t &b) {
234 return (Quad_a4_t)(lhs - rhs);
236 Quad_a4_t operato
[all...]
H A Dkmp_atomic.cpp609 static inline void operator+=(Quad_a4_t &lhs, Quad_a4_t &rhs) {
612 static inline void operator-=(Quad_a4_t &lhs, Quad_a4_t &rhs) {
615 static inline void operator*=(Quad_a4_t &lhs, Quad_a4_t &rhs) {
618 static inline void operator/=(Quad_a4_t &lhs, Quad_a4_t &rhs) {
621 static inline bool operator<(Quad_a4_t &lhs, Quad_a4_t
[all...]

Completed in 76 milliseconds