Home | History | Annotate | Download | only in target-i386

Lines Matching full:ceil

4124         dblq = (dblq < 0.0) ? ceil(dblq) : floor(dblq);