Lines Matching defs:b
5 int a, b, c, d; in testIntAddSub() local
23 int b = 9 - a; in testIntMult() local
34 int b = 9 - a / 5; in testIntDiv() local
45 int b = a % 3; in testIntMod() local
52 int b = 3; in testIntPhi() local
59 float a, b, c, d; in testFloatAddSub() local
77 float b = 9 - a; in testFloatMult() local
88 float b = 9 - a / 5; in testFloatDiv() local
99 float b = a % 3; in testFloatMod() local
106 float b = 3; in testFloatPhi() local
113 double a, b, c, d; in testDoubleAddSub() local
131 double b = 9 - a; in testDoubleMult() local
142 double b = 9 - a / 5; in testDoubleDiv() local
153 double b = a % 3; in testDoubleMod() local
160 double b = 3; in testDoublePhi() local