Searched refs:quot (Results 1 – 1 of 1) sorted by relevance
235 uint64_t quot; in __aeabi_uidivmod() local244 quot = (uint64_t)MATH->QUOT; in __aeabi_uidivmod()248 return ((remainder << 32) | quot); in __aeabi_uidivmod()255 uint64_t quot; in __aeabi_idivmod() local264 quot = (uint64_t)MATH->QUOT; in __aeabi_idivmod()268 return ((int64_t)((remainder << 32) | quot)); in __aeabi_idivmod()