Searched refs:c_iMinResult (Results 1 – 2 of 2) sorted by relevance
152 const INT32 c_iMinResult = (c_bSigned ? INT32( -1 ) << (c_uIBits + c_uFBits - 1) : 0); in floatToIDotF() local153 const INT32 c_iMaxResult = ~c_iMinResult; in floatToIDotF()246 output = c_iMinResult; in floatToIDotF()
166 const INT32 c_iMinResult = (c_bSigned ? INT32( -1 ) << (c_uIBits + c_uFBits - 1) : 0); in floatToIDotF() local167 const INT32 c_iMaxResult = ~c_iMinResult; in floatToIDotF()260 output = c_iMinResult; in floatToIDotF()