Searched refs:kmp_cmplx128 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h190 typedef struct __kmp_cmplx128_t kmp_cmplx128; typedef in typeref:struct:__kmp_cmplx128_t
205 typedef _Quad _Complex kmp_cmplx128; typedef
210 // and kmp_cmplx128) on IA-32 architecture. The following aligned structures
250 kmp_cmplx128 q;
254 kmp_cmplx128_a4_t(const kmp_cmplx128 &c128) : q(c128) {}
257 kmp_cmplx128 lhs = (*this).q;
258 kmp_cmplx128 rhs = b.q;
262 kmp_cmplx128 lhs = (*this).q;
263 kmp_cmplx128 rhs = b.q;
267 kmp_cmplx128 lh
[all...]

Completed in 41 milliseconds