Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_math.c235 uint64_t quot; in __aeabi_uidivmod() local
244 quot = (uint64_t)MATH->QUOT; in __aeabi_uidivmod()
248 return ((remainder << 32) | quot); in __aeabi_uidivmod()
255 uint64_t quot; in __aeabi_idivmod() local
264 quot = (uint64_t)MATH->QUOT; in __aeabi_idivmod()
268 return ((int64_t)((remainder << 32) | quot)); in __aeabi_idivmod()