Lines Matching refs:fMult
370 *outGainDb = fMult(w, nodeGain[n]) + in _compressorIO_nodes()
371 fMult((FIXP_DBL)MAXVAL_DBL - w, nodeGain[n + 1]); in _compressorIO_nodes()
382 *outGainDb = fMult(w, nodeGain[n]) + in _compressorIO_nodes()
383 fMult((FIXP_DBL)MAXVAL_DBL - w, nodeGain[n + 1]); in _compressorIO_nodes()
424 *inLev = fMult(w, nodeLevel[n]) + in _compressorIO_nodes_inverse()
425 fMult((FIXP_DBL)MAXVAL_DBL - w, nodeLevel[n + 1]); in _compressorIO_nodes_inverse()
448 *inLev = fMult(w, nodeLevel[n]) + in _compressorIO_nodes_inverse()
449 fMult((FIXP_DBL)MAXVAL_DBL - w, nodeLevel[n + 1]); in _compressorIO_nodes_inverse()
616 fMult(slopeDb, SLOPE_FACTOR_DB_TO_LINEAR); /* resulting e: 2 - 3 = -1 */ in _toLinear()
617 tmp_dbl = fMult(tmp_dbl, gainRatio_m); /* resulting e: -1 + gainRatio_e */ in _toLinear()
623 slopeLin_m = fMult(tmp_dbl, gainLin_m); in _toLinear()