Home | History | Annotate | Download | only in api

Lines Matching full:maxvalue

329                << vectorSize << ", " << seed << ", " << param.minValue << ", " << param.maxValue
347 double maxValue = 0.0;
353 maxValue = ldexp(0.95, (1 << bits) - 1);
354 minValue = -maxValue;
358 maxValue = maxDoubleForInteger(compatibleType.significantBits,
363 maxValue = maxDoubleForInteger(compatibleType.significantBits,
365 minValue = -maxValue - 1.0;
369 *mJava << minValue << ", " << maxValue << ")";