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()
36 cf /= g1; in test3()
37 g1 = g1 + D; in test3()
38 g1 = D + g1; in test3()
80 g1++; in t6()
81 g1--; in t6()
82 ++g1; in t6()
83 --g1; in t6()