Searched refs:uq (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/libc/quad/
H A Ddivdi3.c50 u_quad_t ua, ub, uq; local
61 uq = __qdivrem(ua, ub, (u_quad_t *)0);
62 return (neg ? -uq : uq);
H A Ducmpdi2.c52 aa.uq = a;
53 bb.uq = b;
H A Dfloatunsdidf.c53 u.uq = x;
H A Dfixunsdfdi.c83 x -= (double)t.uq;
93 return (t.uq);
H A Dfixunssfdi.c87 x -= (double)t.uq;
97 return (t.uq);
H A Dqdivrem.c83 __qdivrem(uq, vq, arq)
84 u_quad_t uq, vq, *arq;
102 *arq = uq;
105 if (uq < vq) {
107 *arq = uq;
127 tmp.uq = uq;
133 tmp.uq = vq;
H A Dquad.h62 quad_t uq; /* as an unsigned quad */ member in union:uu

Completed in 84 milliseconds