Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/
H A Darm32_aeabi_divmod.c26 unsigned q_n; /* specficies if quotient shall be negative */ member
93 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()
H A Darm32_aeabi_ldivmod.c10 unsigned q_n; /* specficies if quotient shall be negative */ member
52 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()