report_math        84 source/fxpstres.c void report_math(struct fxp *, struct fxp *, struct fxp *, char);
report_math       236 source/fxpstres.c    report_math(fxp1, fxp2, result, '+');
report_math       256 source/fxpstres.c    report_math(fxp1, fxp2, result, '-');
report_math       276 source/fxpstres.c    report_math(fxp1, fxp2, result, '*');
report_math       296 source/fxpstres.c    report_math(fxp1, fxp2, result, '/');