Searched defs:SIGN_MASK (Results 1 – 7 of 7) sorted by relevance
127 const SIGN_MASK: u32 = 0x80000000; in format_nonfinite() constant156 const SIGN_MASK: u64 = 0x8000000000000000; in format_nonfinite() constant
66 const SIGN_MASK: u64; constant206 const SIGN_MASK: u64 = 0x80000000; constant254 const SIGN_MASK: u64 = 0x8000000000000000; constant
210 const SIGN_MASK: Self::Unsigned; constant319 const SIGN_MASK: u32 = 0x80000000; constant383 const SIGN_MASK: u64 = 0x8000000000000000; constant
54 static final long SIGN_MASK = 0x8000000000000000L; field in DoubleUtils
48 static constexpr StorageType SIGN_MASK = member
99 private static final long SIGN_MASK = 0x8000000000000000L; field in OrderedTuple