Lines Matching full:maxvalue
336 << vectorSize << ", " << seed << ", " << param.minValue << ", " << param.maxValue
354 double maxValue = 0.0;
360 maxValue = ldexp(0.95, (1 << bits) - 1);
361 minValue = -maxValue;
365 maxValue = maxDoubleForInteger(compatibleType.significantBits,
370 maxValue = maxDoubleForInteger(compatibleType.significantBits,
372 minValue = -maxValue - 1.0;
376 *mJava << minValue << ", " << maxValue << ")";