Lines Matching +full:signed +full:- +full:by
1 /* MN10300 64-bit division
4 * Written by David Howells (dhowells@redhat.com)
8 * as published by the Free Software Foundation; either version
32 * divide n by base, leaving the result in n and returning the remainder
33 * - we can do this quite efficiently on the MN10300 by cascading the divides
74 * do an unsigned 32-bit multiply and divide with intermediate 64-bit product
76 * - we use the MDR register to hold the MSW of the product
95 * do a signed 32-bit multiply and divide with intermediate 64-bit product so
97 * - we use the MDR register to hold the MSW of the product
100 signed __muldiv64s(signed val, signed mult, signed div) in __muldiv64s()
102 signed result; in __muldiv64s()