Home | History | Annotate | Download | only in codegen

Lines Matching refs:ROUND_M

220    case ROUND_MI: rint = true; /* fall through */ case ROUND_M: n = 1; break;
240 case ROUND_M: n = 1; break;
1063 case OP_FLOOR: rnd = f2f ? ROUND_MI : ROUND_M; break;