Home | History | Annotate | Download | only in gmsl

Lines Matching full:plus

517 # there are two plus functions:
519 # plus Called with integer arguments and returns an integer
522 # plus will be slower than int_plus because its arguments and result
544 # Function: plus (wrapped version of int_plus)
549 plus = $(__gmsl_tr2)$(call __gmsl_int_wrap,int_plus,$1,$2)