Lines Matching defs:round
70 // mprotect doesn't round up for you, and instead requires *len is at page granularity.
370 case Op::round: write(o, V{id}, "=", op, V{x}); break;
488 case Op::round: write(o, R{d}, "=", op, R{x}); break;
836 return pun_to_F32(round(mul(1.0f * (1<<23), approx)));
1138 I32 Builder::round(F32 x) {
1140 return {this, this->push(Op::round, x.id)};
1158 return round(mul(x, limit));
2828 case Op::round : {
2830 auto round = b->CreateUnaryIntrinsic(llvm::Intrinsic::rint, F(vals[x]));
2831 vals[i] = b->CreateFPToSI(round, I32);
3960 case Op::round:
4222 case Op::round: a->fcvtns4s(dst(x), r(x)); break;