Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_types.h179 #define COMPLEX_REAL(x) __real__(x) macro
194 #define COMPLEX_REAL(x) (x).real macro