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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_types.h172 #define COMPLEX_IMAGINARY(x) __imag__(x) macro
187 #define COMPLEX_IMAGINARY(x) (x).imaginary macro

Completed in 130 milliseconds