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

  /external/qemu/target-i386/
shift_helper_template.h 22 #define SIGN_MASK (((target_ulong)1) << (DATA_BITS - 1))
114 #undef SIGN_MASK
cc_helper_template.h 22 #define SIGN_MASK (((target_ulong)1) << (DATA_BITS - 1))
181 of = ((CC_DST & DATA_MASK) == SIGN_MASK) << 11;
203 of = ((CC_DST & DATA_MASK) == ((target_ulong)SIGN_MASK - 1)) << 11;
271 #undef SIGN_MASK
  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 61 static final long SIGN_MASK = 0x8000000000000000L;
176 bits |= x.signum() & SIGN_MASK;
  /libcore/luni/src/main/java/java/lang/
Double.java 33 static final long SIGN_MASK = 0x8000000000000000L;
Float.java 33 static final int SIGN_MASK = 0x80000000;
  /libcore/luni/src/main/native/
cbigint.cpp 90 #define SIGN_MASK (0x8000000000000000LL)
96 #define SIGN_MASK (0x8000000000000000L)
101 #define SIGN_MASK (0x8000000000000000)
629 if (test64 > SIGN_MASK || ((test64 == SIGN_MASK) && (mantissa & 1)))
631 else if (test64 == SIGN_MASK)
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 197 #define SIGN_MASK 0x7fffffffffffffffULL
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 

Completed in 104 milliseconds