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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/spu/
H A Dmuldivti3.c9 uqword uq; member in union:__anon3242
36 p.uq = o.uq / n.uq;
37 q.uq = o.uq % n.uq;
38 if (p.uq != (m.uq+1)) abort();
39 if (q.uq !
[all...]
H A Dabi.c19 uqword uq; member in union:u
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dext-1.c11 foo (quad_t q, u_quad_t uq, quad_t *qn, size_t z, size_t *zn, long long int ll, argument
18 printf ("%qd%qi%qo%qu%qx%qX%qn", q, q, uq, uq, uq, uq, qn);
/haiku-buildtools/gcc/mpfr/src/
H A Dfrac.c34 mpfr_prec_t uq; local
62 uq = MPFR_PREC(u);
63 un = (uq - 1) / GMP_NUMB_BITS; /* index of most significant limb */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr53645.c10 uq##a##b##c##d (UV *x, UV *y) \
58 uq##a##b##c##d (&ur, u + i); \
H A Dpr53645-2.c10 uq##a##b##c##d##e##f##g##h (UV *x, UV *y) \
58 uq##a##b##c##d##e##f##g##h (&ur, u + i); \
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Ddivmod.go450 uq, ur := udiv(ux, uy)
451 q = int64(uq)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-1.c66 vector unsigned long long uq = vec_nor (ua, ud); local
/haiku-buildtools/gcc/libdecnumber/
H A DdecBasic.c191 uInt *ua, *ud, *uq; /* .. */ local
532 for (uq=msuq; uq>=lsuq; uq--) printf(" %09ld", (LI)*uq);
539 for (uq=msuq, ub=bcdacc+1; uq>=lsuq; uq--, ub+=9) {
541 if (*uq==0) { /* no split needed */
547 /* *uq i
[all...]

Completed in 122 milliseconds