OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imaginary
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_types.h
157
typedef struct { float real,
imaginary
; } Fcomplex;
member in struct:__anon692d56bb0d08
159
typedef struct { double real,
imaginary
; } Dcomplex;
member in struct:__anon692d56bb0e08
161
typedef struct { long double real,
imaginary
; } Lcomplex;
member in struct:__anon692d56bb0f08
164
#define COMPLEX_IMAGINARY(x) (x).
imaginary
int_types.h
157
typedef struct { float real,
imaginary
; } Fcomplex;
member in struct:__anon692d56bb0d08
159
typedef struct { double real,
imaginary
; } Dcomplex;
member in struct:__anon692d56bb0e08
161
typedef struct { long double real,
imaginary
; } Lcomplex;
member in struct:__anon692d56bb0f08
164
#define COMPLEX_IMAGINARY(x) (x).
imaginary
int_types.h
157
typedef struct { float real,
imaginary
; } Fcomplex;
member in struct:__anon692d56bb0d08
159
typedef struct { double real,
imaginary
; } Dcomplex;
member in struct:__anon692d56bb0e08
161
typedef struct { long double real,
imaginary
; } Lcomplex;
member in struct:__anon692d56bb0f08
164
#define COMPLEX_IMAGINARY(x) (x).
imaginary
/src/usr.bin/xlint/lint1/
lex.c
634
bool
imaginary
= cp[len - 1] == 'i';
local in function:lex_floating_constant
635
if (
imaginary
)
641
t =
imaginary
? FCOMPLEX : FLOAT;
644
t =
imaginary
? LCOMPLEX : LDOUBLE;
647
t =
imaginary
? DCOMPLEX : DOUBLE;
lex.c
634
bool
imaginary
= cp[len - 1] == 'i';
local in function:lex_floating_constant
635
if (
imaginary
)
641
t =
imaginary
? FCOMPLEX : FLOAT;
644
t =
imaginary
? LCOMPLEX : LDOUBLE;
647
t =
imaginary
? DCOMPLEX : DOUBLE;
lex.c
634
bool
imaginary
= cp[len - 1] == 'i';
local in function:lex_floating_constant
635
if (
imaginary
)
641
t =
imaginary
? FCOMPLEX : FLOAT;
644
t =
imaginary
? LCOMPLEX : LDOUBLE;
647
t =
imaginary
? DCOMPLEX : DOUBLE;
Completed in 194 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025