OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Complex_I
(Results
1 - 4
of
4
) sorted by null
/bionic/libm/include/
complex.h
38
#define
_Complex_I
((float _Complex)1.0i)
42
_Static_assert(__generic(
_Complex_I
, float _Complex, 1, 0),
43
"
_Complex_I
must be of type float _Complex");
47
#define I
_Complex_I
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
complex.h
45
#define
_Complex_I
(__extension__ 1.0iF)
50
#define I
_Complex_I
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h
45
#define
_Complex_I
(__extension__ 1.0iF)
50
#define I
_Complex_I
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h
45
#define
_Complex_I
(__extension__ 1.0iF)
50
#define I
_Complex_I
Completed in 140 milliseconds