Home
last modified time | relevance | path

Searched refs:__q (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
Ddla.h91 ({ __typeof__ (x) __p, hx, tx, hy, ty, __q; \
94 __p=hx*hy; __q=hx*ty+tx*hy; z=__p+__q; zz=((__p-z)+__q)+tx*ty; \
/glibc-2.36/stdlib/
Dlonglong.h795 USItype __q; \
798 : "=r" (__q) \
801 (r) = (n0) - __q * (d); (q) = __q; })
1210 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1215 : "=&r" ((USItype) (__q)), \
1228 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1230 : "=&r" ((USItype) (__q)), \
1353 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1378 : "=&r" ((USItype) (__q)), \
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/sys/
Ducontext.h78 struct __riscv_mc_q_ext_state __q; member