Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/
A Darm32_aeabi_divmod.c24 unsigned q_n; /* specficies if quotient shall be negative */ member
91 if (qr->q_n) in uint_div_qr()
99 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidiv()
108 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidivmod()
117 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idiv()
121 qr.q_n = 1; /* quotient shall be negate */ in __aeabi_idiv()
136 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idivmod()
140 qr.q_n = 1; /* quotient shall be negate */ in __aeabi_idivmod()
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()

Completed in 3 milliseconds