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