Lines Matching refs:extGain
850 FIXP_DBL *extGain,
885 if (extGain != NULL) {
886 INT gainScale = (INT)*extGain;
887 /* The gain scaling must be passed to the function in the buffer pointed on by extGain. */
889 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale);
920 if (extGain != NULL) {
921 INT gainScale = (INT)*extGain;
922 /* The gain scaling must be passed to the function in the buffer pointed on by extGain. */
924 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale);