Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_types.h180 #define COMPLEX_IMAGINARY(x) __imag__(x) macro
195 #define COMPLEX_IMAGINARY(x) (x).imaginary macro