Searched refs:mantissaSize (Results 1 – 1 of 1) sorted by relevance
571 static double MaxDoubleForInteger(int numberOfIntegerBits, int mantissaSize) { in MaxDoubleForInteger() argument575 int lowZeroBits = max(0, numberOfIntegerBits - mantissaSize); in MaxDoubleForInteger()