Lines Matching refs:First
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