Home | History | Annotate | Download | only in i18n

Lines Matching refs:fhs

1120 /*   fhs is C [far hand side]                                         */
1129 const decNumber *rhs, const decNumber *fhs,
1141 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res;
1153 || (!decNumberIsSpecial(fhs) && decCheckMath(fhs, set, &status))) break;
1174 /* status; if either is seen than ignore fhs (in case it is */
1186 fhs=&dzero; /* use that */
1194 decAddOp(res, acc, fhs, set, 0, &status);