Searched defs:MAX_EXPONENT (Results 1 – 4 of 4) sorted by relevance
83 const MAX_EXPONENT: i32; constant213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS; constant261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS; constant
231 const MAX_EXPONENT: i32; constant328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS; constant392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS; constant
35 static final int MAX_EXPONENT = 100; field in MathBenchmarking