Searched refs:arithOperations (Results 1 – 2 of 2) sorted by relevance
71 arithOperations = {'+': 'add', '*':'mul', '/': 'div', '-':'sub'} variable75 self.name = arithOperations[operation] + '_' + type0 + '_' + type196 for op in arithOperations:
75 arithOperations = {'+': 'add', '*':'mul', '/': 'div', '-':'sub'} variable79 self.name = arithOperations[operation] + '_' + type0 + '_' + type1102 for op in arithOperations: