Lines Matching refs:equation
198 def output_rpn_equation_code(set, counter, equation):
199 c("/* RPN equation: " + equation + " */")
200 tokens = equation.split()
220 raise Exception("Failed to resolve variable " + operand + " in equation " + equation + " for " + set.name + " :: " + counter.get('name'));
230 counter.get('name') + ".\nThis is probably due to some unhandled RPN function, in the equation \"" +
231 equation + "\"")
286 read_eq = counter.get('equation')
501 # Compute the hash of a counter's equation by expanding (including all the
515 read_eq = self.xml.get('equation')
697 # Print out all equation functions.