Lines Matching refs:vtmp
4686 MPD_NEW_STATIC(vtmp,0,0,0,0); in _mpd_qln()
4795 mpd_qshiftr(&vtmp, &v, shift, status); in _mpd_qln()
4796 vtmp.exp += shift; in _mpd_qln()
4797 mpd_qmul(&tmp, &vtmp, &tmp, &varcontext, status); in _mpd_qln()
4842 mpd_del(&vtmp); in _mpd_qln()
5494 mpd_uint_t *c1 = NULL, *c2 = NULL, *c3 = NULL, *vtmp = NULL; in _mpd_fntmul() local
5529 if ((vtmp = mpd_calloc(n, sizeof *vtmp)) == NULL) { in _mpd_fntmul()
5533 memcpy(vtmp, v, vlen * (sizeof *vtmp)); in _mpd_fntmul()
5534 if (!fnt_convolute(c1, vtmp, n, P1)) { in _mpd_fntmul()
5535 mpd_free(vtmp); in _mpd_fntmul()
5539 memcpy(vtmp, v, vlen * (sizeof *vtmp)); in _mpd_fntmul()
5540 mpd_uint_zero(vtmp+vlen, n-vlen); in _mpd_fntmul()
5541 if (!fnt_convolute(c2, vtmp, n, P2)) { in _mpd_fntmul()
5542 mpd_free(vtmp); in _mpd_fntmul()
5546 memcpy(vtmp, v, vlen * (sizeof *vtmp)); in _mpd_fntmul()
5547 mpd_uint_zero(vtmp+vlen, n-vlen); in _mpd_fntmul()
5548 if (!fnt_convolute(c3, vtmp, n, P3)) { in _mpd_fntmul()
5549 mpd_free(vtmp); in _mpd_fntmul()
5553 mpd_free(vtmp); in _mpd_fntmul()
7281 MPD_NEW_SHARED(vtmp, a); /* v shares data with a */ in _mpd_qreciprocal()
7292 v = &vtmp; in _mpd_qreciprocal()
7576 MPD_NEW_SHARED(vtmp, a); /* by default v will share data with a */ in _mpd_qinvroot()
7591 v = &vtmp; in _mpd_qinvroot()
7662 if (v != &vtmp) mpd_del(v); in _mpd_qinvroot()