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