Searched refs:exponent (Results 1 – 1 of 1) sorted by relevance
325 int exponent = (((small_float >> 4) & 0x7) + 4) & 0x7; in DecodeImmSingle() local326 return signed_mantissa*static_cast<float>(1 << exponent)*0.0078125f; in DecodeImmSingle()