/* this is a pattern for expression_substitution */
float __PIPS_SAC_MULADD(float a, float b, float c) {
	return a+b*c;
}

