Lines Matching defs:round
240 int shift, round;
297 round = 1 << (shift-1);
298 alpha0[k][0] = (a00.mant + round) >> shift;
312 round = 1 << (shift-1);
313 alpha0[k][1] = (a01.mant + round) >> shift;
326 round = 1 << (shift-1);
327 alpha1[k][0] = (a10.mant + round) >> shift;
341 round = 1 << (shift-1);
342 alpha1[k][1] = (a11.mant + round) >> shift;
571 unsigned round;
583 round = 1 << (shift-1);
584 out[2*m ] += (int)(in[m ].mant * A + round) >> shift;
588 round = 1 << (shift2-1);
589 out[2*m+2] += (int)(in[m+1].mant * B + round) >> shift2;
599 round = 1 << (shift-1);
600 out[2*m ] += (int)(in[m ].mant * A + round) >> shift;