Advertisement
prat3492

Untitled

Oct 30th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ;; Function divmod (divmod, funcdef_no=0, decl_uid=4146, cgraph_uid=0, symbol_order=0)
  2.  
  3. divmod (int a, int b)
  4. {
  5. int r;
  6. int q;
  7. int _5;
  8. complex int divmod_tmp_7;
  9.  
  10. <bb 2>:
  11. divmod_tmp_7 = DIVMOD (a_1(D), b_2(D));
  12. q_3 = REALPART_EXPR <divmod_tmp_7>;
  13. r_4 = IMAGPART_EXPR <divmod_tmp_7>;
  14. _5 = q_3 + r_4;
  15. return _5;
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement