Searched refs:significantBits (Results 1 – 2 of 2) sorted by relevance
365 maxValue = maxDoubleForInteger(compatibleType.significantBits, in writeJavaRandomCompatibleFloatAllocation()366 generatedType.significantBits); in writeJavaRandomCompatibleFloatAllocation()370 maxValue = maxDoubleForInteger(compatibleType.significantBits, in writeJavaRandomCompatibleFloatAllocation()371 generatedType.significantBits); in writeJavaRandomCompatibleFloatAllocation()389 *mJava << (isSigned ? "true" : "false") << ", " << generatedType.significantBits; in writeJavaRandomCompatibleIntegerAllocation()394 << min(compatibleType.significantBits, generatedType.significantBits); in writeJavaRandomCompatibleIntegerAllocation()
53 int significantBits; member