~ubuntu-branches/ubuntu/vivid/nqp/vivid

« back to all changes in this revision

Viewing changes to src/PAST/NQP.pir

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-08 14:57:52 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120608145752-ziumy2rhxboeuf3r
Tags: 0.1~2012.04.1-1
* New upstream release
* Bump required parrot version
* Refresh patches
* Bump upstream copyright years for dyncall
* Use dh_parrot debhelper plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
450
450
    maphash['mul_n']    = 'mul__Nnn'
451
451
    maphash['div_i']    = 'div__Iii'
452
452
    maphash['div_I']    = 'nqp_bigint_div__PPPP'
 
453
    maphash['div_In']   = 'nqp_bigint_div_num__NPP'
453
454
    maphash['div_n']    = 'div__Nnn'
454
455
    maphash['mod_i']    = 'mod__Iii'
455
456
    maphash['mod_I']    = 'nqp_bigint_mod__PPPP'
643
644
    maphash['isconcrete'] = 'repr_defined__IP'
644
645
    maphash['iscont']     = 'is_container__IP'
645
646
    maphash['isnull']     = 'isnull__IP'
 
647
    maphash['isnull_s']   = 'isnull__IS'
646
648
    maphash['istrue']     = 'istrue__IP'
647
649
    maphash['istype']     = 'type_check__IPP'
648
650
    maphash['null']       = 'null__P'