Searched defs:imaginary (Results 1 - 2 of 2) sorted by relevance
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | ||
| H A D | int_types.h | 157 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon162d19a10d08 159 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon162d19a10e08 161 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon162d19a10f08 |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | lex.c | 634 bool imaginary = cp[len - 1] == 'i'; local in function:lex_floating_constant |
Completed in 4 milliseconds