Home | History | Annotate | Download | only in glshared

Lines Matching full:maxexp

2053 		// [2^MINEXP, 2^MAXEXP-1]
4115 const int maxExp = format.getMaxExp();
4121 const double maxRoot = deCbrt(maxExp + 0.5);
4180 const int maxExp = format.getMaxExp();
4184 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits);
4210 dst.push_back((float)sign * (deFloatLdExp(1.0f, maxExp) +
4211 (deFloatLdExp(1.0f, maxExp) - maxQuantum)));