Home | History | Annotate | Download | only in i18n

Lines Matching refs:bad

380   if (uin==0) return dn;                /* [or decGetDigits bad call]  */
404 /* special or too many digits, or bad exponent */
405 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */
423 /* bad -- drop through */
439 /* special or too many digits, or bad exponent, or negative (<0) */
441 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */
506 /* If bad syntax is detected, the result will be a quiet NaN. */
2096 if (!set->extended) { /* [bad if subset] */
2111 /* any -ve lhs is bad, as is either operand or context out of */
2498 if (rotate==BADINT /* something bad .. */
2656 if (reqexp==BADINT /* something bad .. */
2711 if (shift==BADINT /* something bad .. */
5667 /* Non-zero negatives are bad... */
5911 /* one infinity but not both is bad */
5932 if (reqexp==BADINT /* bad (rescale only) or .. */
7953 Flag bad=0;
7958 bad=1;
7962 bad=1;
7964 printf("Bad context [digits=%ld round=%ld].\n",
7970 bad=1;
7976 if (!bad && lhs!=DECUNUSED) bad=(decCheckNumber(lhs));
7977 if (!bad && rhs!=DECUNUSED) bad=(decCheckNumber(rhs));
7979 if (bad) {
7986 return bad;
8060 printf("Bad Unit [%08lx] in %ld-digit number at offset %ld [maxuint %ld].\n",