Searched refs:maxExp (Results 1 – 1 of 1) sorted by relevance
171 u32 maxExp, bias; in ConvertFP32ToSmallFP() local187 maxExp = (1 << expBits) - 1; in ConvertFP32ToSmallFP()197 outFp = (fp32Sign << (expBits + mantBits)) | (maxExp << mantBits) | in ConvertFP32ToSmallFP()213 outFp = (fp32Sign << (expBits + mantBits)) | ((maxExp - 1) << mantBits) | in ConvertFP32ToSmallFP()