Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h315 struct KMP_DO_ALIGN(16) kmp_cmplx128_a16_t { struct
318 kmp_cmplx128_a16_t() : q() {} in kmp_cmplx128_a16_t() argument
321 kmp_cmplx128_a16_t(const std::complex<_Quad> &c128) : q(c128) {} in kmp_cmplx128_a16_t() function
323 kmp_cmplx128_a16_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a16_t() argument
328 return (kmp_cmplx128_a16_t)(lhs + rhs); argument
333 return (kmp_cmplx128_a16_t)(lhs - rhs); argument
338 return (kmp_cmplx128_a16_t)(lhs * rhs); argument
344 return (kmp_cmplx128_a16_t)(lhs / rhs); argument