Home
last modified time | relevance | path

Searched defs:Quad_a4_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h219 struct KMP_DO_ALIGN(4) Quad_a4_t { struct
222 Quad_a4_t() : q() {} in Quad_a4_t() argument
223 Quad_a4_t(const _Quad &cq) : q(cq) {} in Quad_a4_t() argument
228 return (Quad_a4_t)(lhs + rhs); argument
234 return (Quad_a4_t)(lhs - rhs); argument
239 return (Quad_a4_t)(lhs * rhs); argument
245 return (Quad_a4_t)(lhs / rhs); argument