Searched refs:isneg (Results 1 - 9 of 9) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlobject.c98 static int isneg (const char **s) { function
124 neg = isneg(&s); /* check signal */
141 neg1 = isneg(&s); /* signal */
/external/syslinux/com32/lua/src/
H A Dlobject.c98 static int isneg (const char **s) { function
124 neg = isneg(&s); /* check signal */
141 neg1 = isneg(&s); /* signal */
/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c188 int isneg, ishex; local
197 isneg = 1;
199 isneg = 0;
218 if (isneg && BN_is_zero(bn))
219 isneg = 0;
227 if (isneg)
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java319 private static final byte isneg = -1; // ind: indicates negative (must be -1) field in class:BigDecimal
348 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
535 ind = isneg;
772 ind = isneg;
781 ind = isneg;
795 ind = isneg;/* negative */// [0 case already handled]
846 ind = isneg;/* negative */
951 if (this.ind == isneg)
1112 if (((lhs.ind == isneg) ? 1 : 0) == ((rhs.ind == isneg)
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java328 private static final byte isneg = -1; // ind: indicates negative (must be -1) field in class:BigDecimal
357 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
549 ind = isneg;
788 ind = isneg;
797 ind = isneg;
811 ind = isneg;/* negative */// [0 case already handled]
863 ind = isneg;/* negative */
971 if (this.ind == isneg)
1134 if (((lhs.ind == isneg) ? 1 : 0) == ((rhs.ind == isneg)
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java330 private static final byte isneg = -1; // ind: indicates negative (must be -1) field in class:BigDecimal
359 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
551 ind = isneg;
790 ind = isneg;
799 ind = isneg;
813 ind = isneg;/* negative */// [0 case already handled]
865 ind = isneg;/* negative */
973 if (this.ind == isneg)
1136 if (((lhs.ind == isneg) ? 1 : 0) == ((rhs.ind == isneg)
[all...]
/external/libxml2/
H A Dxmlschemastypes.c1201 int isneg = 0, digcnt = 0; local
1208 isneg = 1;
1225 if (isneg)
1425 int isneg = 0, tmp = 0; local
1426 isneg = (*cur == '-');
1449 if (isneg)
1782 int isneg = 0; local
1796 isneg = 1;
1866 if (isneg) {
H A Dxpath.c10094 int isneg = 0; local
10107 isneg = 1;
10168 if (isneg) ret = -ret;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 908 milliseconds