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

  /bionic/libm/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /development/ndk/platforms/android-L/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
complex.h 36 #define _Complex __complex__
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");
46 #define complex _Complex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
complex.h 37 # define _Complex __complex__
40 #define complex _Complex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
complex.h 37 # define _Complex __complex__
40 #define complex _Complex

Completed in 516 milliseconds