Home | History | Annotate | Download | only in doc

Lines Matching full:reverse

142 * RPN Calc::          Reverse polish notation calculator;
152 Reverse Polish Notation Calculator
1352 reverse polish notation calculator, an algebraic (infix) notation
1362 * RPN Calc:: Reverse polish notation calculator;
1374 @section Reverse Polish Notation Calculator
1375 @cindex reverse polish notation
1380 The first example is that of a simple double-precision @dfn{reverse polish
1401 Here are the C and Bison declarations for the reverse polish notation
1405 /* Reverse polish notation calculator. */
1451 Here are the grammar rules for the reverse polish notation calculator.
1766 In this example the file was called @file{rpcalc.y} (for ``Reverse Polish
3059 @acronym{RPN} and infix calculator examples (@pxref{RPN Calc, ,Reverse Polish
8622 @item Reverse polish notation