Searched refs:DENORMAL_EXPONENT (Results 1 – 2 of 2) sorted by relevance
81 const DENORMAL_EXPONENT: i32; constant183 return Self::DENORMAL_EXPONENT; in exponent()212 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS; constant260 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS; constant
79 return self.DENORMAL_EXPONENT104 DENORMAL_EXPONENT = np.int32(1 - EXPONENT_BIAS) variable in Float32118 DENORMAL_EXPONENT = np.int32(1 - EXPONENT_BIAS) variable in Float64