Advertisement
Guest User

Untitled

a guest
Dec 4th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. x_int<width> operator+(const x_int<width>a,const x_int<width>b);
  2. x_int<width_a+width_b> operator*(const x_int<width_a>a,const x_int<width_b>b);
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement