Searched defs:SIGN_MASK (Results 1 - 9 of 9) sorted by relevance

/external/qemu/target-i386/
H A Dshift_helper_template.h22 #define SIGN_MASK (((target_ulong)1) << (DATA_BITS - 1)) macro
114 #undef SIGN_MASK macro
H A Dcc_helper_template.h22 #define SIGN_MASK (((target_ulong)1) << (DATA_BITS - 1)) macro
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 macro
/external/guava/guava/src/com/google/common/math/
H A DDoubleUtils.java61 static final long SIGN_MASK = 0x8000000000000000L; field in class:DoubleUtils
176 bits |= x.signum() & SIGN_MASK;
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c197 #define SIGN_MASK 0x7fffffffffffffffULL macro
2997 assign( sign_less_part, binop( Iop_And64, mkexpr( src ), mkU64( SIGN_MASK ) ) );
13973 mkU64( SIGN_MASK ) ) ),
13980 mkU64( SIGN_MASK ) ) ) ) );
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 232 milliseconds