Lines Matching defs:St
1928 /// \param St Exception flags raised during constant evaluation.
1930 APFloat::opStatus St) {
1936 if (St == APFloat::opStatus::opOK)
2217 APFloat::opStatus St = U.roundToIntegral(*RM);
2219 St == APFloat::opInexact) {
2559 APFloat::opStatus St = APFloat::opOK;
2564 St = APFloat::opInvalidOp;
2567 St = APFloat::opInvalidOp;
2570 if (mayFoldConstrained(const_cast<ConstrainedFPCmpIntrinsic *>(FCmp), St))
2675 APFloat::opStatus St;
2680 St = Res.add(Op2V, RM);
2683 St = Res.subtract(Op2V, RM);
2686 St = Res.multiply(Op2V, RM);
2689 St = Res.divide(Op2V, RM);
2692 St = Res.mod(Op2V);
2699 St))
3113 APFloat::opStatus St;
3119 St = Res.fusedMultiplyAdd(C2, C3, RM);
3123 const_cast<ConstrainedFPIntrinsic *>(ConstrIntr), St))