Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_types.h157 typedef struct { float real, imaginary; } Fcomplex; member
159 typedef struct { double real, imaginary; } Dcomplex; member
161 typedef struct { long double real, imaginary; } Lcomplex; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dcomplex.d25 alias ireal imaginary; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d277 imaginary = 0x10, enumerator
H A Dcparse.d4641 imaginary, enumerator
/netbsd-src/usr.bin/xlint/lint1/
H A Dlex.c633 bool imaginary = cp[len - 1] == 'i'; lex_floating_constant() local