Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/gx2ut/
Dgx2utClear.cpp166 BOOL signBit, ///< Sign bit in destination format in ConvertFP32ToSmallFP() argument
195 if ((signBit == TRUE) || (fp32Sign == 0)) in ConvertFP32ToSmallFP()
205 else if ((signBit == FALSE) && (fp32Sign == 1)) in ConvertFP32ToSmallFP()
248 ASSERT((outFp & ~((1 << (signBit + expBits + mantBits)) - 1)) == 0x0); in ConvertFP32ToSmallFP()