Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h285 struct KMP_DO_ALIGN(16) Quad_a16_t { struct
288 Quad_a16_t() : q() {} in Quad_a16_t() argument
289 Quad_a16_t(const _Quad &cq) : q(cq) {} in Quad_a16_t() function
294 return (Quad_a16_t)(lhs + rhs); argument
300 return (Quad_a16_t)(lhs - rhs); argument
305 return (Quad_a16_t)(lhs * rhs); argument
311 return (Quad_a16_t)(lhs / rhs); argument