Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/
H A Darm32_aeabi_divmod.c27 unsigned r_n; /* specficies if remainder shall be negative */ member
95 if (qr->r_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()
126 qr.r_n = 1; /* remainder shall be negate */ in __aeabi_idiv()
138 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idivmod()
145 qr.r_n = 1; /* remainder shall be negate */ in __aeabi_idivmod()
H A Darm32_aeabi_ldivmod.c11 unsigned r_n; /* specficies if remainder shall be negative */ member
54 if (qr->r_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()
95 qr.r_n = 1; /* remainder shall be negate */ in __l_divmod()