Home
last modified time | relevance | path

Searched refs:significantBits (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/script_api/
DGenerateTestFiles.cpp365 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()
DSpecification.h53 int significantBits; member