PIPS
patterns.h
Go to the documentation of this file.
1 #ifndef __PATTERNS_FINAL_H
2 #define __PATTERNS_FINAL_H
3 
4 #define __PIPS_SAC_MULADD(a,b,c) ((a)+(b)*(c))
5 
6 #endif