Searched refs:deCbrt (Results 1 – 4 of 4) sorted by relevance
210 DE_INLINE double deCbrt (double a) { return deSign(a) * dePow(deAbs(a), 1.0 / 3.0); } in deCbrt() function
4271 const double minRoot = deCbrt(minExp - 0.5 - (haveSubnormal ? 1.0 : 0.0)); in genRandom()4272 const double maxRoot = deCbrt(maxExp + 0.5); in genRandom()
5731 const double minRoot = deCbrt(minExp - 0.5 - (haveSubnormal ? 1.0 : 0.0)); in randomDouble()5732 const double maxRoot = deCbrt(maxExp + 0.5); in randomDouble()