Home | History | Annotate | Download | only in common

Lines Matching refs:eMax

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