Lines Matching refs:equation
190 def output_rpn_equation_code(set, counter, equation):
191 c("/* RPN equation: " + equation + " */")
192 tokens = equation.split()
212 raise Exception("Failed to resolve variable " + operand + " in equation " + equation + " for " + set.name + " :: " + counter.get('name'));
222 counter.get('name') + ".\nThis is probably due to some unhandled RPN function, in the equation \"" +
223 equation + "\"")
278 read_eq = counter.get('equation')
446 # Compute the hash of a counter's equation by expanding (including all the
460 read_eq = self.xml.get('equation')
641 # Print out all equation functions.