Lines Matching refs:fix_up
62 unsigned long fix_up, adj; in poly_sine() local
167 fix_up = 0x898cc517; in poly_sine()
171 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6; in poly_sine()
173 fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg)); in poly_sine()
176 accumulator.lsw -= fix_up; in poly_sine()
205 Xsig accumulator, argSqrd, fix_up, argTo4; in poly_cos() local
347 XSIG_LL(fix_up) = 0x898cc51701b839a2ll; in poly_cos()
348 fix_up.lsw = 0; 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()
360 shr_Xsig(&fix_up, 65 + exp2); in poly_cos()
362 add_Xsig_Xsig(&accumulator, &fix_up); in poly_cos()