Searched refs:__udivmodti4 (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/spu/
H A Ddivmodti4.c30 UTItype __udivmodti4 (UTItype u, UTItype v, UTItype *w);
88 __udivmodti4 (UTItype num, UTItype den, UTItype * rp) function
133 return __udivmodti4 (n, d, (UTItype *)0);
140 __udivmodti4 (n, d, &w);
161 w = __udivmodti4 (n, d, (UTItype *)0);
184 __udivmodti4 (n, d, (UTItype *) &w);

Completed in 82 milliseconds