Lines Matching full:lsw
68 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_sine()
78 argSqrd.lsw = 0; in poly_sine()
83 argTo4.lsw = argSqrd.lsw; in poly_sine()
132 argSqrd.lsw = 0; in poly_sine()
136 argTo4.lsw = argSqrd.lsw; in poly_sine()
158 accumulator.lsw |= 1; /* A zero accumulator here would cause problems */ in poly_sine()
175 adj = accumulator.lsw; /* temp save */ in poly_sine()
176 accumulator.lsw -= fix_up; in poly_sine()
177 if (accumulator.lsw > adj) in poly_sine()
220 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_cos()
228 argSqrd.lsw = 0; in poly_cos()
238 argTo4.lsw = argSqrd.lsw; in poly_cos()
265 if (accumulator.lsw & 0x80000000) in poly_cos()
304 argSqrd.lsw = 0; in poly_cos()
314 argTo4.lsw = argSqrd.lsw; in poly_cos()
348 fix_up.lsw = 0; in poly_cos()