Searched refs:haveSubnormal (Results 1 – 1 of 1) sorted by relevance
4077 const bool haveSubnormal = format.hasSubnormal() != tcu::NO; in genRandom() local4081 const double minRoot = deCbrt(minExp - 0.5 - (haveSubnormal ? 1.0 : 0.0)); in genRandom()