Home | History | Annotate | Download | only in ia32

Lines Matching full:rounds

3464   // CVTTSD2SI rounds towards zero, since 0.5 <= x, we use floor(0.5 + x).
3477 // CVTTSD2SI rounds towards zero, we use ceil(x - (-0.5)) and then