Searched defs:kmp_cmplx128_a16_t (Results 1 – 1 of 1) sorted by relevance
315 struct KMP_DO_ALIGN(16) kmp_cmplx128_a16_t { struct318 kmp_cmplx128_a16_t() : q() {} in kmp_cmplx128_a16_t() argument321 kmp_cmplx128_a16_t(const std::complex<_Quad> &c128) : q(c128) {} in kmp_cmplx128_a16_t() function323 kmp_cmplx128_a16_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a16_t() argument328 return (kmp_cmplx128_a16_t)(lhs + rhs); argument333 return (kmp_cmplx128_a16_t)(lhs - rhs); argument338 return (kmp_cmplx128_a16_t)(lhs * rhs); argument344 return (kmp_cmplx128_a16_t)(lhs / rhs); argument