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

  /development/ndk/platforms/android-21/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/ndk/9/platforms/android-21/arch-arm/usr/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/ndk/9/platforms/android-21/arch-arm64/usr/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/ndk/9/platforms/android-21/arch-mips/usr/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/ndk/9/platforms/android-21/arch-mips64/usr/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/ndk/9/platforms/android-21/arch-x86/usr/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/ndk/9/platforms/android-21/arch-x86_64/usr/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
  /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/x86_64-linux-glibc2.11-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-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 (0.0F + 1.0iF)
43 #define I _Complex_I

Completed in 198 milliseconds