Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/
A Darm32_aeabi_divmod.c25 unsigned r_n; /* specficies if remainder shall be negative */ member
93 if (qr->r_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()
124 qr.r_n = 1; /* remainder shall be negate */ in __aeabi_idiv()
136 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idivmod()
143 qr.r_n = 1; /* remainder shall be negate */ in __aeabi_idivmod()
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()

Completed in 4 milliseconds