Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h249 struct KMP_DO_ALIGN(4) kmp_cmplx128_a4_t { struct
252 kmp_cmplx128_a4_t() : q() {} in kmp_cmplx128_a4_t() argument
255 kmp_cmplx128_a4_t(const std::complex<_Quad> &c128) : q(c128) {} in kmp_cmplx128_a4_t() function
257 kmp_cmplx128_a4_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a4_t() function
262 return (kmp_cmplx128_a4_t)(lhs + rhs); argument
267 return (kmp_cmplx128_a4_t)(lhs - rhs); argument
272 return (kmp_cmplx128_a4_t)(lhs * rhs); argument
278 return (kmp_cmplx128_a4_t)(lhs / rhs); argument