HomeSort by relevance Sort by last modified time
    Searched refs:iszero (Results 1 - 11 of 11) sorted by null

  /external/arm-optimized-routines/test/rtest/
dotest.c 716 static int iszero(uint32 *x) { function
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 318 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
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 327 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
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 329 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
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 196 static int pairsmeta (lua_State *L, const char *method, int iszero,
202 if (iszero) lua_pushinteger(L, 0); /* and initial value */
  /external/lua/src/
lbaselib.c 209 static int pairsmeta (lua_State *L, const char *method, int iszero,
215 if (iszero) lua_pushinteger(L, 0); /* and initial value */
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 37 template <typename T> friend bool iszero(const A &a) throw();
  /external/tcpdump/
print-isakmp.c 754 iszero(const u_char *p, size_t l) function
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 490 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
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 114 if (CXXThisAlignment.isZero()) {
182 if (Offset.isZero())
215 if (!Offset.isZero()) {
231 assert(!nonVirtualOffset.isZero() || virtualOffset != nullptr);
235 if (!nonVirtualOffset.isZero()) {
310 if (NonVirtualOffset.isZero() && !VBase) {
1958 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); local
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1950 milliseconds