Lines Matching refs:msw
68 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_sine()
76 argSqrd.msw = st0_ptr->sigh; in poly_sine()
81 argTo4.msw = argSqrd.msw; in poly_sine()
95 accumulator.msw |= 0x80000000; /* Add 1.0 */ in poly_sine()
169 if (argSqrd.msw & 0xffc00000) { in poly_sine()
171 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6; in poly_sine()
220 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_cos()
226 argSqrd.msw = st0_ptr->sigh; in poly_cos()
236 argTo4.msw = argSqrd.msw; in poly_cos()
267 if (accumulator.msw == 0) { in poly_cos()
312 argTo4.msw = argSqrd.msw; in poly_cos()
326 accumulator.msw |= 0x80000000; /* Add 1.0 */ in poly_cos()
351 if (argSqrd.msw & 0xffc00000) { in poly_cos()
353 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2; in poly_cos()
354 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24; in poly_cos()