Lines Matching refs:mag
187 short mag, exp; /* Adaptive predictor, FLOAT A */
194 mag = dq & 0x3FFF;
199 tr = (mag <= 0x2F80) ? 0 : 1;
203 if (mag >= thr2)
206 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1;
302 if (mag == 0) {
305 exp = _fmultanexp[mag];
307 (exp << 6) + ((mag << 6) >> exp) :
308 (exp << 6) + ((mag << 6) >> exp) - 0x400;
319 mag = -sr;
320 exp = _fmultanexp[mag];
321 state_ptr->sr[0] = (exp << 6) + ((mag << 6) >> exp) - 0x400;