Lines Matching refs:a0
12 -(void) setIm0: (_Complex float) a0;
27 -(void) setIm0: (_Complex float) a0 {
28 printf("setIm0: %.2f + %.2fi\n", __real a0, __imag a0);
29 iv0 = a0 + (.3 + .4i);
36 -(void) setP0: (_Complex float) a0 {
37 printf("setP0: %.2f + %.2fi\n", __real a0, __imag a0);
38 iv0 = a0 + (.7 + .8i);
42 void f0(I0 *a0) {
43 float l0 = __real a0.im0;
44 float l1 = __imag a0->iv0;
45 _Complex float l2 = (a0.im0 = a0.im0);
46 _Complex float l3 = a0->iv0;
47 _Complex float l4 = (a0->iv0 = a0->iv0);
48 _Complex float l5 = a0->iv0;
49 _Complex float l6 = (a0.p0 = a0.p0);
50 _Complex float l7 = a0->iv0;
51 _Complex float l8 = [a0 im0];