Home
last modified time | relevance | path

Searched refs:fp32MantBits (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utClear.cpp170 u32 uiFp32, fp32Sign, fp32Exp, fp32Mant, fp32MantBits, fp32Bias; in ConvertFP32ToSmallFP() local
179 fp32MantBits = 23; in ConvertFP32ToSmallFP()
198 (fp32Mant >> (fp32MantBits - mantBits)); in ConvertFP32ToSmallFP()
226 if (shift > (fp32MantBits + 1)) in ConvertFP32ToSmallFP()
233 fp32Mant = (fp32Mant | 0x00800000) >> (fp32MantBits - mantBits); in ConvertFP32ToSmallFP()
244 (fp32Mant >> (fp32MantBits - mantBits)); in ConvertFP32ToSmallFP()