Searched refs:iszero (Results 1 - 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java318 private static final byte iszero = 0; // ind: indicates zero (must be 0) field in class:BigDecimal
348 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
697 ind = iszero; // force to show zero
766 ind = iszero;
844 ind = iszero;
1108 if (lhs.ind == iszero)
1123 if (rhs.ind == iszero) {
1125 } else if ((usellen < userlen) | (lhs.ind == iszero)) { // original B bigger
2154 else if (num.ind == iszero)
2210 num.ind = iszero;
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java327 private static final byte iszero = 0; // ind: indicates zero (must be 0) field in class:BigDecimal
357 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
711 ind = iszero; // force to show zero
782 ind = iszero;
861 ind = iszero;
1130 if (lhs.ind == iszero)
1145 if (rhs.ind == iszero) {
1147 } else if ((usellen < userlen) | (lhs.ind == iszero)) { // original B bigger
2202 else if (num.ind == iszero)
2258 num.ind = iszero;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java329 private static final byte iszero = 0; // ind: indicates zero (must be 0) field in class:BigDecimal
359 * <li>ispos -- the number is positive <li>iszero -- the number is zero <li>isneg -- the number is negative
713 ind = iszero; // force to show zero
784 ind = iszero;
863 ind = iszero;
1132 if (lhs.ind == iszero)
1147 if (rhs.ind == iszero) {
1149 } else if ((usellen < userlen) | (lhs.ind == iszero)) { // original B bigger
2208 else if (num.ind == iszero)
2264 num.ind = iszero;
[all...]
/external/skia/third_party/lua/src/
H A Dlbaselib.c196 static int pairsmeta (lua_State *L, const char *method, int iszero, argument
202 if (iszero) lua_pushinteger(L, 0); /* and initial value */
/external/syslinux/com32/lua/src/
H A Dlbaselib.c196 static int pairsmeta (lua_State *L, const char *method, int iszero, argument
202 if (iszero) lua_pushinteger(L, 0); /* and initial value */
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp37 template <typename T> friend bool iszero(const A &a) throw();
/external/tcpdump/
H A Dprint-isakmp.c756 iszero(u_char *p, size_t l) function
2671 if (iszero((u_char *)&base->r_ck, sizeof(base->r_ck))) {
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h490 friend bool iszero (const mpreal& v);
1703 inline bool iszero (const mpreal& op){ return (mpfr_zero_p (op.mpfr_srcptr()) != 0 ); } function in namespace:mpfr
2430 if(iszero(y)) return x;
/external/clang/lib/CodeGen/
H A DCGClass.cpp1958 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); local
1959 zeroCheckBranch = Builder.CreateCondBr(iszero, loopBB, loopBB);
/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 4651 milliseconds