Lines Matching refs:fix_up
62 unsigned long fix_up, adj;
167 fix_up = 0x898cc517;
171 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6;
173 fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg));
176 accumulator.lsw -= fix_up;
205 Xsig accumulator, argSqrd, fix_up, argTo4;
347 XSIG_LL(fix_up) = 0x898cc51701b839a2ll;
348 fix_up.lsw = 0;
353 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2;
354 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24;
360 shr_Xsig(&fix_up, 65 + exp2);
362 add_Xsig_Xsig(&accumulator, &fix_up);