Searched refs:ISZERO (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c428 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */
1296 if (ISZERO(rhs)) { /* +/- zeros -> error */
1436 if (ISZERO(rhs)) { /* +/- zeros -> error */
1445 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) {
1491 if (a->bits&DECSPECIAL || ISZERO(a)) {
2159 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2212 if (status&DEC_Overflow || ISZERO(dac)) break;
2876 if (ISZERO(rhs)) {
3080 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */
3698 if (!ISZERO(d
[all...]
H A DdecNumberLocal.h234 /* ISZERO -- return true if decNumber dn is a zero */
236 #define ISZERO(dn) decNumberIsZero(dn) /* now just a local name */ macro
/external/icu4c/i18n/
H A DdecNumber.c441 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */
1309 if (ISZERO(rhs)) { /* +/- zeros -> error */
1451 if (ISZERO(rhs)) { /* +/- zeros -> error */
1460 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) {
1506 if (a->bits&DECSPECIAL || ISZERO(a)) {
2176 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2229 if (status&DEC_Overflow || ISZERO(dac)) break;
2895 if (ISZERO(rhs)) {
3099 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */
3719 if (!ISZERO(d
[all...]
H A DdecNumberLocal.h222 /* ISZERO -- return true if decNumber dn is a zero */
224 #define ISZERO(dn) decNumberIsZero(dn) /* now just a local name */ macro

Completed in 225 milliseconds