Searched refs:SIGN_MASK (Results 1 – 4 of 4) sorted by relevance
66 const SIGN_MASK: u64; constant206 const SIGN_MASK: u64 = 0x80000000; constant254 const SIGN_MASK: u64 = 0x8000000000000000; constant
98 SIGN_MASK = np.uint32(0x80000000) variable in Float32112 SIGN_MASK = np.uint64(0x8000000000000000) variable in Float64
788 const SIGN_MASK: u32 = 0x80000000; in is_sign_negative() constant793 bits & SIGN_MASK != 0 in is_sign_negative()890 const SIGN_MASK: u64 = 0x8000000000000000; in is_sign_negative() constant895 bits & SIGN_MASK != 0 in is_sign_negative()
115 #define SIGN_MASK 0x80000000 macro126 } else if (t.i & SIGN_MASK) { in sanitizef()