Home
last modified time | relevance | path

Searched refs:__kmp_cmplx80_t (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.h153 struct KMP_DO_ALIGN(16) __kmp_cmplx80_t : std::complex<long double> { struct
155 __kmp_cmplx80_t() : std::complex<long double>() {} in __kmp_cmplx80_t() argument
157 __kmp_cmplx80_t(const std::complex<long double> &cld) in __kmp_cmplx80_t() argument
160 void operator/=(const __kmp_cmplx80_t &rhs) {
165 __kmp_cmplx80_t operator/(const __kmp_cmplx80_t &rhs) { argument
170 typedef KMP_DO_ALIGN(16) struct __kmp_cmplx80_t kmp_cmplx80; argument