Searched refs:iexp (Results 1 – 2 of 2) sorted by relevance
237 int32_t iexp = ix >> 4; in DecodeALaw() local240 if (iexp > 0) { in DecodeALaw()246 if (iexp > 1) { in DecodeALaw()247 mant = mant << (iexp - 1); in DecodeALaw()
346 int32_t iexp = ix >> 4; in DecodeALaw() local349 if (iexp > 0) { in DecodeALaw()355 if (iexp > 1) { in DecodeALaw()356 mant = mant << (iexp - 1); in DecodeALaw()