Searched defs:kmp_cmplx128_a4_t (Results 1 – 1 of 1) sorted by relevance
249 struct KMP_DO_ALIGN(4) kmp_cmplx128_a4_t { struct252 kmp_cmplx128_a4_t() : q() {} in kmp_cmplx128_a4_t() argument255 kmp_cmplx128_a4_t(const std::complex<_Quad> &c128) : q(c128) {} in kmp_cmplx128_a4_t() function257 kmp_cmplx128_a4_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a4_t() function262 return (kmp_cmplx128_a4_t)(lhs + rhs); argument267 return (kmp_cmplx128_a4_t)(lhs - rhs); argument272 return (kmp_cmplx128_a4_t)(lhs * rhs); argument278 return (kmp_cmplx128_a4_t)(lhs / rhs); argument