Lines Matching refs:argument
307 # character in the first argument
316 # by the character in the first argument
591 # Returns: Returns the result of integer division of argument 1 divided
592 # by argument 2 in x's representation
603 # Returns: Returns the integer division of the first argument by the second
631 # int_gt First argument greater than second argument
632 # int_gte First argument greater than or equal to second argument
633 # int_lt First argument less than second argument
634 # int_lte First argument less than or equal to second argument
635 # int_eq First argument is numerically equal to the second argument
636 # int_ne First argument is not numerically equal to the second argument
658 # gt First argument greater than second argument
659 # gte First argument greater than or equal to second argument
660 # lt First argument less than second argument
661 # lte First argument less than or equal to second argument
662 # eq First argument is numerically equal to the second argument
663 # ne First argument is not numerically equal to the second argument
672 # increment adds 1 to its argument, decrement subtracts 1. Note that
686 # Returns: The argument incremented by 1
702 # Returns: The argument decremented by 1
706 # double doubles its argument, and halve halves it
854 …no_dollar = $(call assert,$(call not,$(findstring $$,$2)),$1 called with a dollar sign in argument)