Searched refs:qqsize (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Ddiv.c146 mp_size_t qqsize; local
385 qqsize = qsize + qsize;
388 ap = MPFR_TMP_LIMBS_ALLOC (qqsize);
389 if (MPFR_LIKELY(qqsize > usize)) /* use the full dividend */
391 k = qqsize - usize; /* k > 0 */
400 k = usize - qqsize;
402 sticky_u = mpn_rshift (ap, up + k, qqsize, 1);
404 MPN_COPY(ap, up + k, qqsize);
435 * Here we perform the real division of {ap+k,qqsize-k} by {bp,qsize-k} *
440 qh = mpn_divrem (qp, 0, ap + k, qqsize
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/fixed-point/
H A Dmodes.c63 int qqsize[sizeof (qq) == 1 ? 1 : -1]; variable

Completed in 95 milliseconds