Home | History | Annotate | Download | only in Unit

Lines Matching refs:__udivmodti4

1 //===-- udivmodti4_test.c - Test __udivmodti4 -----------------------------===//
10 // This file tests __udivmodti4 for the compiler_rt library.
22 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
27 tu_int q = __udivmodti4(a, b, &r);
42 printf("error in __udivmodti4: 0x%.16llX%.16llX / 0x%.16llX%.16llX = "