Home | History | Annotate | Download | only in glshared

Lines Matching defs:minExp

2053 		// [2^MINEXP, 2^MAXEXP-1]
4114 const int minExp = format.getMinExp();
4120 const double minRoot = deCbrt(minExp - 0.5 - (haveSubnormal ? 1.0 : 0.0));
4141 if (exp >= minExp)
4151 quantum = deFloatLdExp(1.0f, minExp - fractionBits);
4179 const int minExp = format.getMinExp();
4182 const float minQuantum = deFloatLdExp(1.0f, minExp - fractionBits);
4183 const float minNormalized = deFloatLdExp(1.0f, minExp);