Lines Matching refs:f2
14 volatile float f0, f1, f2; variable
87 h1 = h0 * f2; in foo()
112 h1 = (h0 / f2); in foo()
143 h1 = (f2 + h0); in foo()
168 h1 = (f2 - h0); in foo()
189 test = (f2 < h0); in foo()
205 test = (h0 > f2); in foo()
231 test = (f2 <= h0); in foo()
247 test = (h0 >= f2); in foo()
331 h0 += f2; in foo()
351 h0 -= f2; in foo()
371 h0 *= f2; in foo()
391 h0 /= f2; in foo()