Home
last modified time | relevance | path

Searched refs:SIGN_MASK (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DDoubleUtils.java64 static final long SIGN_MASK = 0x8000000000000000L; field in DoubleUtils
95 long bits = Double.doubleToRawLongBits(mag) & ~SIGN_MASK; in copySign()
96 bits |= Double.doubleToRawLongBits(sgn) & SIGN_MASK; in copySign()
157 bits |= x.signum() & SIGN_MASK; in bigToDouble()
/external/valgrind/VEX/priv/
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; \
Dguest_amd64_helpers.c175 /* const */ ULong SIGN_MASK = 1ULL << (__data_bits - 1); \
182 SIGN_MASK = SIGN_MASK; \
311 of = ((res & DATA_MASK) == SIGN_MASK) << 11; \
332 == ((ULong)SIGN_MASK - 1)) << 11; \
Dguest_ppc_toIR.c243 #define SIGN_MASK 0x7fffffffffffffffULL macro
3152 assign( sign_less_part, binop( Iop_And64, mkexpr( src ), mkU64( SIGN_MASK ) ) ); in is_Zero()
14262 mkU64( SIGN_MASK ) ) ), in dis_vxv_misc()
14269 mkU64( SIGN_MASK ) ) ) ) ); in dis_vxv_misc()
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...