Searched refs:r_n (Results 1 – 1 of 1) sorted by relevance
26 unsigned int r_n; /* specifies if remainder shall be negative */ member94 if (qr->r_n) in uint_div_qr()100 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidiv()109 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidivmod()118 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idiv()126 qr.r_n = 1; /* remainder shall be negate */ in __aeabi_idiv()139 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idivmod()147 qr.r_n = 1; /* remainder shall be negate */ in __aeabi_idivmod()
Completed in 2 milliseconds