Searched defs:MAX_EXPONENT (Results 1 – 3 of 3) sorted by relevance
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