Home | History | Annotate | Download | only in i18n

Lines Matching defs:choice

6077           /* just one NaN; force choice to be the non-NaN operand  */
6115 const decNumber *choice;
6144 choice=(result>0 ? lhs : rhs); /* choose */
6146 decCopyFit(res, choice, set, &residue, status);