Lines Matching defs:round
348 #define round C[0].d
364 y##N = (x##N * invln2_256) + round; \
366 y##N -= round; \
452 y0 = (x0 * invln2_256) + round;
453 y1 = (x1 * invln2_256) + round;
454 y2 = (x2 * invln2_256) + round;
455 y3 = (x3 * invln2_256) + round;
456 y4 = (x4 * invln2_256) + round;
457 y5 = (x5 * invln2_256) + round;
466 y0 -= round;
467 y1 -= round;
468 y2 -= round;
469 y3 -= round;
470 y4 -= round;
471 y5 -= round;