HomeSort by relevance Sort by last modified time
    Searched defs:isneg (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.c 98 static int isneg (const char **s) { function
124 neg = isneg(&s); /* check signal */
141 neg1 = isneg(&s); /* signal */
  /external/syslinux/com32/lua/src/
lobject.c 98 static int isneg (const char **s) { function
124 neg = isneg(&s); /* check signal */
141 neg1 = isneg(&s); /* signal */
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 227 int isneg, ishex; local
236 isneg = 1;
238 isneg = 0;
257 if (isneg && BN_is_zero(bn))
258 isneg = 0;
266 if (isneg)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 319 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;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 328 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;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 330 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;
    [all...]
  /external/libxml2/
xmlschemastypes.c 1211 int isneg = 0, digcnt = 0; local
1435 int isneg = 0, tmp = 0; local
1792 int isneg = 0; local
    [all...]
xpath.c 10051 int isneg = 0; local
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.c 1343 int isneg; local
1427 int isneg; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 463 milliseconds