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

  /external/clang/test/CodeGen/
complex-indirect.c 8 void a(int,int,int,int,int,int,__complex__ char);
9 void b(__complex__ char *y) { a(0,0,0,0,0,0,*y); }
2003-11-20-ComplexDivision.c 4 __complex__ double C;
2004-03-07-ComplexDivEquals.c 4 void test(__complex__ double D, double X) {
complex.c 42 __complex__ int ci1, ci2;
43 __complex__ short cs;
71 __complex__ long long v = 2;
98 __complex__ int *x = &(__complex__ int){1};
mandel.c 30 volatile double __complex__ accum;
36 double __complex__ c = (START_X+x*step_X) + (START_Y+y*step_Y) * I;
37 double __complex__ z = 0.0;
arm-aapcs-vfp.c 30 extern void complex_callee(__complex__ double);
32 void test_complex(__complex__ double cd) {
  /external/clang/test/Sema/
complex-int.c 4 __complex__ int arr;
5 __complex__ short brr;
6 __complex__ unsigned xx;
7 __complex__ signed yy;
8 __complex__ int result;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
complex.h 37 # define _Complex __complex__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 37 # define _Complex __complex__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 37 # define _Complex __complex__
  /prebuilt/common/jython/
jython.jar 

Completed in 328 milliseconds