Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.h249 struct KMP_DO_ALIGN(4) kmp_cmplx128_a4_t { struct
252 kmp_cmplx128_a4_t() : q() {} in kmp_cmplx128_a4_t() function
254 kmp_cmplx128_a4_t(const kmp_cmplx128 &c128) : q(c128) {} in kmp_cmplx128_a4_t() argument
259 return (kmp_cmplx128_a4_t)(lhs + rhs); argument
264 return (kmp_cmplx128_a4_t)(lhs - rhs); argument
269 return (kmp_cmplx128_a4_t)(lhs * rhs); argument
275 return (kmp_cmplx128_a4_t)(lhs / rhs); argument