Searched refs:SIGN_MASK (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/math/
H A DDoubleUtils.java53 static final long SIGN_MASK = 0x8000000000000000L; field in class:DoubleUtils
131 bits |= x.signum() & SIGN_MASK;
/external/valgrind/VEX/priv/
H A Dguest_x86_helpers.c133 /* const */ UInt SIGN_MASK = 1u << (__data_bits - 1); \
140 SIGN_MASK = SIGN_MASK; \
269 of = ((res & DATA_MASK) == SIGN_MASK) << 11; \
290 == ((UInt)SIGN_MASK - 1)) << 11; \
H A Dguest_amd64_helpers.c177 /* const */ ULong SIGN_MASK = 1ULL << (__data_bits - 1); \
184 SIGN_MASK = SIGN_MASK; \
313 of = ((res & DATA_MASK) == SIGN_MASK) << 11; \
334 == ((ULong)SIGN_MASK - 1)) << 11; \
H A Dguest_ppc_toIR.c243 #define SIGN_MASK 0x7fffffffffffffffULL macro
3260 assign( sign_less_part, binop( Iop_And64, mkexpr( src ), mkU64( SIGN_MASK ) ) );
14403 mkU64( SIGN_MASK ) ) ),
14410 mkU64( SIGN_MASK ) ) ) ) );
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 183 milliseconds