Lines Matching refs:representation
501 # Arguments: 1: A number of x's representation
537 # Arguments: 1: A number in x's representation
539 # Returns: Returns the sum of the two numbers in x's representation
553 # Arguments: 1: A number in x's representation
555 # Returns: Returns the difference of the two numbers in x's representation,
573 # Arguments: 1: A number in x's representation
575 # Returns: Returns the product of the two numbers in x's representation
589 # Arguments: 1: A number in x's representation
592 # by argument 2 in x's representation
609 # Arguments: 1: A number in x's representation
612 # representation
628 # Arguments: Two x's representation numbers to be compared
678 # Arguments: 1: A number in x's representation
679 # Returns: The number incremented by 1 in x's representation
692 # Arguments: 1: A number in x's representation
693 # Returns: The number decremented by 1 in x's representation
710 # Arguments: 1: A number in x's representation
711 # Returns: The number doubled (i.e. * 2) and returned in x's representation
724 # Arguments: 1: A number in x's representation
725 # Returns: The number halved (i.e. / 2) and returned in x's representation