UTItype 943 src/dps8/dps8_math128.c void __udivmodti3(UTItype div, UTItype dvd,UTItype *result,UTItype *remain); UTItype 944 src/dps8/dps8_math128.c UTItype __udivti3(UTItype div, UTItype dvd); UTItype 945 src/dps8/dps8_math128.c UTItype __umodti3(UTItype div, UTItype dvd); UTItype 947 src/dps8/dps8_math128.c UTItype __udivti3(UTItype div, UTItype dvd) UTItype 949 src/dps8/dps8_math128.c UTItype result,remain; UTItype 956 src/dps8/dps8_math128.c void __udivmodti3(UTItype div, UTItype dvd,UTItype *result,UTItype *remain) UTItype 958 src/dps8/dps8_math128.c UTItype z1 = dvd; UTItype 959 src/dps8/dps8_math128.c UTItype z2 = (UTItype)1; UTItype 961 src/dps8/dps8_math128.c *result = (UTItype)0; UTItype 964 src/dps8/dps8_math128.c if ( z1 == (UTItype)0) UTItype 1033 src/dps8/dps8_math128.c UTItype __umodti3(UTItype div, UTItype dvd) UTItype 1035 src/dps8/dps8_math128.c UTItype result,remain; UTItype 61 src/dps8/dps8_math128.h typedef UTItype __uint128_t;