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() function254 kmp_cmplx128_a4_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a4_t() argument259 return (kmp_cmplx128_a4_t)(lhs + rhs); argument264 return (kmp_cmplx128_a4_t)(lhs - rhs); argument269 return (kmp_cmplx128_a4_t)(lhs * rhs); argument275 return (kmp_cmplx128_a4_t)(lhs / rhs); argument