Searched refs:significantBits (Results 1 – 2 of 2) sorted by relevance
358 maxValue = maxDoubleForInteger(compatibleType.significantBits, in writeJavaRandomCompatibleFloatAllocation()359 generatedType.significantBits); in writeJavaRandomCompatibleFloatAllocation()363 maxValue = maxDoubleForInteger(compatibleType.significantBits, in writeJavaRandomCompatibleFloatAllocation()364 generatedType.significantBits); in writeJavaRandomCompatibleFloatAllocation()382 *mJava << (isSigned ? "true" : "false") << ", " << generatedType.significantBits; in writeJavaRandomCompatibleIntegerAllocation()387 << min(compatibleType.significantBits, generatedType.significantBits); in writeJavaRandomCompatibleIntegerAllocation()
53 int significantBits; member