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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h282 struct KMP_DO_ALIGN(16) Quad_a16_t {
285 Quad_a16_t() : q() {} function
286 Quad_a16_t(const _Quad &cq) : q(cq) {} function
288 Quad_a16_t operator+(const Quad_a16_t &b) {
291 return (Quad_a16_t)(lhs + rhs);
294 Quad_a16_t operator-(const Quad_a16_t &b) {
297 return (Quad_a16_t)(lhs - rhs);
299 Quad_a16_t operato
[all...]
H A Dkmp_atomic.cpp628 static inline void operator+=(Quad_a16_t &lhs, Quad_a16_t &rhs) {
631 static inline void operator-=(Quad_a16_t &lhs, Quad_a16_t &rhs) {
634 static inline void operator*=(Quad_a16_t &lhs, Quad_a16_t &rhs) {
637 static inline void operator/=(Quad_a16_t &lhs, Quad_a16_t &rhs) {
640 static inline bool operator<(Quad_a16_t &lhs, Quad_a16_t
[all...]

Completed in 113 milliseconds