normalize         462 src/dps8/dps8_math.c void ufa (cpu_state_t * cpup, bool sub, bool normalize) {
normalize         693 src/dps8/dps8_math.c   if (normalize) {
normalize        1124 src/dps8/dps8_math.c void ufm (cpu_state_t * cpup, bool normalize) {
normalize        1228 src/dps8/dps8_math.c   if (normalize) {
normalize        1967 src/dps8/dps8_math.c void dufa (cpu_state_t * cpup, bool subtract, bool normalize) {
normalize        2207 src/dps8/dps8_math.c   if (normalize) {
normalize        2291 src/dps8/dps8_math.c void dufm (cpu_state_t * cpup, bool normalize) {
normalize        2432 src/dps8/dps8_math.c   if (normalize) {
normalize          29 src/dps8/dps8_math.h void ufa (cpu_state_t * cpup, bool sub, bool normalize);
normalize          35 src/dps8/dps8_math.h void ufm (cpu_state_t * cpup, bool normalize);
normalize          44 src/dps8/dps8_math.h void dufa (cpu_state_t * cpup, bool subtract, bool normalize);
normalize          45 src/dps8/dps8_math.h void dufm (cpu_state_t * cpup, bool normalize);