Lines Matching defs:S0
3001 const APFloat &S0,3005 const fltSemantics &Sem = S0.getSemantics();3007 if (abs(S2) >= abs(S0) && abs(S2) >= abs(S1)) {3011 SC = -S0;3014 SC = S0;3018 } else if (abs(S1) >= abs(S0)) {3028 SC = S0;3030 if (S0.isNegative() && S0.isNonZero() && !S0.isNaN()) {3031 // S0 < 03038 MA = S0;