Lines Matching refs:lsw
67 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_sine()
77 argSqrd.lsw = 0; in poly_sine()
82 argTo4.lsw = argSqrd.lsw; in poly_sine()
131 argSqrd.lsw = 0; in poly_sine()
135 argTo4.lsw = argSqrd.lsw; in poly_sine()
157 accumulator.lsw |= 1; /* A zero accumulator here would cause problems */ in poly_sine()
174 adj = accumulator.lsw; /* temp save */ in poly_sine()
175 accumulator.lsw -= fix_up; in poly_sine()
176 if (accumulator.lsw > adj) in poly_sine()
219 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_cos()
227 argSqrd.lsw = 0; in poly_cos()
237 argTo4.lsw = argSqrd.lsw; in poly_cos()
264 if (accumulator.lsw & 0x80000000) in poly_cos()
303 argSqrd.lsw = 0; in poly_cos()
313 argTo4.lsw = argSqrd.lsw; in poly_cos()
347 fix_up.lsw = 0; in poly_cos()