Searched defs:__kmp_cmplx32_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.h86 struct __kmp_cmplx32_t : std::complex<float> { struct in inherits:std::complex
88 __kmp_cmplx32_t() : std::complex<float>() {} function in struct:__kmp_cmplx32_t
90 __kmp_cmplx32_t(const std::complex<float> &cf) : std::complex<float>(cf) {} function in struct:__kmp_cmplx32_t
[all...]

Completed in 58 milliseconds