Lines Matching refs:d
5 int a, b, c, d; in testIntAddSub() local
10 d = 5; in testIntAddSub()
11 a = d - b; in testIntAddSub()
12 if (c <= d) { in testIntAddSub()
13 c = d + 1; in testIntAddSub()
59 float a, b, c, d; in testFloatAddSub() local
64 d = 5; in testFloatAddSub()
65 a = d - b; in testFloatAddSub()
66 if (c <= d) { in testFloatAddSub()
67 c = d + 1; in testFloatAddSub()
113 double a, b, c, d; in testDoubleAddSub() local
118 d = 5; in testDoubleAddSub()
119 a = d - b; in testDoubleAddSub()
120 if (c <= d) { in testDoubleAddSub()
121 c = d + 1; in testDoubleAddSub()