Searched refs:signBit (Results 1 – 1 of 1) sorted by relevance
166 BOOL signBit, ///< Sign bit in destination format in ConvertFP32ToSmallFP() argument195 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()