Home
last modified time | relevance | path

Searched defs:SIGN_MASK (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DDoubleUtils.java53 static final long SIGN_MASK = 0x8000000000000000L; field in DoubleUtils
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c243 #define SIGN_MASK 0x7fffffffffffffffULL macro