Home | History | Annotate | Download | only in glshared

Lines Matching refs:hiExp

3366 			int				hiExp	= 0;
3367 const double hiFrac = deFrExp(x.hi(), &hiExp);
3371 exponent = Interval(-TCU_INFINITY, de::max(loExp, hiExp));
3380 exponent = Interval(loExp, hiExp);
3381 if (loExp == hiExp)