Home | History | Annotate | Download | only in common

Lines Matching refs:eMax

1007 	const int	eMax	= (1<<eBits)-1;
1008 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits);