Searched defs:EXPONENT_MASK (Results 1 – 3 of 3) sorted by relevance
68 const EXPONENT_MASK: u64; constant207 const EXPONENT_MASK: u64 = 0x7F800000; constant255 const EXPONENT_MASK: u64 = 0x7FF0000000000000; constant
99 EXPONENT_MASK = np.uint32(0x7F800000) variable in Float32113 EXPONENT_MASK = np.uint64(0x7FF0000000000000) variable in Float64
113 #define EXPONENT_MASK 0x7F800000 macro