Searched refs:q_n (Results 1 – 2 of 2) sorted by relevance
26 unsigned q_n; /* specficies if quotient shall be negative */ member93 if (qr->q_n) in uint_div_qr()101 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidiv()110 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidivmod()119 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idiv()123 qr.q_n = 1; /* quotient shall be negate */ in __aeabi_idiv()138 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idivmod()142 qr.q_n = 1; /* quotient shall be negate */ in __aeabi_idivmod()
10 unsigned q_n; /* specficies if quotient shall be negative */ member52 if (qr->q_n) in ul_div_qr()69 struct lqr qr = { .q_n = 0, .r_n = 0 }; in __ul_divmod()88 struct lqr qr = { .q_n = 0, .r_n = 0 }; in __l_divmod()92 qr.q_n = 1; /* quotient shall be negate */ in __l_divmod()