Home
last modified time | relevance | path

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

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