Lines Matching refs:msw
67 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_sine()
75 argSqrd.msw = st0_ptr->sigh; in poly_sine()
80 argTo4.msw = argSqrd.msw; in poly_sine()
94 accumulator.msw |= 0x80000000; /* Add 1.0 */ in poly_sine()
168 if (argSqrd.msw & 0xffc00000) { in poly_sine()
170 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6; in poly_sine()
219 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_cos()
225 argSqrd.msw = st0_ptr->sigh; in poly_cos()
235 argTo4.msw = argSqrd.msw; in poly_cos()
266 if (accumulator.msw == 0) { in poly_cos()
311 argTo4.msw = argSqrd.msw; in poly_cos()
325 accumulator.msw |= 0x80000000; /* Add 1.0 */ in poly_cos()
350 if (argSqrd.msw & 0xffc00000) { in poly_cos()
352 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2; in poly_cos()
353 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24; in poly_cos()