Searched defs:kmp_cmplx128_a16_t (Results 1 – 1 of 1) sorted by relevance
312 struct KMP_DO_ALIGN(16) kmp_cmplx128_a16_t { struct315 kmp_cmplx128_a16_t() : q() {} in kmp_cmplx128_a16_t() argument317 kmp_cmplx128_a16_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a16_t() function322 return (kmp_cmplx128_a16_t)(lhs + rhs); argument327 return (kmp_cmplx128_a16_t)(lhs - rhs); argument332 return (kmp_cmplx128_a16_t)(lhs * rhs); argument338 return (kmp_cmplx128_a16_t)(lhs / rhs); argument