HomeSort by relevance Sort by last modified time
    Searched defs:_Complex_I (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
complex.h 35 #define _Complex_I ((float _Complex)1.0i)
39 _Static_assert(__generic(_Complex_I, float _Complex, 1, 0),
40 "_Complex_I must be of type float _Complex");
44 #define I _Complex_I
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
complex.h 45 #define _Complex_I (__extension__ 1.0iF)
50 #define I _Complex_I
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 38 #define _Complex_I (__extension__ 1.0iF)
43 #define I _Complex_I

Completed in 66 milliseconds