Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.h312 struct KMP_DO_ALIGN(16) kmp_cmplx128_a16_t { struct
315 kmp_cmplx128_a16_t() : q() {} in kmp_cmplx128_a16_t() argument
317 kmp_cmplx128_a16_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a16_t() function
322 return (kmp_cmplx128_a16_t)(lhs + rhs); argument
327 return (kmp_cmplx128_a16_t)(lhs - rhs); argument
332 return (kmp_cmplx128_a16_t)(lhs * rhs); argument
338 return (kmp_cmplx128_a16_t)(lhs / rhs); argument