HomeSort by: relevance | last modified time | path
    Searched refs:tspace (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/printf/
mul_n.c 106 mp_srcptr up, mp_srcptr vp, mp_size_t size, mp_ptr tspace)
108 impn_mul_n (prodp, up, vp, size, tspace)
113 mp_ptr tspace;
131 MPN_MUL_N_RECURSE (prodp, up, vp, esize, tspace);
161 /* Put result in upper part of PROD and pass low part of TSPACE
162 as new TSPACE. */
163 MPN_MUL_N_RECURSE (prodp + size, up + hsize, vp + hsize, hsize, tspace);
188 Put result in low part of TSPACE using upper part of TSPACE
189 as new TSPACE. *
    [all...]
mul.c 61 mp_ptr tspace; local
115 tspace = (mp_ptr) alloca (2 * vsize * BYTES_PER_MP_LIMB);
116 MPN_MUL_N_RECURSE (prodp, up, vp, vsize, tspace);
126 MPN_MUL_N_RECURSE (tp, up, vp, vsize, tspace);
142 mpn_mul (tspace, vp, vsize, up, usize);
143 cy = mpn_add_n (prodp, prodp, tspace, vsize);
144 mpn_add_1 (prodp + vsize, tspace + vsize, usize, cy);
gmp-impl.h 96 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \
101 impn_mul_n (prodp, up, vp, size, tspace); \
114 mp_ptr tspace) attribute_hidden;
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
mul_n.c 106 mp_srcptr up, mp_srcptr vp, mp_size_t size, mp_ptr tspace)
108 impn_mul_n (prodp, up, vp, size, tspace)
113 mp_ptr tspace;
131 MPN_MUL_N_RECURSE (prodp, up, vp, esize, tspace);
161 /* Put result in upper part of PROD and pass low part of TSPACE
162 as new TSPACE. */
163 MPN_MUL_N_RECURSE (prodp + size, up + hsize, vp + hsize, hsize, tspace);
188 Put result in low part of TSPACE using upper part of TSPACE
189 as new TSPACE. *
    [all...]
mul.c 61 mp_ptr tspace; local
115 tspace = (mp_ptr) alloca (2 * vsize * BYTES_PER_MP_LIMB);
116 MPN_MUL_N_RECURSE (prodp, up, vp, vsize, tspace);
126 MPN_MUL_N_RECURSE (tp, up, vp, vsize, tspace);
142 mpn_mul (tspace, vp, vsize, up, usize);
143 cy = mpn_add_n (prodp, prodp, tspace, vsize);
144 mpn_add_1 (prodp + vsize, tspace + vsize, usize, cy);
gmp-impl.h 88 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \
93 impn_mul_n (prodp, up, vp, size, tspace); \
106 mp_ptr tspace) attribute_hidden;
  /src/usr.bin/sed/
process.c 108 SPACE tspace; local
262 tspace = PS;
264 psanl = tspace.append_newline;
265 HS = tspace;
388 SPACE tspace; local
471 tspace = PS;
473 psanl = tspace.append_newline;
474 SS = tspace;
  /src/external/lgpl3/gmp/dist/tune/
speed.h 1369 mp_ptr wp, tspace; \
1378 SPEED_TMP_ALLOC_LIMBS (tspace, tsize, s->align_wp2); \
1383 speed_operand_dst (s, tspace, tsize); \
1399 (function (wp, s->xp, s->size, s->yp, s->size, tspace), \
1405 (function (wp, s->xp, s->size, s->yp, s->size, tspace), \
1411 (function (wp, s->xp, s->size, s->yp, s->size, tspace), \
1417 (function (wp, s->xp, s->size, s->yp, s->size, tspace), \
1423 (function (wp, s->xp, s->size, s->yp, s->size, tspace), \
1429 (function (wp, s->xp, s->size, s->yp, 2*s->size/3, tspace), \
1435 (function (wp, s->xp, s->size, s->yp, s->size/2, tspace), \
    [all...]
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1632 mp_ptr tspace; local
1635 tspace = TMP_ALLOC_LIMBS (mpn_toom22_mul_itch (size, size));
1636 mpn_toom22_mul (dst, src1, size, src2, size, tspace);
1642 mp_ptr tspace; local
1645 tspace = TMP_ALLOC_LIMBS (mpn_toom2_sqr_itch (size));
1646 mpn_toom2_sqr (dst, src, size, tspace);
1652 mp_ptr tspace; local
1655 tspace = TMP_ALLOC_LIMBS (mpn_toom33_mul_itch (size, size));
1656 mpn_toom33_mul (dst, src1, size, src2, size, tspace);
1662 mp_ptr tspace; local
1672 mp_ptr tspace; local
1682 mp_ptr tspace; local
1694 mp_ptr tspace; local
    [all...]
  /src/sys/kern/
uipc_mbuf.c 1568 int tspace; local
1582 tspace = M_TRAILINGSPACE(m);
1583 if (tspace > 0) {
1584 tspace = uimin(tspace, off + len);
1585 KASSERT(tspace > 0);
1587 uimin(off, tspace));
1588 m->m_len += tspace;
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 1769 static char tspace[MAXLINE]; local
1771 sp = tspace;
1790 if (sp - tspace >= MAXLINE)
1802 if (sp - tspace >= MAXLINE)
1810 if (sp - tspace >= MAXLINE)
1817 if (sp - tspace >= MAXLINE)
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 1301 static char tspace[MAXLINE]; local
1303 sp = tspace;
  /src/external/gpl3/binutils/dist/gprofng/src/
Print.cc 742 int lspace, mspace, tspace, remain, mindex, next_mark, hidx, index; local
813 tspace = 0;
817 tspace = 8 - remain;
818 mspace += tspace;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Print.cc 742 int lspace, mspace, tspace, remain, mindex, next_mark, hidx, index; local
813 tspace = 0;
817 tspace = 8 - remain;
818 mspace += tspace;

Completed in 127 milliseconds