Lines Matching refs:ExponentTable
137 * gain is given by: MantissaTable[sf % 4][msb] = 2^(sf % 4) / (1<<ExponentTable[sf % 4][msb]139 * The corresponding exponents for the values in this tables are stored in ExponentTable[sf % 4][msb] below.161 const SCHAR ExponentTable [4][14] =