Lines Matching defs:c
5 int a, b, c, d; in testIntAddSub() local
24 int c = b * 4; in testIntMult() local
35 int c = b * 4; in testIntDiv() local
46 int c = a % 0; in testIntMod() local
53 int c = (b == 0) ? 0 : (a / b); in testIntPhi() local
59 float a, b, c, d; in testFloatAddSub() local
78 float c = b * 4; in testFloatMult() local
89 float c = b * 4; in testFloatDiv() local
100 float c = a % 0; in testFloatMod() local
107 float c = (b == 0) ? 0 : (a / b); in testFloatPhi() local
113 double a, b, c, d; in testDoubleAddSub() local
132 double c = b * 4; in testDoubleMult() local
143 double c = b * 4; in testDoubleDiv() local
154 double c = a % 0; in testDoubleMod() local
161 double c = (b == 0) ? 0 : (a / b); in testDoublePhi() local