Searched refs:const_recurse (Results 1 – 1 of 1) sorted by relevance
/dports/math/mathomatic/mathomatic-ceb0861/ |
H A D | simplify.c | 37 static int const_recurse(token_type *equation, int *np, int loc, int level, int iflag); 1245 return const_recurse(equation, np, 0, 1, iflag); 1413 const_recurse(equation, np, loc, level, iflag) in const_recurse() function 1433 modified |= const_recurse(equation, np, loc, level + 1, iflag);
|