Lines Matching refs:g1
22 _Complex double g1, g2; variable
27 g1 = g1 + g2; in test3()
28 g1 = g1 - g2; in test3()
29 g1 = g1 * g2; in test3()
30 g1 = +-~g1; in test3()
32 double Gr = __real g1; in test3()
37 cf /= g1; in test3()
38 g1 = g1 + D; in test3()
39 g1 = D + g1; in test3()
82 g1++; in t6()
83 g1--; in t6()
84 ++g1; in t6()
85 --g1; in t6()