Home
last modified time | relevance | path

Searched refs:isneg (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java328 private static final byte isneg = -1; // ind: indicates negative (must be -1) field in BigDecimal
549 ind = isneg; in BigDecimal()
788 ind = isneg; in BigDecimal()
797 ind = isneg; in BigDecimal()
811 ind = isneg;/* negative */// [0 case already handled] in BigDecimal()
863 ind = isneg;/* negative */ in BigDecimal()
971 if (this.ind == isneg) in abs()
1134 … if (((lhs.ind == isneg) ? 1 : 0) == ((rhs.ind == isneg) ? 1 : 0)) // same sign, 0 non-negative in add()
1779 if (rhs.ind == isneg) in pow()
2447 if (ind == isneg) // really was negative in intValueExact()
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c169 int isneg, ishex; in s2i_ASN1_INTEGER() local
178 isneg = 1; in s2i_ASN1_INTEGER()
179 } else isneg = 0; in s2i_ASN1_INTEGER()
195 if (isneg && BN_is_zero(bn)) isneg = 0; in s2i_ASN1_INTEGER()
203 if (isneg) aint->type |= V_ASN1_NEG; in s2i_ASN1_INTEGER()
/external/libxml2/
Dxmlschemastypes.c1197 int isneg = 0, digcnt = 0; in _xmlSchemaParseGYear() local
1204 isneg = 1; in _xmlSchemaParseGYear()
1221 if (isneg) in _xmlSchemaParseGYear()
1421 int isneg = 0, tmp = 0; in _xmlSchemaParseTimeZone() local
1422 isneg = (*cur == '-'); in _xmlSchemaParseTimeZone()
1445 if (isneg) in _xmlSchemaParseTimeZone()
1778 int isneg = 0; in xmlSchemaValidateDuration() local
1792 isneg = 1; in xmlSchemaValidateDuration()
1862 if (isneg) { in xmlSchemaValidateDuration()
Dxpath.c10094 int isneg = 0; in xmlXPathStringEvalNumber() local
10107 isneg = 1; in xmlXPathStringEvalNumber()
10168 if (isneg) ret = -ret; in xmlXPathStringEvalNumber()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...