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

/haiku-buildtools/gcc/mpfr/src/
H A Drint.c127 mp_size_t uj; local
131 uj = un - ui; /* lowest limb of the integer part */
132 idiff = exp % GMP_NUMB_BITS; /* #int-part bits in up[uj] or 0 */
134 uflags = idiff == 0 || (up[uj] << idiff) == 0 ? 0 : 2;
136 while (uj > 0)
137 if (up[--uj] != 0)
205 mp_size_t uj, rj; local
208 uj = un - ui; /* lowest limb of the integer part in u */
212 MPN_COPY(rp + rj, up + uj, ui);
237 if (uj
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc99-printf-1.c15 long long int *lln, intmax_t j, uintmax_t uj, intmax_t *jn,
65 printf ("%jd%ji%jo%ju%jx%jX", j, j, uj, uj, uj, uj); /* { dg-bogus "length" "bogus %j warning" { target *-*-* } } */
12 foo(int i, unsigned int u, double d, char *s, void *p, int *n, long double ld, wint_t lc, wchar_t *ls, long long int ll, unsigned long long int ull, signed char *ss, unsigned char *us, long long int *lln, intmax_t j, uintmax_t uj, intmax_t *jn, size_t z, signed_size_t sz, signed_size_t *zn, ptrdiff_t t, ptrdiff_t *tn) argument
H A Dms_c99-printf-1.c16 long long int *lln, intmax_t j, uintmax_t uj, intmax_t *jn,
13 foo(int i, unsigned int u, double d, char *s, void *p, int *n, long double ld, wint_t lc, wchar_t *ls, long long int ll, unsigned long long int ull, signed char *ss, unsigned char *us, long long int *lln, intmax_t j, uintmax_t uj, intmax_t *jn, size_t z, signed_size_t sz, signed_size_t *zn, ptrdiff_t t, ptrdiff_t *tn) argument
/haiku-buildtools/gcc/mpc/src/
H A Dset_x_x.c73 MPC_SET_X_X (uj, z, a, b, rnd)
H A Dset_x.c81 MPC_SET_X (uj, a, b, rnd)
/haiku-buildtools/gcc/libdecnumber/
H A DdecBasic.c722 uInt *ui, *uj; /* work */ local
751 for (uj=bufr+MULOPLEN-1; uj>=bufr; uj--) printf(" %08lx", (LI)*uj);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
781 /* if (*uj==0) continue; // product cannot affect result */
782 *pl+=((uLong)*ui)*(*uj);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-1.c49 vector unsigned long long uj = vec_mergeh (ua, ub); local

Completed in 176 milliseconds