UTItype           951 src/dps8/dps8_math128.c void __udivmodti3(UTItype div, UTItype dvd,UTItype *result,UTItype *remain);
UTItype           952 src/dps8/dps8_math128.c UTItype __udivti3(UTItype div, UTItype dvd);
UTItype           953 src/dps8/dps8_math128.c UTItype __umodti3(UTItype div, UTItype dvd);
UTItype           955 src/dps8/dps8_math128.c UTItype __udivti3(UTItype div, UTItype dvd)
UTItype           957 src/dps8/dps8_math128.c         UTItype result,remain;
UTItype           964 src/dps8/dps8_math128.c void __udivmodti3(UTItype div, UTItype dvd,UTItype *result,UTItype *remain)
UTItype           966 src/dps8/dps8_math128.c         UTItype z1 = dvd;
UTItype           967 src/dps8/dps8_math128.c         UTItype z2 = (UTItype)1;
UTItype           969 src/dps8/dps8_math128.c         *result = (UTItype)0;
UTItype           972 src/dps8/dps8_math128.c         if ( z1 == (UTItype)0)
UTItype          1041 src/dps8/dps8_math128.c UTItype __umodti3(UTItype div, UTItype dvd)
UTItype          1043 src/dps8/dps8_math128.c         UTItype result,remain;
UTItype            64 src/dps8/dps8_math128.h typedef UTItype __uint128_t;